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 19 matching lines...) Expand all Loading... |
30 'arc/arc_bridge_service.h', | 30 'arc/arc_bridge_service.h', |
31 'arc/arc_bridge_service_impl.cc', | 31 'arc/arc_bridge_service_impl.cc', |
32 'arc/arc_bridge_service_impl.h', | 32 'arc/arc_bridge_service_impl.h', |
33 'arc/arc_service_manager.cc', | 33 'arc/arc_service_manager.cc', |
34 'arc/arc_service_manager.h', | 34 'arc/arc_service_manager.h', |
35 'arc/clipboard/arc_clipboard_bridge.cc', | 35 'arc/clipboard/arc_clipboard_bridge.cc', |
36 'arc/clipboard/arc_clipboard_bridge.h', | 36 'arc/clipboard/arc_clipboard_bridge.h', |
37 'arc/input/arc_input_bridge.h', | 37 'arc/input/arc_input_bridge.h', |
38 'arc/input/arc_input_bridge_impl.cc', | 38 'arc/input/arc_input_bridge_impl.cc', |
39 'arc/input/arc_input_bridge_impl.h', | 39 'arc/input/arc_input_bridge_impl.h', |
| 40 'arc/intent_helper/arc_intent_helper_bridge.cc', |
| 41 'arc/intent_helper/arc_intent_helper_bridge.h', |
40 'arc/settings/arc_settings_bridge.cc', | 42 'arc/settings/arc_settings_bridge.cc', |
41 'arc/settings/arc_settings_bridge.h', | 43 'arc/settings/arc_settings_bridge.h', |
42 'arc/power/arc_power_bridge.cc', | 44 'arc/power/arc_power_bridge.cc', |
43 'arc/power/arc_power_bridge.h', | 45 'arc/power/arc_power_bridge.h', |
44 'arc/video/arc_video_bridge.cc', | 46 'arc/video/arc_video_bridge.cc', |
45 'arc/video/arc_video_bridge.h', | 47 'arc/video/arc_video_bridge.h', |
46 'arc/video/video_host_delegate.h', | 48 'arc/video/video_host_delegate.h', |
47 ], | 49 ], |
48 }, | 50 }, |
49 { | 51 { |
(...skipping 23 matching lines...) Expand all Loading... |
73 'type': 'static_library', | 75 'type': 'static_library', |
74 'includes': [ | 76 'includes': [ |
75 '../third_party/mojo/mojom_bindings_generator.gypi', | 77 '../third_party/mojo/mojom_bindings_generator.gypi', |
76 ], | 78 ], |
77 'sources': [ | 79 'sources': [ |
78 'arc/common/app.mojom', | 80 'arc/common/app.mojom', |
79 'arc/common/arc_bridge.mojom', | 81 'arc/common/arc_bridge.mojom', |
80 'arc/common/auth.mojom', | 82 'arc/common/auth.mojom', |
81 'arc/common/clipboard.mojom', | 83 'arc/common/clipboard.mojom', |
82 'arc/common/input.mojom', | 84 'arc/common/input.mojom', |
| 85 'arc/common/intent.mojom', |
83 'arc/common/notifications.mojom', | 86 'arc/common/notifications.mojom', |
84 'arc/common/power.mojom', | 87 'arc/common/power.mojom', |
85 'arc/common/process.mojom', | 88 'arc/common/process.mojom', |
86 'arc/common/settings.mojom', | 89 'arc/common/settings.mojom', |
87 'arc/common/video.mojom', | 90 'arc/common/video.mojom', |
88 ], | 91 ], |
89 }, | 92 }, |
90 ], | 93 ], |
91 } | 94 } |
OLD | NEW |