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

Unified Diff: components/BUILD.gn

Issue 1413153010: Move components/startup_metric_utils/* to components/startup_metric_utils/browser/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't check command line in ChromeMainDelegate constructor. Created 5 years, 2 months 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 7dbcc52db07378e461a797d19ce219607b0529a0..33b66deb3991d90aa0487b0619d492079fe18346 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -124,7 +124,7 @@ group("all_components") {
"//components/security_interstitials/core",
"//components/signin/core/browser",
"//components/ssl_config",
- "//components/startup_metric_utils",
+ "//components/startup_metric_utils/browser",
"//components/sync_driver",
"//components/sync_sessions",
"//components/tracing",

Powered by Google App Engine
This is Rietveld 408576698