summaryrefslogtreecommitdiffstats
path: root/content/child/BUILD.gn
diff options
context:
space:
mode:
authorzhenw <zhenw@chromium.org>2015-06-22 13:55:28 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-22 20:56:00 +0000
commit062a945213d8a029d3cc1ba239aa567f64971adf (patch)
tree2946f6dd00a6a043fd06274d4120d95770228aee /content/child/BUILD.gn
parent5eafb25aa0a1f0d3d2a6fd92b966548afd7a418c (diff)
downloadchromium_src-062a945213d8a029d3cc1ba239aa567f64971adf.zip
chromium_src-062a945213d8a029d3cc1ba239aa567f64971adf.tar.gz
chromium_src-062a945213d8a029d3cc1ba239aa567f64971adf.tar.bz2
[Startup Tracing] Enable startup tracing from config file
This CL adds a new way to enable startup tracing via Telemetry. Telemetry will put the config file to a known location. The browser can enable startup tracing according to the config file. The old way of using --trace-startup is still kept. Startup tracing design doc: https://docs.google.com/document/d/1yRCXhrQ-0rsfUgNHt9T4YdnmJYrXKN6aK56Ozk3kPVc/edit?usp=sharing BUG=317481, 482098 Review URL: https://codereview.chromium.org/1177853003 Cr-Commit-Position: refs/heads/master@{#335555}
Diffstat (limited to 'content/child/BUILD.gn')
-rw-r--r--content/child/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 4bbcb92..b2e978a 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -24,6 +24,7 @@ source_set("child") {
"//base",
"//components/mime_util",
"//components/tracing",
+ "//components/tracing:startup_tracing",
"//components/webcrypto",
"//content/common:mojo_bindings",
"//mojo/application/public/interfaces",