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

Unified Diff: services/tracing/BUILD.gn

Issue 1284293003: Rename tracing interfaces. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « services/debugger/debugger.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 08d9ab4b3fc3ada1930156f341b373dbbb2d68a0..373229df0178b0fe228009577fa30d375748eec0 100644
--- a/services/tracing/BUILD.gn
+++ b/services/tracing/BUILD.gn
@@ -7,11 +7,11 @@ 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",
+ "trace_recorder_impl.cc",
+ "trace_recorder_impl.h",
"tracing_app.cc",
"tracing_app.h",
]
« no previous file with comments | « services/debugger/debugger.cc ('k') | services/tracing/collector_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698