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 '../base/base.gyp:base', | 16 '../base/base.gyp:base', |
17 '../chromeos/chromeos.gyp:chromeos', | 17 '../chromeos/chromeos.gyp:chromeos', |
18 '../chromeos/chromeos.gyp:power_manager_proto', | 18 '../chromeos/chromeos.gyp:power_manager_proto', |
19 '../ipc/ipc.gyp:ipc', | 19 '../ipc/ipc.gyp:ipc', |
20 '../ui/aura/aura.gyp:aura', | 20 '../ui/aura/aura.gyp:aura', |
| 21 '../ui/arc/arc.gyp:arc', |
21 '../ui/events/events.gyp:events_base', | 22 '../ui/events/events.gyp:events_base', |
22 ], | 23 ], |
23 'sources': [ | 24 'sources': [ |
24 'arc/arc_bridge_bootstrap.cc', | 25 'arc/arc_bridge_bootstrap.cc', |
25 'arc/arc_bridge_bootstrap.h', | 26 'arc/arc_bridge_bootstrap.h', |
26 'arc/arc_bridge_service.cc', | 27 'arc/arc_bridge_service.cc', |
27 'arc/arc_bridge_service.h', | 28 'arc/arc_bridge_service.h', |
28 'arc/arc_bridge_service_impl.cc', | 29 'arc/arc_bridge_service_impl.cc', |
29 'arc/arc_bridge_service_impl.h', | 30 'arc/arc_bridge_service_impl.h', |
30 'arc/arc_service_manager.cc', | 31 'arc/arc_service_manager.cc', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 'arc/common/arc_bridge.mojom', | 72 'arc/common/arc_bridge.mojom', |
72 'arc/common/input.mojom', | 73 'arc/common/input.mojom', |
73 'arc/common/notifications.mojom', | 74 'arc/common/notifications.mojom', |
74 'arc/common/power.mojom', | 75 'arc/common/power.mojom', |
75 'arc/common/process.mojom', | 76 'arc/common/process.mojom', |
76 'arc/common/settings.mojom', | 77 'arc/common/settings.mojom', |
77 ], | 78 ], |
78 }, | 79 }, |
79 ], | 80 ], |
80 } | 81 } |
OLD | NEW |