| # 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") | |
| component("feature_list") { | |
| defines = [ "IS_COMPONENTS_FEED_FEATURE_LIST_IMPL" ] | |
| sources = [ | |
| "feed_feature_list.cc", | |
| "feed_feature_list.h", | |
| ] | |
| deps = [ | |
| "//base", | |
| "//components/country_codes", | |
| "//components/signin/public/base", | |
| "//components/sync/base", | |
| ] | |
| } |