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

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: 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698