Index: mojo/services/public/interfaces/native_viewport/BUILD.gn |
diff --git a/mojo/services/public/interfaces/native_viewport/BUILD.gn b/mojo/services/public/interfaces/native_viewport/BUILD.gn |
deleted file mode 100644 |
index c7e1013ec78fe59a3a128978c19492787f8c2f7d..0000000000000000000000000000000000000000 |
--- a/mojo/services/public/interfaces/native_viewport/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("native_viewport") { |
- sources = [ |
- "native_viewport.mojom", |
- ] |
- |
- public_deps = [ |
- "//mojo/services/public/interfaces/geometry", |
- "//mojo/services/public/interfaces/gpu", |
- "//mojo/services/public/interfaces/input_events", |
- "//mojo/services/public/interfaces/surfaces:surface_id", |
- ] |
-} |