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

Unified Diff: components/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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e71fee5877e955a1192146649f66398bdf86f9f4..86d89c2adac8a68597e85197f038c52c5b542415 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -34,6 +34,7 @@ group("all_components") {
"//components/data_reduction_proxy/core/browser",
"//components/data_reduction_proxy/core/common",
"//components/device_event_log",
+ "//components/flags_ui",
"//components/google/core/browser",
"//components/password_manager/core/browser",
"//components/password_manager/core/common",
@@ -327,6 +328,7 @@ test("components_unittests") {
"//components/compression:unit_tests",
"//components/content_settings/core/common",
"//components/data_usage/core:unit_tests",
+ "//components/flags_ui:unit_tests",
"//components/google/core/browser:unit_tests",
"//components/net_log:unit_tests",
"//components/password_manager/core/browser:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698