| Index: components/view_manager/surfaces/public/interfaces/BUILD.gn
|
| diff --git a/components/view_manager/surfaces/public/interfaces/BUILD.gn b/components/view_manager/surfaces/public/interfaces/BUILD.gn
|
| deleted file mode 100644
|
| index 405c508a604a9d9d1deeff8650a260cc488da713..0000000000000000000000000000000000000000
|
| --- a/components/view_manager/surfaces/public/interfaces/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,27 +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("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
|
| -
|
| -mojom("interfaces") {
|
| - sources = [
|
| - "compositor_frame.mojom",
|
| - "quads.mojom",
|
| - "surfaces.mojom",
|
| - ]
|
| -
|
| - import_dirs = [ get_path_info("../../../", "abspath") ]
|
| -
|
| - deps = [
|
| - ":surface_id",
|
| - "//components/view_manager/public/interfaces",
|
| - "//ui/mojo/geometry:interfaces",
|
| - ]
|
| -}
|
| -
|
| -mojom("surface_id") {
|
| - sources = [
|
| - "surface_id.mojom",
|
| - ]
|
| -}
|
|
|