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 18 matching lines...) Expand all Loading... |
29 'arc/arc_bridge_service.h', | 29 'arc/arc_bridge_service.h', |
30 'arc/arc_bridge_service_impl.cc', | 30 'arc/arc_bridge_service_impl.cc', |
31 'arc/arc_bridge_service_impl.h', | 31 'arc/arc_bridge_service_impl.h', |
32 'arc/arc_service_manager.cc', | 32 'arc/arc_service_manager.cc', |
33 'arc/arc_service_manager.h', | 33 'arc/arc_service_manager.h', |
34 'arc/clipboard/arc_clipboard_bridge.cc', | 34 'arc/clipboard/arc_clipboard_bridge.cc', |
35 'arc/clipboard/arc_clipboard_bridge.h', | 35 'arc/clipboard/arc_clipboard_bridge.h', |
36 'arc/input/arc_input_bridge.h', | 36 'arc/input/arc_input_bridge.h', |
37 'arc/input/arc_input_bridge_impl.cc', | 37 'arc/input/arc_input_bridge_impl.cc', |
38 'arc/input/arc_input_bridge_impl.h', | 38 'arc/input/arc_input_bridge_impl.h', |
| 39 'arc/net/arc_net_host_impl.cc', |
| 40 'arc/net/arc_net_host_impl.h', |
39 'arc/settings/arc_settings_bridge.cc', | 41 'arc/settings/arc_settings_bridge.cc', |
40 'arc/settings/arc_settings_bridge.h', | 42 'arc/settings/arc_settings_bridge.h', |
41 'arc/power/arc_power_bridge.cc', | 43 'arc/power/arc_power_bridge.cc', |
42 'arc/power/arc_power_bridge.h', | 44 'arc/power/arc_power_bridge.h', |
43 ], | 45 ], |
44 }, | 46 }, |
45 { | 47 { |
46 # GN version: //components/arc_test_support | 48 # GN version: //components/arc_test_support |
47 'target_name': 'arc_test_support', | 49 'target_name': 'arc_test_support', |
48 'type': 'static_library', | 50 'type': 'static_library', |
(...skipping 20 matching lines...) Expand all Loading... |
69 'type': 'static_library', | 71 'type': 'static_library', |
70 'includes': [ | 72 'includes': [ |
71 '../third_party/mojo/mojom_bindings_generator.gypi', | 73 '../third_party/mojo/mojom_bindings_generator.gypi', |
72 ], | 74 ], |
73 'sources': [ | 75 'sources': [ |
74 'arc/common/app.mojom', | 76 'arc/common/app.mojom', |
75 'arc/common/arc_bridge.mojom', | 77 'arc/common/arc_bridge.mojom', |
76 'arc/common/auth.mojom', | 78 'arc/common/auth.mojom', |
77 'arc/common/clipboard.mojom', | 79 'arc/common/clipboard.mojom', |
78 'arc/common/input.mojom', | 80 'arc/common/input.mojom', |
| 81 'arc/common/net.mojom', |
79 'arc/common/notifications.mojom', | 82 'arc/common/notifications.mojom', |
80 'arc/common/power.mojom', | 83 'arc/common/power.mojom', |
81 'arc/common/process.mojom', | 84 'arc/common/process.mojom', |
82 'arc/common/settings.mojom', | 85 'arc/common/settings.mojom', |
83 ], | 86 ], |
84 }, | 87 }, |
85 ], | 88 ], |
86 } | 89 } |
OLD | NEW |