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 "accessibility_manager.mojom", | 10 "accessibility_manager.mojom", |
11 "clipboard.mojom", | 11 "clipboard.mojom", |
12 "cursor.mojom", | 12 "cursor.mojom", |
13 "display_manager.mojom", | 13 "display_manager.mojom", |
14 "event_matcher.mojom", | 14 "event_matcher.mojom", |
15 "gpu_service.mojom", | 15 "gpu.mojom", |
16 "mus_constants.mojom", | 16 "mus_constants.mojom", |
17 "user_access_manager.mojom", | 17 "user_access_manager.mojom", |
18 "user_activity_monitor.mojom", | 18 "user_activity_monitor.mojom", |
19 "window_manager.mojom", | 19 "window_manager.mojom", |
20 "window_manager_constants.mojom", | 20 "window_manager_constants.mojom", |
21 "window_manager_window_tree_factory.mojom", | 21 "window_manager_window_tree_factory.mojom", |
22 "window_server_test.mojom", | 22 "window_server_test.mojom", |
23 "window_tree.mojom", | 23 "window_tree.mojom", |
24 "window_tree_constants.mojom", | 24 "window_tree_constants.mojom", |
25 "window_tree_host.mojom", | 25 "window_tree_host.mojom", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 "//base", | 61 "//base", |
62 "//base/test:test_support", | 62 "//base/test:test_support", |
63 "//mojo/edk/test:run_all_unittests", | 63 "//mojo/edk/test:run_all_unittests", |
64 "//services/ui/public/interfaces/display:test_interfaces", | 64 "//services/ui/public/interfaces/display:test_interfaces", |
65 "//services/ui/public/interfaces/ime:test_interfaces", | 65 "//services/ui/public/interfaces/ime:test_interfaces", |
66 "//testing/gtest", | 66 "//testing/gtest", |
67 "//ui/display/types", | 67 "//ui/display/types", |
68 "//ui/gfx:test_support", | 68 "//ui/gfx:test_support", |
69 ] | 69 ] |
70 } | 70 } |
OLD | NEW |