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

Unified Diff: components/startup_metric_utils/common/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/startup_metric_utils/common/BUILD.gn
diff --git a/blimp/engine/common/BUILD.gn b/components/startup_metric_utils/common/BUILD.gn
similarity index 62%
copy from blimp/engine/common/BUILD.gn
copy to components/startup_metric_utils/common/BUILD.gn
index 48632dc0eda05961a7ae7e2a08dfede33e9688d3..c4f18794879b3748826ef8a91cd61c3bc71cc694 100644
--- a/blimp/engine/common/BUILD.gn
+++ b/components/startup_metric_utils/common/BUILD.gn
@@ -4,13 +4,12 @@
source_set("common") {
sources = [
- "blimp_content_client.cc",
- "blimp_content_client.h",
+ "startup_metric_message_generator.cc",
+ "startup_metric_message_generator.h",
+ "startup_metric_messages.h",
]
deps = [
- "//base",
- "//content/public/common",
- "//ui/base",
+ "//ipc",
]
}

Powered by Google App Engine
This is Rietveld 408576698