| 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 23 matching lines...) Expand all Loading... |
| 34 'arc/arc_bridge_service.cc', | 34 'arc/arc_bridge_service.cc', |
| 35 'arc/arc_bridge_service.h', | 35 'arc/arc_bridge_service.h', |
| 36 'arc/arc_bridge_service_impl.cc', | 36 'arc/arc_bridge_service_impl.cc', |
| 37 'arc/arc_bridge_service_impl.h', | 37 'arc/arc_bridge_service_impl.h', |
| 38 'arc/arc_service.cc', | 38 'arc/arc_service.cc', |
| 39 'arc/arc_service.h', | 39 'arc/arc_service.h', |
| 40 'arc/arc_service_manager.cc', | 40 'arc/arc_service_manager.cc', |
| 41 'arc/arc_service_manager.h', | 41 'arc/arc_service_manager.h', |
| 42 'arc/audio/arc_audio_bridge.cc', | 42 'arc/audio/arc_audio_bridge.cc', |
| 43 'arc/audio/arc_audio_bridge.h', | 43 'arc/audio/arc_audio_bridge.h', |
| 44 'arc/bitmap/bitmap_type_converters.cc', |
| 45 'arc/bitmap/bitmap_type_converters.h', |
| 44 'arc/bluetooth/arc_bluetooth_bridge.cc', | 46 'arc/bluetooth/arc_bluetooth_bridge.cc', |
| 45 'arc/bluetooth/arc_bluetooth_bridge.h', | 47 'arc/bluetooth/arc_bluetooth_bridge.h', |
| 46 'arc/bluetooth/bluetooth_type_converters.cc', | 48 'arc/bluetooth/bluetooth_type_converters.cc', |
| 47 'arc/bluetooth/bluetooth_type_converters.h', | 49 'arc/bluetooth/bluetooth_type_converters.h', |
| 48 'arc/clipboard/arc_clipboard_bridge.cc', | 50 'arc/clipboard/arc_clipboard_bridge.cc', |
| 49 'arc/clipboard/arc_clipboard_bridge.h', | 51 'arc/clipboard/arc_clipboard_bridge.h', |
| 50 'arc/crash_collector/arc_crash_collector_bridge.cc', | 52 'arc/crash_collector/arc_crash_collector_bridge.cc', |
| 51 'arc/crash_collector/arc_crash_collector_bridge.h', | 53 'arc/crash_collector/arc_crash_collector_bridge.h', |
| 52 'arc/ime/arc_ime_bridge.h', | 54 'arc/ime/arc_ime_bridge.h', |
| 53 'arc/ime/arc_ime_bridge_impl.cc', | 55 'arc/ime/arc_ime_bridge_impl.cc', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'target_name': 'arc_mojo_bindings', | 102 'target_name': 'arc_mojo_bindings', |
| 101 'type': 'static_library', | 103 'type': 'static_library', |
| 102 'includes': [ | 104 'includes': [ |
| 103 '../mojo/mojom_bindings_generator.gypi', | 105 '../mojo/mojom_bindings_generator.gypi', |
| 104 ], | 106 ], |
| 105 'sources': [ | 107 'sources': [ |
| 106 'arc/common/app.mojom', | 108 'arc/common/app.mojom', |
| 107 'arc/common/arc_bridge.mojom', | 109 'arc/common/arc_bridge.mojom', |
| 108 'arc/common/audio.mojom', | 110 'arc/common/audio.mojom', |
| 109 'arc/common/auth.mojom', | 111 'arc/common/auth.mojom', |
| 112 'arc/common/bitmap.mojom', |
| 110 'arc/common/bluetooth.mojom', | 113 'arc/common/bluetooth.mojom', |
| 111 'arc/common/clipboard.mojom', | 114 'arc/common/clipboard.mojom', |
| 112 'arc/common/crash_collector.mojom', | 115 'arc/common/crash_collector.mojom', |
| 113 'arc/common/ime.mojom', | 116 'arc/common/ime.mojom', |
| 114 'arc/common/input.mojom', | 117 'arc/common/input.mojom', |
| 115 'arc/common/intent_helper.mojom', | 118 'arc/common/intent_helper.mojom', |
| 116 'arc/common/net.mojom', | 119 'arc/common/net.mojom', |
| 117 'arc/common/notifications.mojom', | 120 'arc/common/notifications.mojom', |
| 118 'arc/common/policy.mojom', | 121 'arc/common/policy.mojom', |
| 119 'arc/common/power.mojom', | 122 'arc/common/power.mojom', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 '../base/base.gyp:base', | 169 '../base/base.gyp:base', |
| 167 '../ipc/ipc.gyp:ipc', | 170 '../ipc/ipc.gyp:ipc', |
| 168 '../mojo/mojo_edk.gyp:mojo_system_impl', | 171 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 169 ], | 172 ], |
| 170 'sources': [ | 173 'sources': [ |
| 171 'arc/standalone/arc_standalone_bridge_main.cc', | 174 'arc/standalone/arc_standalone_bridge_main.cc', |
| 172 ] | 175 ] |
| 173 } | 176 } |
| 174 ], | 177 ], |
| 175 } | 178 } |
| OLD | NEW |