| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'arc/common/crash_collector.mojom', | 112 'arc/common/crash_collector.mojom', |
| 113 'arc/common/ime.mojom', | 113 'arc/common/ime.mojom', |
| 114 'arc/common/input.mojom', | 114 'arc/common/input.mojom', |
| 115 'arc/common/intent_helper.mojom', | 115 'arc/common/intent_helper.mojom', |
| 116 'arc/common/net.mojom', | 116 'arc/common/net.mojom', |
| 117 'arc/common/notifications.mojom', | 117 'arc/common/notifications.mojom', |
| 118 'arc/common/policy.mojom', | 118 'arc/common/policy.mojom', |
| 119 'arc/common/power.mojom', | 119 'arc/common/power.mojom', |
| 120 'arc/common/process.mojom', | 120 'arc/common/process.mojom', |
| 121 'arc/common/video.mojom', | 121 'arc/common/video.mojom', |
| 122 'arc/common/video_accelerator.mojom', |
| 122 ], | 123 ], |
| 123 }, | 124 }, |
| 124 { | 125 { |
| 125 # GN version: //components/arc:arc_standalone_service | 126 # GN version: //components/arc:arc_standalone_service |
| 126 'target_name': 'arc_standalone_service', | 127 'target_name': 'arc_standalone_service', |
| 127 'type': 'static_library', | 128 'type': 'static_library', |
| 128 'dependencies': [ | 129 'dependencies': [ |
| 129 '../base/base.gyp:base', | 130 '../base/base.gyp:base', |
| 130 '../ipc/ipc.gyp:ipc', | 131 '../ipc/ipc.gyp:ipc', |
| 131 '../mojo/mojo_edk.gyp:mojo_system_impl', | 132 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 '../base/base.gyp:base', | 167 '../base/base.gyp:base', |
| 167 '../ipc/ipc.gyp:ipc', | 168 '../ipc/ipc.gyp:ipc', |
| 168 '../mojo/mojo_edk.gyp:mojo_system_impl', | 169 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 169 ], | 170 ], |
| 170 'sources': [ | 171 'sources': [ |
| 171 'arc/standalone/arc_standalone_bridge_main.cc', | 172 'arc/standalone/arc_standalone_bridge_main.cc', |
| 172 ] | 173 ] |
| 173 } | 174 } |
| 174 ], | 175 ], |
| 175 } | 176 } |
| OLD | NEW |