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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'arc/common/notifications.mojom', | 176 'arc/common/notifications.mojom', |
177 'arc/common/obb_mounter.mojom', | 177 'arc/common/obb_mounter.mojom', |
178 'arc/common/policy.mojom', | 178 'arc/common/policy.mojom', |
179 'arc/common/power.mojom', | 179 'arc/common/power.mojom', |
180 'arc/common/process.mojom', | 180 'arc/common/process.mojom', |
181 'arc/common/scale_factor.mojom', | 181 'arc/common/scale_factor.mojom', |
182 'arc/common/screen_rect.mojom', | 182 'arc/common/screen_rect.mojom', |
183 'arc/common/storage_manager.mojom', | 183 'arc/common/storage_manager.mojom', |
184 'arc/common/video.mojom', | 184 'arc/common/video.mojom', |
185 'arc/common/video_accelerator.mojom', | 185 'arc/common/video_accelerator.mojom', |
| 186 'arc/common/watchdog.mojom', |
186 'arc/common/window_manager.mojom', | 187 'arc/common/window_manager.mojom', |
187 'arc/common/app_struct_traits.cc', | 188 'arc/common/app_struct_traits.cc', |
188 ], | 189 ], |
189 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], | 190 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], |
190 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ], | 191 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ], |
191 }, | 192 }, |
192 { | 193 { |
193 # GN version: //components/arc:arc_standalone_service | 194 # GN version: //components/arc:arc_standalone_service |
194 'target_name': 'arc_standalone_service', | 195 'target_name': 'arc_standalone_service', |
195 'type': 'static_library', | 196 'type': 'static_library', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 '../base/base.gyp:base', | 235 '../base/base.gyp:base', |
235 '../ipc/ipc.gyp:ipc', | 236 '../ipc/ipc.gyp:ipc', |
236 '../mojo/mojo_edk.gyp:mojo_system_impl', | 237 '../mojo/mojo_edk.gyp:mojo_system_impl', |
237 ], | 238 ], |
238 'sources': [ | 239 'sources': [ |
239 'arc/standalone/arc_standalone_bridge_main.cc', | 240 'arc/standalone/arc_standalone_bridge_main.cc', |
240 ] | 241 ] |
241 } | 242 } |
242 ], | 243 ], |
243 } | 244 } |
OLD | NEW |