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