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

Unified Diff: mojo/services/tracing/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/runner/switches.cc ('k') | mojo/services/tracing/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/tracing/BUILD.gn
diff --git a/mojo/services/tracing/BUILD.gn b/mojo/services/tracing/BUILD.gn
index 235374f75f86d0373b5de1236ef2e7b6dc340b31..634e891b3143b57a786b006219cf1c60e4210554 100644
--- a/mojo/services/tracing/BUILD.gn
+++ b/mojo/services/tracing/BUILD.gn
@@ -3,7 +3,6 @@
# found in the LICENSE file.
import("//mojo/public/mojo_application.gni")
-import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojo_native_application("tracing") {
sources = [
@@ -17,12 +16,6 @@ mojo_native_application("tracing") {
]
}
-mojom("bindings") {
- sources = [
- "tracing.mojom",
- ]
-}
-
source_set("lib") {
sources = [
"trace_data_sink.cc",
@@ -32,9 +25,9 @@ source_set("lib") {
]
deps = [
- ":bindings",
"//base",
"//mojo/application/public/cpp",
"//mojo/common:common_base",
+ "//mojo/services/tracing/public/interfaces",
]
}
« no previous file with comments | « mojo/runner/switches.cc ('k') | mojo/services/tracing/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698