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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 'arc/metrics/arc_metrics_service.cc', | 73 'arc/metrics/arc_metrics_service.cc', |
74 'arc/metrics/arc_metrics_service.h', | 74 'arc/metrics/arc_metrics_service.h', |
75 'arc/net/arc_net_host_impl.cc', | 75 'arc/net/arc_net_host_impl.cc', |
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/storage_manager/arc_storage_manager.cc', | 81 'arc/storage_manager/arc_storage_manager.cc', |
82 'arc/storage_manager/arc_storage_manager.h', | 82 'arc/storage_manager/arc_storage_manager.h', |
| 83 'arc/user_data/arc_user_data_service.cc', |
| 84 'arc/user_data/arc_user_data_service.h', |
83 'arc/window_manager/arc_window_manager_bridge.cc', | 85 'arc/window_manager/arc_window_manager_bridge.cc', |
84 'arc/window_manager/arc_window_manager_bridge.h', | 86 'arc/window_manager/arc_window_manager_bridge.h', |
85 ], | 87 ], |
86 }, | 88 }, |
87 { | 89 { |
88 # GN version: //components/arc_test_support | 90 # GN version: //components/arc_test_support |
89 'target_name': 'arc_test_support', | 91 'target_name': 'arc_test_support', |
90 'type': 'static_library', | 92 'type': 'static_library', |
91 'include_dirs': [ | 93 'include_dirs': [ |
92 '..', | 94 '..', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 '../base/base.gyp:base', | 196 '../base/base.gyp:base', |
195 '../ipc/ipc.gyp:ipc', | 197 '../ipc/ipc.gyp:ipc', |
196 '../mojo/mojo_edk.gyp:mojo_system_impl', | 198 '../mojo/mojo_edk.gyp:mojo_system_impl', |
197 ], | 199 ], |
198 'sources': [ | 200 'sources': [ |
199 'arc/standalone/arc_standalone_bridge_main.cc', | 201 'arc/standalone/arc_standalone_bridge_main.cc', |
200 ] | 202 ] |
201 } | 203 } |
202 ], | 204 ], |
203 } | 205 } |
OLD | NEW |