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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'arc/metrics/oom_kills_monitor.cc', | 69 'arc/metrics/oom_kills_monitor.cc', |
70 'arc/metrics/oom_kills_monitor.h', | 70 'arc/metrics/oom_kills_monitor.h', |
71 'arc/metrics/arc_metrics_service.cc', | 71 'arc/metrics/arc_metrics_service.cc', |
72 'arc/metrics/arc_metrics_service.h', | 72 'arc/metrics/arc_metrics_service.h', |
73 'arc/net/arc_net_host_impl.cc', | 73 'arc/net/arc_net_host_impl.cc', |
74 'arc/net/arc_net_host_impl.h', | 74 'arc/net/arc_net_host_impl.h', |
75 'arc/power/arc_power_bridge.cc', | 75 'arc/power/arc_power_bridge.cc', |
76 'arc/power/arc_power_bridge.h', | 76 'arc/power/arc_power_bridge.h', |
77 'arc/storage_manager/arc_storage_manager.cc', | 77 'arc/storage_manager/arc_storage_manager.cc', |
78 'arc/storage_manager/arc_storage_manager.h', | 78 'arc/storage_manager/arc_storage_manager.h', |
| 79 'arc/user_data/arc_user_data_service.cc', |
| 80 'arc/user_data/arc_user_data_service.h', |
79 'arc/window_manager/arc_window_manager_bridge.cc', | 81 'arc/window_manager/arc_window_manager_bridge.cc', |
80 'arc/window_manager/arc_window_manager_bridge.h', | 82 'arc/window_manager/arc_window_manager_bridge.h', |
81 ], | 83 ], |
82 }, | 84 }, |
83 { | 85 { |
84 # GN version: //components/arc_test_support | 86 # GN version: //components/arc_test_support |
85 'target_name': 'arc_test_support', | 87 'target_name': 'arc_test_support', |
86 'type': 'static_library', | 88 'type': 'static_library', |
87 'include_dirs': [ | 89 'include_dirs': [ |
88 '..', | 90 '..', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 '../base/base.gyp:base', | 183 '../base/base.gyp:base', |
182 '../ipc/ipc.gyp:ipc', | 184 '../ipc/ipc.gyp:ipc', |
183 '../mojo/mojo_edk.gyp:mojo_system_impl', | 185 '../mojo/mojo_edk.gyp:mojo_system_impl', |
184 ], | 186 ], |
185 'sources': [ | 187 'sources': [ |
186 'arc/standalone/arc_standalone_bridge_main.cc', | 188 'arc/standalone/arc_standalone_bridge_main.cc', |
187 ] | 189 ] |
188 } | 190 } |
189 ], | 191 ], |
190 } | 192 } |
OLD | NEW |