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

Unified Diff: sky/services/inspector/BUILD.gn

Issue 931873002: Delete sky/services/inspector/server.cc. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Drop the InspectorServer interface and inspector_impl. Created 5 years, 10 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 | « no previous file | 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 8eed1affbd4d3ff853306173398127cab2111dca..5a9b3d39c1666e2240b718828363b38f72f754e7 100644
--- a/sky/services/inspector/BUILD.gn
+++ b/sky/services/inspector/BUILD.gn
@@ -2,28 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
group("inspector") {
deps = [
- ":sky_inspector_server",
- ]
-}
-
-mojo_native_application("sky_inspector_server") {
- sources = [
- "server.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/common",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/utility",
- "//net",
- "//net:http_server",
":bindings",
]
}
« no previous file with comments | « no previous file | sky/services/inspector/inspector.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698