| 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 = [
|
|
|