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 '../ui/latency_info/latency_info.gyp:latency_info', |
29 '../url/url.gyp:url_lib', | 30 '../url/url.gyp:url_lib', |
30 ], | 31 ], |
31 'sources': [ | 32 'sources': [ |
32 'arc/arc_bridge_bootstrap.cc', | 33 'arc/arc_bridge_bootstrap.cc', |
33 'arc/arc_bridge_bootstrap.h', | 34 'arc/arc_bridge_bootstrap.h', |
34 'arc/arc_bridge_service.cc', | 35 'arc/arc_bridge_service.cc', |
35 'arc/arc_bridge_service.h', | 36 'arc/arc_bridge_service.h', |
36 'arc/arc_bridge_service_impl.cc', | 37 'arc/arc_bridge_service_impl.cc', |
37 'arc/arc_bridge_service_impl.h', | 38 'arc/arc_bridge_service_impl.h', |
38 'arc/arc_service.cc', | 39 'arc/arc_service.cc', |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 '../base/base.gyp:base', | 171 '../base/base.gyp:base', |
171 '../ipc/ipc.gyp:ipc', | 172 '../ipc/ipc.gyp:ipc', |
172 '../mojo/mojo_edk.gyp:mojo_system_impl', | 173 '../mojo/mojo_edk.gyp:mojo_system_impl', |
173 ], | 174 ], |
174 'sources': [ | 175 'sources': [ |
175 'arc/standalone/arc_standalone_bridge_main.cc', | 176 'arc/standalone/arc_standalone_bridge_main.cc', |
176 ] | 177 ] |
177 } | 178 } |
178 ], | 179 ], |
179 } | 180 } |
OLD | NEW |