Chromium Code Reviews| 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', |
| 11 'include_dirs': [ | 11 'include_dirs': [ |
| 12 '..', | 12 '..', |
| 13 ], | 13 ], |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 'arc_mojo_bindings', | 15 'arc_mojo_bindings', |
| 16 'components.gyp:exo', | 16 'components.gyp:exo', |
| 17 'components.gyp:onc_component', | 17 'components.gyp:onc_component', |
| 18 '../base/base.gyp:base', | 18 '../base/base.gyp:base', |
| 19 '../chromeos/chromeos.gyp:chromeos', | 19 '../chromeos/chromeos.gyp:chromeos', |
| 20 '../chromeos/chromeos.gyp:power_manager_proto', | 20 '../chromeos/chromeos.gyp:power_manager_proto', |
| 21 '../ipc/ipc.gyp:ipc', | 21 '../ipc/ipc.gyp:ipc', |
| 22 '../third_party/re2/re2.gyp:re2', | 22 '../third_party/re2/re2.gyp:re2', |
| 23 '../ui/arc/arc.gyp:arc', | 23 '../ui/arc/arc.gyp:arc', |
| 24 '../ui/aura/aura.gyp:aura', | 24 '../ui/aura/aura.gyp:aura', |
| 25 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 25 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 26 '../ui/base/ui_base.gyp:ui_base', | 26 '../ui/base/ui_base.gyp:ui_base', |
| 27 '../ui/base/ui_base.gyp:ui_base_test_support', | 27 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 28 '../ui/events/events.gyp:events_base', | 28 '../ui/events/events.gyp:events_base', |
| 29 '../url/url.gyp:url_lib', | |
| 29 ], | 30 ], |
| 30 'sources': [ | 31 'sources': [ |
| 31 'arc/arc_bridge_bootstrap.cc', | 32 'arc/arc_bridge_bootstrap.cc', |
| 32 'arc/arc_bridge_bootstrap.h', | 33 'arc/arc_bridge_bootstrap.h', |
| 33 'arc/arc_bridge_service.cc', | 34 'arc/arc_bridge_service.cc', |
| 34 'arc/arc_bridge_service.h', | 35 'arc/arc_bridge_service.h', |
| 35 'arc/arc_bridge_service_impl.cc', | 36 'arc/arc_bridge_service_impl.cc', |
| 36 'arc/arc_bridge_service_impl.h', | 37 'arc/arc_bridge_service_impl.h', |
| 37 'arc/arc_service.cc', | 38 'arc/arc_service.cc', |
| 38 'arc/arc_service.h', | 39 'arc/arc_service.h', |
| 39 'arc/arc_service_manager.cc', | 40 'arc/arc_service_manager.cc', |
| 40 'arc/arc_service_manager.h', | 41 'arc/arc_service_manager.h', |
| 41 'arc/auth/arc_auth_fetcher.cc', | 42 'arc/auth/arc_auth_fetcher.cc', |
| 42 'arc/auth/arc_auth_fetcher.h', | 43 'arc/auth/arc_auth_fetcher.h', |
| 43 'arc/clipboard/arc_clipboard_bridge.cc', | 44 'arc/clipboard/arc_clipboard_bridge.cc', |
| 44 'arc/clipboard/arc_clipboard_bridge.h', | 45 'arc/clipboard/arc_clipboard_bridge.h', |
| 45 'arc/crash_collector/arc_crash_collector_bridge.cc', | 46 'arc/crash_collector/arc_crash_collector_bridge.cc', |
| 46 'arc/crash_collector/arc_crash_collector_bridge.h', | 47 'arc/crash_collector/arc_crash_collector_bridge.h', |
| 47 'arc/ime/arc_ime_bridge.h', | 48 'arc/ime/arc_ime_bridge.h', |
| 48 'arc/ime/arc_ime_bridge_impl.cc', | 49 'arc/ime/arc_ime_bridge_impl.cc', |
| 49 'arc/ime/arc_ime_bridge_impl.h', | 50 'arc/ime/arc_ime_bridge_impl.h', |
| 50 'arc/ime/arc_ime_service.cc', | 51 'arc/ime/arc_ime_service.cc', |
| 51 'arc/ime/arc_ime_service.h', | 52 'arc/ime/arc_ime_service.h', |
| 52 'arc/input/arc_input_bridge.cc', | 53 'arc/input/arc_input_bridge.cc', |
| 53 'arc/input/arc_input_bridge.h', | 54 'arc/input/arc_input_bridge.h', |
| 55 'arc/intent_helper/arc_intent_helper_bridge.cc', | |
|
Luis Héctor Chávez
2016/03/30 17:20:45
nit: alignment?
Yusuke Sato
2016/03/30 18:25:43
Done. I missed this because side-by-side diff didn
| |
| 56 'arc/intent_helper/arc_intent_helper_bridge.h', | |
| 57 'arc/metrics/arc_low_memory_killer_monitor.cc', | |
| 54 'arc/metrics/arc_low_memory_killer_monitor.h', | 58 'arc/metrics/arc_low_memory_killer_monitor.h', |
| 55 'arc/metrics/arc_low_memory_killer_monitor.cc', | |
| 56 'arc/metrics/arc_metrics_service.cc', | 59 'arc/metrics/arc_metrics_service.cc', |
| 57 'arc/metrics/arc_metrics_service.h', | 60 'arc/metrics/arc_metrics_service.h', |
| 58 'arc/net/arc_net_host_impl.cc', | 61 'arc/net/arc_net_host_impl.cc', |
| 59 'arc/net/arc_net_host_impl.h', | 62 'arc/net/arc_net_host_impl.h', |
| 60 'arc/power/arc_power_bridge.cc', | 63 'arc/power/arc_power_bridge.cc', |
| 61 'arc/power/arc_power_bridge.h', | 64 'arc/power/arc_power_bridge.h', |
| 62 ], | 65 ], |
| 63 }, | 66 }, |
| 64 { | 67 { |
| 65 # GN version: //components/arc_test_support | 68 # GN version: //components/arc_test_support |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 153 '../base/base.gyp:base', | 156 '../base/base.gyp:base', |
| 154 '../ipc/ipc.gyp:ipc', | 157 '../ipc/ipc.gyp:ipc', |
| 155 '../mojo/mojo_edk.gyp:mojo_system_impl', | 158 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 156 ], | 159 ], |
| 157 'sources': [ | 160 'sources': [ |
| 158 'arc/standalone/arc_standalone_bridge_main.cc', | 161 'arc/standalone/arc_standalone_bridge_main.cc', |
| 159 ] | 162 ] |
| 160 } | 163 } |
| 161 ], | 164 ], |
| 162 } | 165 } |
| OLD | NEW |