Index: mojo/application/public/interfaces/BUILD.gn |
diff --git a/mojo/application/public/interfaces/BUILD.gn b/mojo/application/public/interfaces/BUILD.gn |
deleted file mode 100644 |
index 1aa7fc5e9e172f3eca59b6d6ed026571de3643c3..0000000000000000000000000000000000000000 |
--- a/mojo/application/public/interfaces/BUILD.gn |
+++ /dev/null |
@@ -1,22 +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/tools/bindings/mojom.gni") |
- |
-# GYP version: mojo/mojo_base.gyp:mojo_application_bindings |
-mojom("interfaces") { |
- sources = [ |
- "application.mojom", |
- "application_manager.mojom", |
- "content_handler.mojom", |
- "service_provider.mojom", |
- "shell.mojom", |
- ] |
- |
- import_dirs = [ "//mojo/services" ] |
- |
- deps = [ |
- "//mojo/services/network/public/interfaces", |
- ] |
-} |