| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 'arc/ime/arc_ime_service.cc', | 58 'arc/ime/arc_ime_service.cc', |
| 59 'arc/ime/arc_ime_service.h', | 59 'arc/ime/arc_ime_service.h', |
| 60 'arc/intent_helper/activity_icon_loader.cc', | 60 'arc/intent_helper/activity_icon_loader.cc', |
| 61 'arc/intent_helper/activity_icon_loader.h', | 61 'arc/intent_helper/activity_icon_loader.h', |
| 62 'arc/intent_helper/arc_intent_helper_bridge.cc', | 62 'arc/intent_helper/arc_intent_helper_bridge.cc', |
| 63 'arc/intent_helper/arc_intent_helper_bridge.h', | 63 'arc/intent_helper/arc_intent_helper_bridge.h', |
| 64 'arc/intent_helper/font_size_util.cc', | 64 'arc/intent_helper/font_size_util.cc', |
| 65 'arc/intent_helper/font_size_util.h', | 65 'arc/intent_helper/font_size_util.h', |
| 66 'arc/intent_helper/link_handler_model_impl.cc', | 66 'arc/intent_helper/link_handler_model_impl.cc', |
| 67 'arc/intent_helper/link_handler_model_impl.h', | 67 'arc/intent_helper/link_handler_model_impl.h', |
| 68 'arc/intent_helper/local_activity_resolver.cc', |
| 69 'arc/intent_helper/local_activity_resolver.h', |
| 68 'arc/metrics/oom_kills_histogram.h', | 70 'arc/metrics/oom_kills_histogram.h', |
| 69 'arc/metrics/oom_kills_monitor.cc', | 71 'arc/metrics/oom_kills_monitor.cc', |
| 70 'arc/metrics/oom_kills_monitor.h', | 72 'arc/metrics/oom_kills_monitor.h', |
| 71 'arc/metrics/arc_metrics_service.cc', | 73 'arc/metrics/arc_metrics_service.cc', |
| 72 'arc/metrics/arc_metrics_service.h', | 74 'arc/metrics/arc_metrics_service.h', |
| 73 'arc/net/arc_net_host_impl.cc', | 75 'arc/net/arc_net_host_impl.cc', |
| 74 'arc/net/arc_net_host_impl.h', | 76 'arc/net/arc_net_host_impl.h', |
| 75 'arc/obb_mounter/arc_obb_mounter_bridge.cc', | 77 'arc/obb_mounter/arc_obb_mounter_bridge.cc', |
| 76 'arc/obb_mounter/arc_obb_mounter_bridge.h', | 78 'arc/obb_mounter/arc_obb_mounter_bridge.h', |
| 77 'arc/power/arc_power_bridge.cc', | 79 'arc/power/arc_power_bridge.cc', |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 '../base/base.gyp:base', | 189 '../base/base.gyp:base', |
| 188 '../ipc/ipc.gyp:ipc', | 190 '../ipc/ipc.gyp:ipc', |
| 189 '../mojo/mojo_edk.gyp:mojo_system_impl', | 191 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 190 ], | 192 ], |
| 191 'sources': [ | 193 'sources': [ |
| 192 'arc/standalone/arc_standalone_bridge_main.cc', | 194 'arc/standalone/arc_standalone_bridge_main.cc', |
| 193 ] | 195 ] |
| 194 } | 196 } |
| 195 ], | 197 ], |
| 196 } | 198 } |
| OLD | NEW |