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

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

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « services/ui/public/cpp/gpu/gpu_service.cc ('k') | services/ui/public/interfaces/gpu.mojom » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "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
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 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/gpu/gpu_service.cc ('k') | services/ui/public/interfaces/gpu.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698