chromium/components/feed/BUILD.gn

# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

import("//build/buildflag_header.gni")

static_library("feature_list") {
  sources = [
    "feed_feature_list.cc",
    "feed_feature_list.h",
  ]

  deps = [
    "//base",
    "//components/country_codes",
    "//components/signin/public/base",
    "//components/sync/base",
  ]
}