| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 ], | 114 ], |
| 115 'sources': [ | 115 'sources': [ |
| 116 'arc/common/app.mojom', | 116 'arc/common/app.mojom', |
| 117 'arc/common/arc_bridge.mojom', | 117 'arc/common/arc_bridge.mojom', |
| 118 'arc/common/audio.mojom', | 118 'arc/common/audio.mojom', |
| 119 'arc/common/auth.mojom', | 119 'arc/common/auth.mojom', |
| 120 'arc/common/bitmap.mojom', | 120 'arc/common/bitmap.mojom', |
| 121 'arc/common/bluetooth.mojom', | 121 'arc/common/bluetooth.mojom', |
| 122 'arc/common/clipboard.mojom', | 122 'arc/common/clipboard.mojom', |
| 123 'arc/common/crash_collector.mojom', | 123 'arc/common/crash_collector.mojom', |
| 124 'arc/common/file_system.mojom', |
| 124 'arc/common/ime.mojom', | 125 'arc/common/ime.mojom', |
| 125 'arc/common/intent_helper.mojom', | 126 'arc/common/intent_helper.mojom', |
| 126 'arc/common/metrics.mojom', | 127 'arc/common/metrics.mojom', |
| 127 'arc/common/net.mojom', | 128 'arc/common/net.mojom', |
| 128 'arc/common/notifications.mojom', | 129 'arc/common/notifications.mojom', |
| 129 'arc/common/policy.mojom', | 130 'arc/common/policy.mojom', |
| 130 'arc/common/power.mojom', | 131 'arc/common/power.mojom', |
| 131 'arc/common/process.mojom', | 132 'arc/common/process.mojom', |
| 132 'arc/common/scale_factor.mojom', | 133 'arc/common/scale_factor.mojom', |
| 133 'arc/common/storage_manager.mojom', | 134 'arc/common/storage_manager.mojom', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 '../base/base.gyp:base', | 182 '../base/base.gyp:base', |
| 182 '../ipc/ipc.gyp:ipc', | 183 '../ipc/ipc.gyp:ipc', |
| 183 '../mojo/mojo_edk.gyp:mojo_system_impl', | 184 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 184 ], | 185 ], |
| 185 'sources': [ | 186 'sources': [ |
| 186 'arc/standalone/arc_standalone_bridge_main.cc', | 187 'arc/standalone/arc_standalone_bridge_main.cc', |
| 187 ] | 188 ] |
| 188 } | 189 } |
| 189 ], | 190 ], |
| 190 } | 191 } |
| OLD | NEW |