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

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

Issue 2247183005: services/ui: Get rid of IPC::ChannelHandle type converter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix review issues Created 4 years, 4 months 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 "channel_handle.mojom",
14 "clipboard.mojom", 13 "clipboard.mojom",
15 "cursor.mojom", 14 "cursor.mojom",
16 "display.mojom", 15 "display.mojom",
17 "event_matcher.mojom", 16 "event_matcher.mojom",
18 "gpu_memory_buffer.mojom", 17 "gpu_memory_buffer.mojom",
19 "gpu_service.mojom", 18 "gpu_service.mojom",
20 "ime.mojom", 19 "ime.mojom",
21 "mus_constants.mojom", 20 "mus_constants.mojom",
22 "surface.mojom", 21 "surface.mojom",
23 "user_access_manager.mojom", 22 "user_access_manager.mojom",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 deps = [ 58 deps = [
60 "//base", 59 "//base",
61 "//base/test:test_support", 60 "//base/test:test_support",
62 "//mojo/edk/test:run_all_unittests", 61 "//mojo/edk/test:run_all_unittests",
63 "//services/ui/public/interfaces/display:test_interfaces", 62 "//services/ui/public/interfaces/display:test_interfaces",
64 "//testing/gtest", 63 "//testing/gtest",
65 "//ui/display/types", 64 "//ui/display/types",
66 "//ui/gfx:test_support", 65 "//ui/gfx:test_support",
67 ] 66 ]
68 } 67 }
OLDNEW
« no previous file with comments | « services/ui/public/cpp/gpu_service.cc ('k') | services/ui/public/interfaces/channel_handle.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698