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

Unified Diff: sky/viewer/BUILD.gn

Issue 751303003: Move tracing_impl code to mojo/common (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/tools/debugger/prompt/prompt.cc ('k') | sky/viewer/services/tracing.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « sky/tools/debugger/prompt/prompt.cc ('k') | sky/viewer/services/tracing.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698