| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'sources': [ | 105 'sources': [ |
| 106 'arc/common/app.mojom', | 106 'arc/common/app.mojom', |
| 107 'arc/common/arc_bridge.mojom', | 107 'arc/common/arc_bridge.mojom', |
| 108 'arc/common/auth.mojom', | 108 'arc/common/auth.mojom', |
| 109 'arc/common/clipboard.mojom', | 109 'arc/common/clipboard.mojom', |
| 110 'arc/common/ime.mojom', | 110 'arc/common/ime.mojom', |
| 111 'arc/common/input.mojom', | 111 'arc/common/input.mojom', |
| 112 'arc/common/intent_helper.mojom', | 112 'arc/common/intent_helper.mojom', |
| 113 'arc/common/net.mojom', | 113 'arc/common/net.mojom', |
| 114 'arc/common/notifications.mojom', | 114 'arc/common/notifications.mojom', |
| 115 'arc/common/policy.mojom', |
| 115 'arc/common/power.mojom', | 116 'arc/common/power.mojom', |
| 116 'arc/common/process.mojom', | 117 'arc/common/process.mojom', |
| 117 'arc/common/video.mojom', | 118 'arc/common/video.mojom', |
| 118 ], | 119 ], |
| 119 }, | 120 }, |
| 120 { | 121 { |
| 121 # GN version: //components/arc:arc_standalone_bridge | 122 # GN version: //components/arc:arc_standalone_bridge |
| 122 'target_name': 'arc_standalone_bridge', | 123 'target_name': 'arc_standalone_bridge', |
| 123 'type': 'executable', | 124 'type': 'executable', |
| 124 'include_dirs': [ | 125 'include_dirs': [ |
| 125 '..', | 126 '..', |
| 126 ], | 127 ], |
| 127 'dependencies': [ | 128 'dependencies': [ |
| 128 'arc_standalone', | 129 'arc_standalone', |
| 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', |
| 132 ], | 133 ], |
| 133 'sources': [ | 134 'sources': [ |
| 134 'arc/standalone/arc_standalone_bridge_main.cc', | 135 'arc/standalone/arc_standalone_bridge_main.cc', |
| 135 ] | 136 ] |
| 136 } | 137 } |
| 137 ], | 138 ], |
| 138 } | 139 } |
| OLD | NEW |