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

Unified Diff: services/tracing/BUILD.gn

Issue 1055703002: Gather trace data by waiting on handles with a fixed timeout (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: review feedback Created 5 years, 8 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/public/cpp/bindings/tests/router_unittest.cc ('k') | services/tracing/collector_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/BUILD.gn
diff --git a/services/tracing/BUILD.gn b/services/tracing/BUILD.gn
index d972277dd4c12a1bb799ec78013d7fd3c6ec31cf..dc186f41456a75bbf4a05e3a84e83f2b91385872 100644
--- a/services/tracing/BUILD.gn
+++ b/services/tracing/BUILD.gn
@@ -7,9 +7,13 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojo_native_application("tracing") {
sources = [
+ "collector_impl.cc",
+ "collector_impl.h",
"main.cc",
"trace_data_sink.cc",
"trace_data_sink.h",
+ "tracing_app.cc",
+ "tracing_app.h",
]
deps = [
« no previous file with comments | « mojo/public/cpp/bindings/tests/router_unittest.cc ('k') | services/tracing/collector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698