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

Unified Diff: components/BUILD.gn

Issue 1413533008: Add UMA metric: Startup.BrowserMainToRendererMain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 6eb0dfb75a0f552f162e4a4bf8c6b8ed7409386c..10e773b0ce937480ddd2751b35e331dcaf8510db 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -126,7 +126,9 @@ group("all_components") {
"//components/security_interstitials/core",
"//components/signin/core/browser",
"//components/ssl_config",
- "//components/startup_metric_utils/browser",
+ "//components/startup_metric_utils/common",
+ "//components/startup_metric_utils/browser:message_filter",
+ "//components/startup_metric_utils/browser:utils",
"//components/sync_driver",
"//components/sync_sessions",
"//components/tracing",

Powered by Google App Engine
This is Rietveld 408576698