OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/arc | 8 # GN version: //components/arc |
9 'target_name': 'arc', | 9 'target_name': 'arc', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 19 matching lines...) Expand all Loading... |
30 'arc/arc_bridge_bootstrap.cc', | 30 'arc/arc_bridge_bootstrap.cc', |
31 'arc/arc_bridge_bootstrap.h', | 31 'arc/arc_bridge_bootstrap.h', |
32 'arc/arc_bridge_service.cc', | 32 'arc/arc_bridge_service.cc', |
33 'arc/arc_bridge_service.h', | 33 'arc/arc_bridge_service.h', |
34 'arc/arc_bridge_service_impl.cc', | 34 'arc/arc_bridge_service_impl.cc', |
35 'arc/arc_bridge_service_impl.h', | 35 'arc/arc_bridge_service_impl.h', |
36 'arc/arc_service.cc', | 36 'arc/arc_service.cc', |
37 'arc/arc_service.h', | 37 'arc/arc_service.h', |
38 'arc/arc_service_manager.cc', | 38 'arc/arc_service_manager.cc', |
39 'arc/arc_service_manager.h', | 39 'arc/arc_service_manager.h', |
| 40 'arc/audio/arc_audio_bridge.cc', |
| 41 'arc/audio/arc_audio_bridge.h', |
40 'arc/auth/arc_auth_fetcher.cc', | 42 'arc/auth/arc_auth_fetcher.cc', |
41 'arc/auth/arc_auth_fetcher.h', | 43 'arc/auth/arc_auth_fetcher.h', |
42 'arc/clipboard/arc_clipboard_bridge.cc', | 44 'arc/clipboard/arc_clipboard_bridge.cc', |
43 'arc/clipboard/arc_clipboard_bridge.h', | 45 'arc/clipboard/arc_clipboard_bridge.h', |
44 'arc/ime/arc_ime_bridge.cc', | 46 'arc/ime/arc_ime_bridge.cc', |
45 'arc/ime/arc_ime_bridge.h', | 47 'arc/ime/arc_ime_bridge.h', |
46 'arc/ime/arc_ime_ipc_host.h', | 48 'arc/ime/arc_ime_ipc_host.h', |
47 'arc/ime/arc_ime_ipc_host_impl.cc', | 49 'arc/ime/arc_ime_ipc_host_impl.cc', |
48 'arc/ime/arc_ime_ipc_host_impl.h', | 50 'arc/ime/arc_ime_ipc_host_impl.h', |
49 'arc/input/arc_input_bridge.cc', | 51 'arc/input/arc_input_bridge.cc', |
(...skipping 28 matching lines...) Expand all Loading... |
78 { | 80 { |
79 # GN version: //components/arc:mojo_bindings | 81 # GN version: //components/arc:mojo_bindings |
80 'target_name': 'arc_mojo_bindings', | 82 'target_name': 'arc_mojo_bindings', |
81 'type': 'static_library', | 83 'type': 'static_library', |
82 'includes': [ | 84 'includes': [ |
83 '../mojo/mojom_bindings_generator.gypi', | 85 '../mojo/mojom_bindings_generator.gypi', |
84 ], | 86 ], |
85 'sources': [ | 87 'sources': [ |
86 'arc/common/app.mojom', | 88 'arc/common/app.mojom', |
87 'arc/common/arc_bridge.mojom', | 89 'arc/common/arc_bridge.mojom', |
| 90 'arc/common/audio.mojom', |
88 'arc/common/auth.mojom', | 91 'arc/common/auth.mojom', |
89 'arc/common/clipboard.mojom', | 92 'arc/common/clipboard.mojom', |
90 'arc/common/ime.mojom', | 93 'arc/common/ime.mojom', |
91 'arc/common/input.mojom', | 94 'arc/common/input.mojom', |
92 'arc/common/intent_helper.mojom', | 95 'arc/common/intent_helper.mojom', |
93 'arc/common/net.mojom', | 96 'arc/common/net.mojom', |
94 'arc/common/notifications.mojom', | 97 'arc/common/notifications.mojom', |
95 'arc/common/power.mojom', | 98 'arc/common/power.mojom', |
96 'arc/common/process.mojom', | 99 'arc/common/process.mojom', |
97 'arc/common/settings.mojom', | 100 'arc/common/settings.mojom', |
98 'arc/common/video.mojom', | 101 'arc/common/video.mojom', |
99 ], | 102 ], |
100 }, | 103 }, |
101 ], | 104 ], |
102 } | 105 } |
OLD | NEW |