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

Unified Diff: sky/services/inspector/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/services/inspector/BUILD.gn
diff --git a/sky/services/inspector/BUILD.gn b/sky/services/inspector/BUILD.gn
index e2b11f2a8676851d647e5480fc96ec5b3c7dfb50..0580d70b4dd52dd75330538db15daf6c2df3c218 100644
--- a/sky/services/inspector/BUILD.gn
+++ b/sky/services/inspector/BUILD.gn
@@ -5,8 +5,6 @@
import("//mojo/public/tools/bindings/mojom.gni")
group("inspector") {
- testonly = true
-
deps = [
":sky_inspector_server",
]

Powered by Google App Engine
This is Rietveld 408576698