blob: 905542a3920d70ebb026e0a651ad8db883f4d116 [file] [log] [blame]
# 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",
]
}