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

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: Move InspectorFrontendImpl into server.cc and rename ServerImpl to InspectorServerImpl 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/framework/inspector/inspector.sky ('k') | sky/services/inspector/inspector.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/services/inspector/BUILD.gn
diff --git a/sky/services/inspector/BUILD.gn b/sky/services/inspector/BUILD.gn
index e2b11f2a8676851d647e5480fc96ec5b3c7dfb50..eb52f0b00c09e05bb9a6dc901c063e365be43a82 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",
]
@@ -14,8 +12,6 @@ group("inspector") {
shared_library("sky_inspector_server") {
sources = [
- "inspector_frontend_impl.cc",
- "inspector_frontend_impl.h",
"server.cc",
]
« no previous file with comments | « sky/framework/inspector/inspector.sky ('k') | sky/services/inspector/inspector.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698