| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 }, | 150 }, |
| 151 { | 151 { |
| 152 # GN version: //components/arc:mojo_bindings | 152 # GN version: //components/arc:mojo_bindings |
| 153 'target_name': 'arc_mojo_bindings', | 153 'target_name': 'arc_mojo_bindings', |
| 154 'type': 'static_library', | 154 'type': 'static_library', |
| 155 'variables': { | 155 'variables': { |
| 156 'mojom_typemaps': [ | 156 'mojom_typemaps': [ |
| 157 'arc/common/app.typemap', | 157 'arc/common/app.typemap', |
| 158 'arc/common/bluetooth.typemap', | 158 'arc/common/bluetooth.typemap', |
| 159 ], | 159 ], |
| 160 'use_new_wrapper_types': 'false', |
| 160 }, | 161 }, |
| 161 'sources': [ | 162 'sources': [ |
| 162 'arc/common/app.mojom', | 163 'arc/common/app.mojom', |
| 163 'arc/common/arc_bridge.mojom', | 164 'arc/common/arc_bridge.mojom', |
| 164 'arc/common/audio.mojom', | 165 'arc/common/audio.mojom', |
| 165 'arc/common/auth.mojom', | 166 'arc/common/auth.mojom', |
| 166 'arc/common/bitmap.mojom', | 167 'arc/common/bitmap.mojom', |
| 167 'arc/common/bluetooth.mojom', | 168 'arc/common/bluetooth.mojom', |
| 168 'arc/common/clipboard.mojom', | 169 'arc/common/clipboard.mojom', |
| 169 'arc/common/crash_collector.mojom', | 170 'arc/common/crash_collector.mojom', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 '../base/base.gyp:base', | 234 '../base/base.gyp:base', |
| 234 '../ipc/ipc.gyp:ipc', | 235 '../ipc/ipc.gyp:ipc', |
| 235 '../mojo/mojo_edk.gyp:mojo_system_impl', | 236 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 236 ], | 237 ], |
| 237 'sources': [ | 238 'sources': [ |
| 238 'arc/standalone/arc_standalone_bridge_main.cc', | 239 'arc/standalone/arc_standalone_bridge_main.cc', |
| 239 ] | 240 ] |
| 240 } | 241 } |
| 241 ], | 242 ], |
| 242 } | 243 } |
| OLD | NEW |