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

Unified Diff: mojo/runner/BUILD.gn

Issue 1278673002: Add stats collection for telemetry startup.warm.blank_page test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment. Created 5 years, 4 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
« no previous file with comments | « mojo/common/tracing_impl.h ('k') | mojo/runner/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/BUILD.gn
diff --git a/mojo/runner/BUILD.gn b/mojo/runner/BUILD.gn
index c7ec3e60ed43560bf6d2e3874c01222b96454a10..455ccbcfb39502347d5968c4ebdd281afda89f60 100644
--- a/mojo/runner/BUILD.gn
+++ b/mojo/runner/BUILD.gn
@@ -130,7 +130,8 @@ source_set("lib") {
"//mojo/common:tracing_impl",
"//mojo/message_pump",
"//mojo/services/network/public/interfaces",
- "//mojo/services/tracing:bindings",
+ "//mojo/services/tracing/public/cpp",
+ "//mojo/services/tracing/public/interfaces",
"//mojo/shell",
"//mojo/util:filename_util",
"//third_party/mojo/src/mojo/edk/system",
« no previous file with comments | « mojo/common/tracing_impl.h ('k') | mojo/runner/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698