| 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",
|
| ]
|
| }
|
|
|