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

Unified Diff: mojo/common/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 | « no previous file | mojo/common/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/BUILD.gn
diff --git a/mojo/common/BUILD.gn b/mojo/common/BUILD.gn
index 460471b808e785c7135809be187f6ed5c25d11be..748eb4f531f99115e19381e76fecbc5a33e8fceb 100644
--- a/mojo/common/BUILD.gn
+++ b/mojo/common/BUILD.gn
@@ -83,8 +83,8 @@ mojom("test_interfaces") {
source_set("tracing_impl") {
sources = [
- "trace_controller_impl.cc",
- "trace_controller_impl.h",
+ "trace_provider_impl.cc",
+ "trace_provider_impl.h",
"tracing_impl.cc",
"tracing_impl.h",
]
« no previous file with comments | « no previous file | mojo/common/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698