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

Unified Diff: sky/viewer/BUILD.gn

Issue 993203002: Remove the last bits of the Sky Inspector (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « sky/tools/tester/BUILD.gn ('k') | sky/viewer/services/inspector.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 232f4120449ae3e7ab277261d5217801591b1b0a..20505a9f75603b71cecd94276789ac411a4d163f 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -27,7 +27,6 @@ mojo_native_application("viewer") {
include_dirs = [ ".." ]
deps = [
- ":bindings",
"//mojo/application",
"//mojo/common",
"//mojo/common:tracing_impl",
@@ -52,7 +51,6 @@ mojo_native_application("viewer") {
"//sky/compositor",
"//sky/engine",
"//sky/engine/tonic",
- "//sky/services/inspector:bindings",
"//sky/services/platform",
"//sky/services/testing:bindings",
"//third_party/icu",
@@ -60,9 +58,3 @@ mojo_native_application("viewer") {
"//url",
]
}
-
-mojom("bindings") {
- sources = [
- "services/inspector.mojom",
- ]
-}
« no previous file with comments | « sky/tools/tester/BUILD.gn ('k') | sky/viewer/services/inspector.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698