OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 import("//mojo/public/tools/bindings/mojom.gni") | 5 import("//mojo/public/tools/bindings/mojom.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 mojom("interfaces") { | 8 mojom("interfaces") { |
9 sources = [ | 9 sources = [ |
10 "accelerator_registrar.mojom", | 10 "accelerator_registrar.mojom", |
11 "accessibility_manager.mojom", | 11 "accessibility_manager.mojom", |
12 "animations.mojom", | 12 "animations.mojom", |
13 "clipboard.mojom", | 13 "clipboard.mojom", |
14 "cursor.mojom", | 14 "cursor.mojom", |
15 "display.mojom", | 15 "display.mojom", |
16 "event_matcher.mojom", | 16 "event_matcher.mojom", |
17 "gpu_memory_buffer.mojom", | 17 "gpu_memory_buffer.mojom", |
18 "gpu_service.mojom", | 18 "gpu_service.mojom", |
19 "ime.mojom", | 19 "ime.mojom", |
20 "mus_constants.mojom", | 20 "mus_constants.mojom", |
21 "surface.mojom", | |
22 "user_access_manager.mojom", | 21 "user_access_manager.mojom", |
23 "user_activity_monitor.mojom", | 22 "user_activity_monitor.mojom", |
24 "window_manager.mojom", | 23 "window_manager.mojom", |
25 "window_manager_constants.mojom", | 24 "window_manager_constants.mojom", |
26 "window_manager_window_tree_factory.mojom", | 25 "window_manager_window_tree_factory.mojom", |
27 "window_server_test.mojom", | 26 "window_server_test.mojom", |
28 "window_tree.mojom", | 27 "window_tree.mojom", |
29 "window_tree_constants.mojom", | 28 "window_tree_constants.mojom", |
30 "window_tree_host.mojom", | 29 "window_tree_host.mojom", |
31 ] | 30 ] |
(...skipping 26 matching lines...) Expand all Loading... |
58 deps = [ | 57 deps = [ |
59 "//base", | 58 "//base", |
60 "//base/test:test_support", | 59 "//base/test:test_support", |
61 "//mojo/edk/test:run_all_unittests", | 60 "//mojo/edk/test:run_all_unittests", |
62 "//services/ui/public/interfaces/display:test_interfaces", | 61 "//services/ui/public/interfaces/display:test_interfaces", |
63 "//testing/gtest", | 62 "//testing/gtest", |
64 "//ui/display/types", | 63 "//ui/display/types", |
65 "//ui/gfx:test_support", | 64 "//ui/gfx:test_support", |
66 ] | 65 ] |
67 } | 66 } |
OLD | NEW |