Index: sky/tools/debugger/BUILD.gn |
diff --git a/sky/tools/debugger/BUILD.gn b/sky/tools/debugger/BUILD.gn |
deleted file mode 100644 |
index 933e20c7739c9a83649e054c46468e4dc4518a2c..0000000000000000000000000000000000000000 |
--- a/sky/tools/debugger/BUILD.gn |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
-# Copyright 2014 The Chromium Authors. All rights reserved. |
-# 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") |
- |
-group("debugger") { |
- testonly = true |
- |
- deps = [ |
- ":sky_debugger", |
- ] |
-} |
- |
-mojo_native_application("sky_debugger") { |
- output_name = "sky_debugger" |
- |
- sources = [ |
- "debugger.cc", |
- "trace_collector.cc", |
- "trace_collector.h", |
- ] |
- |
- deps = [ |
- "//base", |
- "//base/allocator", |
- "//mojo/application", |
- "//mojo/common", |
- "//mojo/public/cpp/bindings", |
- "//mojo/public/cpp/system", |
- "//mojo/public/cpp/utility", |
- "//mojo/services/http_server/public/cpp", |
- "//mojo/services/http_server/public/interfaces", |
- "//mojo/services/network/public/interfaces", |
- "//mojo/services/window_manager/public/interfaces", |
- "//services/tracing:bindings", |
- ] |
-} |