Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: services/ui/public/interfaces/BUILD.gn

Issue 2430653002: Mus+Ash: Towards Unifying CompositorFrameSink terminology (Closed)
Patch Set: Updated Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698