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

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

Issue 2522153002: mus: Remove unused gpu_memory_buffer.mojom (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 | « no previous file | services/ui/public/interfaces/gpu_memory_buffer.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 "animations.mojom", 11 "animations.mojom",
12 "clipboard.mojom", 12 "clipboard.mojom",
13 "cursor.mojom", 13 "cursor.mojom",
14 "display_manager.mojom", 14 "display_manager.mojom",
15 "event_matcher.mojom", 15 "event_matcher.mojom",
16 "gpu_memory_buffer.mojom",
17 "gpu_service.mojom", 16 "gpu_service.mojom",
18 "ime.mojom", 17 "ime.mojom",
19 "mus_constants.mojom", 18 "mus_constants.mojom",
20 "user_access_manager.mojom", 19 "user_access_manager.mojom",
21 "user_activity_monitor.mojom", 20 "user_activity_monitor.mojom",
22 "window_manager.mojom", 21 "window_manager.mojom",
23 "window_manager_constants.mojom", 22 "window_manager_constants.mojom",
24 "window_manager_window_tree_factory.mojom", 23 "window_manager_window_tree_factory.mojom",
25 "window_server_test.mojom", 24 "window_server_test.mojom",
26 "window_tree.mojom", 25 "window_tree.mojom",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 deps = [ 60 deps = [
62 "//base", 61 "//base",
63 "//base/test:test_support", 62 "//base/test:test_support",
64 "//mojo/edk/test:run_all_unittests", 63 "//mojo/edk/test:run_all_unittests",
65 "//services/ui/public/interfaces/display:test_interfaces", 64 "//services/ui/public/interfaces/display:test_interfaces",
66 "//testing/gtest", 65 "//testing/gtest",
67 "//ui/display/types", 66 "//ui/display/types",
68 "//ui/gfx:test_support", 67 "//ui/gfx:test_support",
69 ] 68 ]
70 } 69 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/public/interfaces/gpu_memory_buffer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698