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/arc/arc.gyp:arc', |
20 '../ui/aura/aura.gyp:aura', | 21 '../ui/aura/aura.gyp:aura', |
21 '../ui/base/ui_base.gyp:ui_base', | 22 '../ui/base/ui_base.gyp:ui_base', |
22 '../ui/events/events.gyp:events_base', | 23 '../ui/events/events.gyp:events_base', |
23 ], | 24 ], |
24 'sources': [ | 25 'sources': [ |
25 'arc/auth/arc_auth_service.h', | 26 'arc/auth/arc_auth_service.h', |
26 'arc/arc_bridge_bootstrap.cc', | 27 'arc/arc_bridge_bootstrap.cc', |
27 'arc/arc_bridge_bootstrap.h', | 28 'arc/arc_bridge_bootstrap.h', |
28 'arc/arc_bridge_service.cc', | 29 'arc/arc_bridge_service.cc', |
29 'arc/arc_bridge_service.h', | 30 'arc/arc_bridge_service.h', |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'arc/common/input.mojom', | 82 'arc/common/input.mojom', |
82 'arc/common/notifications.mojom', | 83 'arc/common/notifications.mojom', |
83 'arc/common/power.mojom', | 84 'arc/common/power.mojom', |
84 'arc/common/process.mojom', | 85 'arc/common/process.mojom', |
85 'arc/common/settings.mojom', | 86 'arc/common/settings.mojom', |
86 'arc/common/video.mojom', | 87 'arc/common/video.mojom', |
87 ], | 88 ], |
88 }, | 89 }, |
89 ], | 90 ], |
90 } | 91 } |
OLD | NEW |