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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 }, | 159 }, |
160 'sources': [ | 160 'sources': [ |
161 'arc/common/app.mojom', | 161 'arc/common/app.mojom', |
162 'arc/common/arc_bridge.mojom', | 162 'arc/common/arc_bridge.mojom', |
163 'arc/common/audio.mojom', | 163 'arc/common/audio.mojom', |
164 'arc/common/auth.mojom', | 164 'arc/common/auth.mojom', |
165 'arc/common/bitmap.mojom', | 165 'arc/common/bitmap.mojom', |
166 'arc/common/bluetooth.mojom', | 166 'arc/common/bluetooth.mojom', |
167 'arc/common/clipboard.mojom', | 167 'arc/common/clipboard.mojom', |
168 'arc/common/crash_collector.mojom', | 168 'arc/common/crash_collector.mojom', |
| 169 'arc/common/enterprise_reporting.mojom', |
169 'arc/common/file_system.mojom', | 170 'arc/common/file_system.mojom', |
170 'arc/common/ime.mojom', | 171 'arc/common/ime.mojom', |
171 'arc/common/intent_helper.mojom', | 172 'arc/common/intent_helper.mojom', |
172 'arc/common/metrics.mojom', | 173 'arc/common/metrics.mojom', |
173 'arc/common/net.mojom', | 174 'arc/common/net.mojom', |
174 'arc/common/notifications.mojom', | 175 'arc/common/notifications.mojom', |
175 'arc/common/obb_mounter.mojom', | 176 'arc/common/obb_mounter.mojom', |
176 'arc/common/policy.mojom', | 177 'arc/common/policy.mojom', |
177 'arc/common/power.mojom', | 178 'arc/common/power.mojom', |
178 'arc/common/process.mojom', | 179 'arc/common/process.mojom', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 '../base/base.gyp:base', | 233 '../base/base.gyp:base', |
233 '../ipc/ipc.gyp:ipc', | 234 '../ipc/ipc.gyp:ipc', |
234 '../mojo/mojo_edk.gyp:mojo_system_impl', | 235 '../mojo/mojo_edk.gyp:mojo_system_impl', |
235 ], | 236 ], |
236 'sources': [ | 237 'sources': [ |
237 'arc/standalone/arc_standalone_bridge_main.cc', | 238 'arc/standalone/arc_standalone_bridge_main.cc', |
238 ] | 239 ] |
239 } | 240 } |
240 ], | 241 ], |
241 } | 242 } |
OLD | NEW |