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

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

Issue 2452783002: mash: remove AcceleratorRegistrar. (Closed)
Patch Set: Rebase to tot 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",
11 "accessibility_manager.mojom", 10 "accessibility_manager.mojom",
12 "animations.mojom", 11 "animations.mojom",
13 "clipboard.mojom", 12 "clipboard.mojom",
14 "cursor.mojom", 13 "cursor.mojom",
15 "display.mojom", 14 "display.mojom",
16 "event_matcher.mojom", 15 "event_matcher.mojom",
17 "gpu_memory_buffer.mojom", 16 "gpu_memory_buffer.mojom",
18 "gpu_service.mojom", 17 "gpu_service.mojom",
19 "ime.mojom", 18 "ime.mojom",
20 "mus_constants.mojom", 19 "mus_constants.mojom",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 deps = [ 56 deps = [
58 "//base", 57 "//base",
59 "//base/test:test_support", 58 "//base/test:test_support",
60 "//mojo/edk/test:run_all_unittests", 59 "//mojo/edk/test:run_all_unittests",
61 "//services/ui/public/interfaces/display:test_interfaces", 60 "//services/ui/public/interfaces/display:test_interfaces",
62 "//testing/gtest", 61 "//testing/gtest",
63 "//ui/display/types", 62 "//ui/display/types",
64 "//ui/gfx:test_support", 63 "//ui/gfx:test_support",
65 ] 64 ]
66 } 65 }
OLDNEW
« no previous file with comments | « ash/mus/window_manager_application.cc ('k') | services/ui/public/interfaces/accelerator_registrar.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698