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

Unified Diff: mojo/common/dart/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 | « mojo/common/BUILD.gn ('k') | mojo/common/dart/lib/trace_controller_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/dart/BUILD.gn
diff --git a/mojo/common/dart/BUILD.gn b/mojo/common/dart/BUILD.gn
index 36a92cbc487f25fbb6c0ed0efc6ceecab7bb5351..a4f262760b948a930a263ed4f5e517be7ec202dc 100644
--- a/mojo/common/dart/BUILD.gn
+++ b/mojo/common/dart/BUILD.gn
@@ -6,7 +6,7 @@ import("//mojo/public/dart/rules.gni")
dartzip_package("dart_dartzip") {
sources = [
- "lib/trace_controller_impl.dart",
+ "lib/trace_provider_impl.dart",
"lib/tracing_helper.dart",
"pubspec.yaml",
]
@@ -19,7 +19,7 @@ dartzip_package("dart_dartzip") {
dart_pkg("dart_pkg") {
entrypoints = [ "lib/tracing_helper.dart" ]
sources = [
- "lib/trace_controller_impl.dart",
+ "lib/trace_provider_impl.dart",
"pubspec.yaml",
]
deps = [
« no previous file with comments | « mojo/common/BUILD.gn ('k') | mojo/common/dart/lib/trace_controller_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698