Index: mandoline/app/desktop/BUILD.gn |
diff --git a/mandoline/app/desktop/BUILD.gn b/mandoline/app/desktop/BUILD.gn |
deleted file mode 100644 |
index 2c4f4558334b8b61d23ffec065a85588ee44e9af..0000000000000000000000000000000000000000 |
--- a/mandoline/app/desktop/BUILD.gn |
+++ /dev/null |
@@ -1,38 +0,0 @@ |
-# Copyright 2015 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. |
- |
-group("desktop") { |
- deps = [ |
- ":mandoline", |
- ] |
-} |
- |
-executable("mandoline") { |
- sources = [ |
- "../register_local_aliases.cc", |
- "main.cc", |
- ] |
- |
- deps = [ |
- "//base", |
- "//build/config/sanitizers:deps", |
- "//components/tracing:startup_tracing", |
- "//mojo/common", |
- "//mojo/environment:chromium", |
- "//mojo/shell", |
- "//mojo/shell/package_manager", |
- "//mojo/shell/runner/common", |
- "//mojo/shell/runner/host:lib", |
- "//mojo/shell/standalone:lib", |
- "//mojo/shell/standalone:register_local_aliases_fwd", |
- ] |
- |
- data_deps = [ |
- "//components/html_viewer", |
- "//components/pdf_viewer", |
- "//mandoline/services/core_services", |
- "//mandoline/services/updater", |
- "//mandoline/ui", |
- ] |
-} |