Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)"
[chromium-blink-merge.git] / components / view_manager / public / interfaces / BUILD.gn
blob76391dd78e0f7c84f710b9a5fc0179b85b86e507
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
7 mojom("interfaces") {
8   sources = [
9     "animations.mojom",
10     "command_buffer.mojom",
11     "compositor_frame.mojom",
12     "gpu.mojom",
13     "gpu_capabilities.mojom",
14     "quads.mojom",
15     "surface_id.mojom",
16     "surfaces.mojom",
17     "view_manager.mojom",
18     "view_manager_constants.mojom",
19     "view_manager_root.mojom",
20   ]
22   import_dirs = [
23     get_path_info("../../../..", "abspath"),
24     "//mojo/services",
25   ]
27   deps = [
28     "//mojo/application/public/interfaces",
29     "//mojo/services/network/public/interfaces",
30     "//ui/mojo/events:interfaces",
31     "//ui/mojo/ime:interfaces",
32     "//ui/mojo/geometry:interfaces",
33   ]