Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(499)

Unified Diff: components/flags_ui/BUILD.gn

Issue 1415953005: Componentize about_flags::FeatureEntry in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/flags_ui.gypi ('k') | components/flags_ui/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/flags_ui/BUILD.gn
diff --git a/components/flags_ui/BUILD.gn b/components/flags_ui/BUILD.gn
index 52267655789366a1a84d87dd1a837940c30ce964..0678f2088dba0ddbcd8793d46c129fb1ed86bd1d 100644
--- a/components/flags_ui/BUILD.gn
+++ b/components/flags_ui/BUILD.gn
@@ -4,6 +4,9 @@
source_set("flags_ui") {
sources = [
+ "feature_entry.cc",
+ "feature_entry.h",
+ "feature_entry_macros.h",
"flags_storage.h",
"flags_ui_constants.cc",
"flags_ui_constants.h",
@@ -16,5 +19,7 @@ source_set("flags_ui") {
deps = [
"//base",
"//base:prefs",
+ "//components/strings",
+ "//ui/base",
]
}
« no previous file with comments | « components/flags_ui.gypi ('k') | components/flags_ui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698