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

Unified Diff: sky/viewer/BUILD.gn

Issue 710043004: Make it possible to have multiple InspectorBackends (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Split out ServerImpl, somehow breaks JS connections... 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
Index: sky/viewer/BUILD.gn
diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
index 4018a3103532a31b39370e6ad694a0e814cfb9a3..3b834d5114a3ef675189f6d5aaac9f16e9a51046 100644
--- a/sky/viewer/BUILD.gn
+++ b/sky/viewer/BUILD.gn
@@ -42,16 +42,18 @@ shared_library("viewer") {
include_dirs = [ ".." ]
deps = [
+ ":bindings",
+ ":sky_modules",
"//base:i18n",
"//cc",
"//cc/surfaces",
"//gin",
"//mojo/application",
- "//mojo/edk/js",
"//mojo/cc",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
+ "//mojo/edk/js",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
@@ -67,12 +69,11 @@ shared_library("viewer") {
"//net",
"//skia",
"//sky/engine/public:blink",
+ "//sky/services/inspector:bindings",
"//sky/viewer/cc",
"//third_party/icu",
"//ui/native_theme",
"//url",
- ":bindings",
- ":sky_modules",
]
}

Powered by Google App Engine
This is Rietveld 408576698