Index: mojo/services/public/interfaces/window_manager/BUILD.gn |
diff --git a/mojo/services/public/interfaces/window_manager/BUILD.gn b/mojo/services/public/interfaces/window_manager/BUILD.gn |
deleted file mode 100644 |
index 46c8a993eb5d9eb9db154e8b147073f6b98af137..0000000000000000000000000000000000000000 |
--- a/mojo/services/public/interfaces/window_manager/BUILD.gn |
+++ /dev/null |
@@ -1,18 +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") |
- |
-mojom("window_manager") { |
- sources = [ |
- "window_manager.mojom", |
- "window_manager_internal.mojom", |
- ] |
- |
- deps = [ |
- "//mojo/public/interfaces/application", |
- "//mojo/services/public/interfaces/geometry", |
- "//mojo/services/public/interfaces/input_events", |
- ] |
-} |