| Index: sky/viewer/BUILD.gn
|
| diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
|
| index 0887e97a2e03755b16195a8b598c01888a0d6a90..44ce93bb0d806cbb671d7f7fe87b25610e909dd6 100644
|
| --- a/sky/viewer/BUILD.gn
|
| +++ b/sky/viewer/BUILD.gn
|
| @@ -27,8 +27,6 @@ mojo_native_application("viewer") {
|
| "platform/weburlloader_impl.h",
|
| "script/script_runner.cc",
|
| "script/script_runner.h",
|
| - "services/tracing_impl.cc",
|
| - "services/tracing_impl.h",
|
| "services/inspector_impl.cc",
|
| "services/inspector_impl.h",
|
| "viewer.cc",
|
| @@ -43,6 +41,7 @@ mojo_native_application("viewer") {
|
| "//gin",
|
| "//mojo/application",
|
| "//mojo/common",
|
| + "//mojo/common:tracing_impl",
|
| "//mojo/converters/geometry",
|
| "//mojo/converters/surfaces",
|
| "//mojo/edk/js",
|
| @@ -73,7 +72,6 @@ mojo_native_application("viewer") {
|
|
|
| mojom("bindings") {
|
| sources = [
|
| - "services/tracing.mojom",
|
| "services/inspector.mojom",
|
| ]
|
| }
|
|
|