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

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: Remove chrome_child.dll dependency on startup_metric_utils. 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 2627e12b5ccb5e16a2e83c83f0cffc6be27df449..0b241847646e40989dfeb30ddbffe1c518ab6135 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -124,7 +124,7 @@ group("all_components") {
"//components/sessions",
"//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