| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'arc/net/arc_net_host_impl.h', | 76 'arc/net/arc_net_host_impl.h', |
| 77 'arc/obb_mounter/arc_obb_mounter_bridge.cc', | 77 'arc/obb_mounter/arc_obb_mounter_bridge.cc', |
| 78 'arc/obb_mounter/arc_obb_mounter_bridge.h', | 78 'arc/obb_mounter/arc_obb_mounter_bridge.h', |
| 79 'arc/power/arc_power_bridge.cc', | 79 'arc/power/arc_power_bridge.cc', |
| 80 'arc/power/arc_power_bridge.h', | 80 'arc/power/arc_power_bridge.h', |
| 81 'arc/set_wallpaper_delegate.h', | 81 'arc/set_wallpaper_delegate.h', |
| 82 'arc/storage_manager/arc_storage_manager.cc', | 82 'arc/storage_manager/arc_storage_manager.cc', |
| 83 'arc/storage_manager/arc_storage_manager.h', | 83 'arc/storage_manager/arc_storage_manager.h', |
| 84 'arc/user_data/arc_user_data_service.cc', | 84 'arc/user_data/arc_user_data_service.cc', |
| 85 'arc/user_data/arc_user_data_service.h', | 85 'arc/user_data/arc_user_data_service.h', |
| 86 'arc/window_manager/arc_window_manager_bridge.cc', | |
| 87 'arc/window_manager/arc_window_manager_bridge.h', | |
| 88 ], | 86 ], |
| 89 }, | 87 }, |
| 90 { | 88 { |
| 91 # GN version: //components/arc:arc_base | 89 # GN version: //components/arc:arc_base |
| 92 'target_name': 'arc_base', | 90 'target_name': 'arc_base', |
| 93 'type': 'static_library', | 91 'type': 'static_library', |
| 94 'include_dirs': [ | 92 'include_dirs': [ |
| 95 '..', | 93 '..', |
| 96 ], | 94 ], |
| 97 'dependencies': [ | 95 'dependencies': [ |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'arc/common/notifications.mojom', | 174 'arc/common/notifications.mojom', |
| 177 'arc/common/obb_mounter.mojom', | 175 'arc/common/obb_mounter.mojom', |
| 178 'arc/common/policy.mojom', | 176 'arc/common/policy.mojom', |
| 179 'arc/common/power.mojom', | 177 'arc/common/power.mojom', |
| 180 'arc/common/process.mojom', | 178 'arc/common/process.mojom', |
| 181 'arc/common/scale_factor.mojom', | 179 'arc/common/scale_factor.mojom', |
| 182 'arc/common/screen_rect.mojom', | 180 'arc/common/screen_rect.mojom', |
| 183 'arc/common/storage_manager.mojom', | 181 'arc/common/storage_manager.mojom', |
| 184 'arc/common/video.mojom', | 182 'arc/common/video.mojom', |
| 185 'arc/common/video_accelerator.mojom', | 183 'arc/common/video_accelerator.mojom', |
| 186 'arc/common/window_manager.mojom', | |
| 187 'arc/common/app_struct_traits.cc', | 184 'arc/common/app_struct_traits.cc', |
| 188 ], | 185 ], |
| 189 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], | 186 'includes': [ '../mojo/mojom_bindings_generator.gypi' ], |
| 190 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ], | 187 'dependencies': [ '../ui/gfx/gfx.gyp:gfx_geometry' ], |
| 191 }, | 188 }, |
| 192 { | 189 { |
| 193 # GN version: //components/arc:arc_standalone_service | 190 # GN version: //components/arc:arc_standalone_service |
| 194 'target_name': 'arc_standalone_service', | 191 'target_name': 'arc_standalone_service', |
| 195 'type': 'static_library', | 192 'type': 'static_library', |
| 196 'dependencies': [ | 193 'dependencies': [ |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 '../base/base.gyp:base', | 231 '../base/base.gyp:base', |
| 235 '../ipc/ipc.gyp:ipc', | 232 '../ipc/ipc.gyp:ipc', |
| 236 '../mojo/mojo_edk.gyp:mojo_system_impl', | 233 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 237 ], | 234 ], |
| 238 'sources': [ | 235 'sources': [ |
| 239 'arc/standalone/arc_standalone_bridge_main.cc', | 236 'arc/standalone/arc_standalone_bridge_main.cc', |
| 240 ] | 237 ] |
| 241 } | 238 } |
| 242 ], | 239 ], |
| 243 } | 240 } |
| OLD | NEW |