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

Unified Diff: chrome/test/BUILD.gn

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Fix build with gn and typo in gyp file 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index a795e1237d787f803eb631161d1e2cc8fcaa0d3f..d617720933f6cddd44db7b9dd229f0d732ac2755 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2110,6 +2110,7 @@ if (is_win || (is_linux && !is_chromeos)) {
"//chrome/browser",
"//chrome/child",
"//components/crash/core/common",
+ "//components/flags_ui:switches",
"//base/test:run_all_unittests",
"//base/test:test_support",
]

Powered by Google App Engine
This is Rietveld 408576698