| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'arc/bluetooth/bluetooth_type_converters.h', | 47 'arc/bluetooth/bluetooth_type_converters.h', |
| 48 'arc/clipboard/arc_clipboard_bridge.cc', | 48 'arc/clipboard/arc_clipboard_bridge.cc', |
| 49 'arc/clipboard/arc_clipboard_bridge.h', | 49 'arc/clipboard/arc_clipboard_bridge.h', |
| 50 'arc/crash_collector/arc_crash_collector_bridge.cc', | 50 'arc/crash_collector/arc_crash_collector_bridge.cc', |
| 51 'arc/crash_collector/arc_crash_collector_bridge.h', | 51 'arc/crash_collector/arc_crash_collector_bridge.h', |
| 52 'arc/ime/arc_ime_bridge.h', | 52 'arc/ime/arc_ime_bridge.h', |
| 53 'arc/ime/arc_ime_bridge_impl.cc', | 53 'arc/ime/arc_ime_bridge_impl.cc', |
| 54 'arc/ime/arc_ime_bridge_impl.h', | 54 'arc/ime/arc_ime_bridge_impl.h', |
| 55 'arc/ime/arc_ime_service.cc', | 55 'arc/ime/arc_ime_service.cc', |
| 56 'arc/ime/arc_ime_service.h', | 56 'arc/ime/arc_ime_service.h', |
| 57 'arc/instance_holder.h', |
| 57 'arc/intent_helper/activity_icon_loader.cc', | 58 'arc/intent_helper/activity_icon_loader.cc', |
| 58 'arc/intent_helper/activity_icon_loader.h', | 59 'arc/intent_helper/activity_icon_loader.h', |
| 59 'arc/intent_helper/arc_intent_helper_bridge.cc', | 60 'arc/intent_helper/arc_intent_helper_bridge.cc', |
| 60 'arc/intent_helper/arc_intent_helper_bridge.h', | 61 'arc/intent_helper/arc_intent_helper_bridge.h', |
| 61 'arc/intent_helper/font_size_util.cc', | 62 'arc/intent_helper/font_size_util.cc', |
| 62 'arc/intent_helper/font_size_util.h', | 63 'arc/intent_helper/font_size_util.h', |
| 63 'arc/intent_helper/intent_filter.cc', | 64 'arc/intent_helper/intent_filter.cc', |
| 64 'arc/intent_helper/intent_filter.h', | 65 'arc/intent_helper/intent_filter.h', |
| 65 'arc/intent_helper/link_handler_model_impl.cc', | 66 'arc/intent_helper/link_handler_model_impl.cc', |
| 66 'arc/intent_helper/link_handler_model_impl.h', | 67 'arc/intent_helper/link_handler_model_impl.h', |
| 67 'arc/intent_helper/local_activity_resolver.cc', | 68 'arc/intent_helper/local_activity_resolver.cc', |
| 68 'arc/intent_helper/local_activity_resolver.h', | 69 'arc/intent_helper/local_activity_resolver.h', |
| 70 'arc/metrics/arc_metrics_service.cc', |
| 71 'arc/metrics/arc_metrics_service.h', |
| 69 'arc/metrics/oom_kills_histogram.h', | 72 'arc/metrics/oom_kills_histogram.h', |
| 70 'arc/metrics/oom_kills_monitor.cc', | 73 'arc/metrics/oom_kills_monitor.cc', |
| 71 'arc/metrics/oom_kills_monitor.h', | 74 'arc/metrics/oom_kills_monitor.h', |
| 72 'arc/metrics/arc_metrics_service.cc', | |
| 73 'arc/metrics/arc_metrics_service.h', | |
| 74 'arc/net/arc_net_host_impl.cc', | 75 'arc/net/arc_net_host_impl.cc', |
| 75 'arc/net/arc_net_host_impl.h', | 76 'arc/net/arc_net_host_impl.h', |
| 76 'arc/obb_mounter/arc_obb_mounter_bridge.cc', | 77 'arc/obb_mounter/arc_obb_mounter_bridge.cc', |
| 77 'arc/obb_mounter/arc_obb_mounter_bridge.h', | 78 'arc/obb_mounter/arc_obb_mounter_bridge.h', |
| 78 'arc/power/arc_power_bridge.cc', | 79 'arc/power/arc_power_bridge.cc', |
| 79 'arc/power/arc_power_bridge.h', | 80 'arc/power/arc_power_bridge.h', |
| 80 'arc/set_wallpaper_delegate.h', | 81 'arc/set_wallpaper_delegate.h', |
| 81 'arc/storage_manager/arc_storage_manager.cc', | 82 'arc/storage_manager/arc_storage_manager.cc', |
| 82 'arc/storage_manager/arc_storage_manager.h', | 83 'arc/storage_manager/arc_storage_manager.h', |
| 83 'arc/user_data/arc_user_data_service.cc', | 84 'arc/user_data/arc_user_data_service.cc', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 '../base/base.gyp:base', | 232 '../base/base.gyp:base', |
| 232 '../ipc/ipc.gyp:ipc', | 233 '../ipc/ipc.gyp:ipc', |
| 233 '../mojo/mojo_edk.gyp:mojo_system_impl', | 234 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 234 ], | 235 ], |
| 235 'sources': [ | 236 'sources': [ |
| 236 'arc/standalone/arc_standalone_bridge_main.cc', | 237 'arc/standalone/arc_standalone_bridge_main.cc', |
| 237 ] | 238 ] |
| 238 } | 239 } |
| 239 ], | 240 ], |
| 240 } | 241 } |
| OLD | NEW |