Index: components/mus/public/interfaces/gpu/BUILD.gn |
diff --git a/components/mus/public/interfaces/gpu/BUILD.gn b/components/mus/public/interfaces/gpu/BUILD.gn |
deleted file mode 100644 |
index 6ac8f1c23d30ef81e9792cb11adc25e32767d4f6..0000000000000000000000000000000000000000 |
--- a/components/mus/public/interfaces/gpu/BUILD.gn |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-# Copyright 2016 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("interfaces") { |
- sources = [ |
- "display_compositor.mojom", |
- "display_compositor_host.mojom", |
- ] |
- |
- public_deps = [ |
- "//components/mus/public/interfaces", |
- "//gpu/ipc/common:interfaces", |
- ] |
-} |