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 20 matching lines...) Expand all Loading... |
31 'arc/arc_bridge_bootstrap.cc', | 31 'arc/arc_bridge_bootstrap.cc', |
32 'arc/arc_bridge_bootstrap.h', | 32 'arc/arc_bridge_bootstrap.h', |
33 'arc/arc_bridge_service.cc', | 33 'arc/arc_bridge_service.cc', |
34 'arc/arc_bridge_service.h', | 34 'arc/arc_bridge_service.h', |
35 'arc/arc_bridge_service_impl.cc', | 35 'arc/arc_bridge_service_impl.cc', |
36 'arc/arc_bridge_service_impl.h', | 36 'arc/arc_bridge_service_impl.h', |
37 'arc/arc_service.cc', | 37 'arc/arc_service.cc', |
38 'arc/arc_service.h', | 38 'arc/arc_service.h', |
39 'arc/arc_service_manager.cc', | 39 'arc/arc_service_manager.cc', |
40 'arc/arc_service_manager.h', | 40 'arc/arc_service_manager.h', |
41 'arc/auth/arc_auth_fetcher.cc', | |
42 'arc/auth/arc_auth_fetcher.h', | |
43 'arc/clipboard/arc_clipboard_bridge.cc', | 41 'arc/clipboard/arc_clipboard_bridge.cc', |
44 'arc/clipboard/arc_clipboard_bridge.h', | 42 'arc/clipboard/arc_clipboard_bridge.h', |
45 'arc/crash_collector/arc_crash_collector_bridge.cc', | 43 'arc/crash_collector/arc_crash_collector_bridge.cc', |
46 'arc/crash_collector/arc_crash_collector_bridge.h', | 44 'arc/crash_collector/arc_crash_collector_bridge.h', |
47 'arc/ime/arc_ime_bridge.h', | 45 'arc/ime/arc_ime_bridge.h', |
48 'arc/ime/arc_ime_bridge_impl.cc', | 46 'arc/ime/arc_ime_bridge_impl.cc', |
49 'arc/ime/arc_ime_bridge_impl.h', | 47 'arc/ime/arc_ime_bridge_impl.h', |
50 'arc/ime/arc_ime_service.cc', | 48 'arc/ime/arc_ime_service.cc', |
51 'arc/ime/arc_ime_service.h', | 49 'arc/ime/arc_ime_service.h', |
52 'arc/input/arc_input_bridge.cc', | 50 'arc/input/arc_input_bridge.cc', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 '../base/base.gyp:base', | 151 '../base/base.gyp:base', |
154 '../ipc/ipc.gyp:ipc', | 152 '../ipc/ipc.gyp:ipc', |
155 '../mojo/mojo_edk.gyp:mojo_system_impl', | 153 '../mojo/mojo_edk.gyp:mojo_system_impl', |
156 ], | 154 ], |
157 'sources': [ | 155 'sources': [ |
158 'arc/standalone/arc_standalone_bridge_main.cc', | 156 'arc/standalone/arc_standalone_bridge_main.cc', |
159 ] | 157 ] |
160 } | 158 } |
161 ], | 159 ], |
162 } | 160 } |
OLD | NEW |