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 26 matching lines...) Expand all Loading... |
37 'arc/clipboard/arc_clipboard_bridge.h', | 37 'arc/clipboard/arc_clipboard_bridge.h', |
38 'arc/ime/arc_ime_bridge.cc', | 38 'arc/ime/arc_ime_bridge.cc', |
39 'arc/ime/arc_ime_bridge.h', | 39 'arc/ime/arc_ime_bridge.h', |
40 'arc/ime/arc_ime_ipc_host.cc', | 40 'arc/ime/arc_ime_ipc_host.cc', |
41 'arc/ime/arc_ime_ipc_host.h', | 41 'arc/ime/arc_ime_ipc_host.h', |
42 'arc/input/arc_input_bridge.h', | 42 'arc/input/arc_input_bridge.h', |
43 'arc/input/arc_input_bridge_impl.cc', | 43 'arc/input/arc_input_bridge_impl.cc', |
44 'arc/input/arc_input_bridge_impl.h', | 44 'arc/input/arc_input_bridge_impl.h', |
45 'arc/intent_helper/arc_intent_helper_bridge.cc', | 45 'arc/intent_helper/arc_intent_helper_bridge.cc', |
46 'arc/intent_helper/arc_intent_helper_bridge.h', | 46 'arc/intent_helper/arc_intent_helper_bridge.h', |
47 'arc/settings/arc_settings_bridge.cc', | |
48 'arc/settings/arc_settings_bridge.h', | |
49 'arc/power/arc_power_bridge.cc', | 47 'arc/power/arc_power_bridge.cc', |
50 'arc/power/arc_power_bridge.h', | 48 'arc/power/arc_power_bridge.h', |
51 'arc/video/arc_video_bridge.cc', | 49 'arc/video/arc_video_bridge.cc', |
52 'arc/video/arc_video_bridge.h', | 50 'arc/video/arc_video_bridge.h', |
53 'arc/video/video_host_delegate.h', | 51 'arc/video/video_host_delegate.h', |
54 ], | 52 ], |
55 }, | 53 }, |
56 { | 54 { |
57 # GN version: //components/arc_test_support | 55 # GN version: //components/arc_test_support |
58 'target_name': 'arc_test_support', | 56 'target_name': 'arc_test_support', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'arc/common/intent_helper.mojom', | 89 'arc/common/intent_helper.mojom', |
92 'arc/common/notifications.mojom', | 90 'arc/common/notifications.mojom', |
93 'arc/common/power.mojom', | 91 'arc/common/power.mojom', |
94 'arc/common/process.mojom', | 92 'arc/common/process.mojom', |
95 'arc/common/settings.mojom', | 93 'arc/common/settings.mojom', |
96 'arc/common/video.mojom', | 94 'arc/common/video.mojom', |
97 ], | 95 ], |
98 }, | 96 }, |
99 ], | 97 ], |
100 } | 98 } |
OLD | NEW |