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

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 compilation on Win32 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 df501b27eb51db7f24138d0a86ff6ea31a53a33c..b1e5f39d50070281d912533eeba42c80beb10e18 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2111,6 +2111,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