OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'chromeos_sources': [ | 9 'chromeos_sources': [ |
10 'accelerometer/accelerometer_reader.cc', | 10 'accelerometer/accelerometer_reader.cc', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'cryptohome/async_method_caller.cc', | 74 'cryptohome/async_method_caller.cc', |
75 'cryptohome/async_method_caller.h', | 75 'cryptohome/async_method_caller.h', |
76 'cryptohome/cryptohome_parameters.cc', | 76 'cryptohome/cryptohome_parameters.cc', |
77 'cryptohome/cryptohome_parameters.h', | 77 'cryptohome/cryptohome_parameters.h', |
78 'cryptohome/cryptohome_util.cc', | 78 'cryptohome/cryptohome_util.cc', |
79 'cryptohome/cryptohome_util.h', | 79 'cryptohome/cryptohome_util.h', |
80 'cryptohome/homedir_methods.cc', | 80 'cryptohome/homedir_methods.cc', |
81 'cryptohome/homedir_methods.h', | 81 'cryptohome/homedir_methods.h', |
82 'cryptohome/system_salt_getter.cc', | 82 'cryptohome/system_salt_getter.cc', |
83 'cryptohome/system_salt_getter.h', | 83 'cryptohome/system_salt_getter.h', |
84 'dbus/ap_manager_client.cc', | |
85 'dbus/ap_manager_client.h', | |
86 'dbus/arc_obb_mounter_client.cc', | 84 'dbus/arc_obb_mounter_client.cc', |
87 'dbus/arc_obb_mounter_client.h', | 85 'dbus/arc_obb_mounter_client.h', |
88 'dbus/audio_node.cc', | 86 'dbus/audio_node.cc', |
89 'dbus/audio_node.h', | 87 'dbus/audio_node.h', |
90 'dbus/blocking_method_caller.cc', | 88 'dbus/blocking_method_caller.cc', |
91 'dbus/blocking_method_caller.h', | 89 'dbus/blocking_method_caller.h', |
92 'dbus/cras_audio_client.cc', | 90 'dbus/cras_audio_client.cc', |
93 'dbus/cras_audio_client.h', | 91 'dbus/cras_audio_client.h', |
94 'dbus/cros_disks_client.cc', | 92 'dbus/cros_disks_client.cc', |
95 'dbus/cros_disks_client.h', | 93 'dbus/cros_disks_client.h', |
96 'dbus/cryptohome_client.cc', | 94 'dbus/cryptohome_client.cc', |
97 'dbus/cryptohome_client.h', | 95 'dbus/cryptohome_client.h', |
98 'dbus/dbus_client_bundle.cc', | 96 'dbus/dbus_client_bundle.cc', |
99 'dbus/dbus_client_bundle.h', | 97 'dbus/dbus_client_bundle.h', |
100 'dbus/dbus_client_implementation_type.h', | 98 'dbus/dbus_client_implementation_type.h', |
101 'dbus/dbus_method_call_status.cc', | 99 'dbus/dbus_method_call_status.cc', |
102 'dbus/dbus_method_call_status.h', | 100 'dbus/dbus_method_call_status.h', |
103 'dbus/dbus_thread_manager.cc', | 101 'dbus/dbus_thread_manager.cc', |
104 'dbus/dbus_thread_manager.h', | 102 'dbus/dbus_thread_manager.h', |
105 'dbus/debug_daemon_client.cc', | 103 'dbus/debug_daemon_client.cc', |
106 'dbus/debug_daemon_client.h', | 104 'dbus/debug_daemon_client.h', |
107 'dbus/easy_unlock_client.cc', | 105 'dbus/easy_unlock_client.cc', |
108 'dbus/easy_unlock_client.h', | 106 'dbus/easy_unlock_client.h', |
109 'dbus/fake_ap_manager_client.cc', | |
110 'dbus/fake_ap_manager_client.h', | |
111 'dbus/fake_arc_obb_mounter_client.cc', | 107 'dbus/fake_arc_obb_mounter_client.cc', |
112 'dbus/fake_arc_obb_mounter_client.h', | 108 'dbus/fake_arc_obb_mounter_client.h', |
113 'dbus/fake_cras_audio_client.cc', | 109 'dbus/fake_cras_audio_client.cc', |
114 'dbus/fake_cras_audio_client.h', | 110 'dbus/fake_cras_audio_client.h', |
115 'dbus/fake_cros_disks_client.cc', | 111 'dbus/fake_cros_disks_client.cc', |
116 'dbus/fake_cros_disks_client.h', | 112 'dbus/fake_cros_disks_client.h', |
117 'dbus/fake_cryptohome_client.cc', | 113 'dbus/fake_cryptohome_client.cc', |
118 'dbus/fake_cryptohome_client.h', | 114 'dbus/fake_cryptohome_client.h', |
119 'dbus/fake_debug_daemon_client.cc', | 115 'dbus/fake_debug_daemon_client.cc', |
120 'dbus/fake_debug_daemon_client.h', | 116 'dbus/fake_debug_daemon_client.h', |
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 '../build/isolate.gypi', | 738 '../build/isolate.gypi', |
743 ], | 739 ], |
744 'sources': [ | 740 'sources': [ |
745 'chromeos_unittests.isolate', | 741 'chromeos_unittests.isolate', |
746 ], | 742 ], |
747 }, | 743 }, |
748 ], | 744 ], |
749 }], | 745 }], |
750 ], | 746 ], |
751 } | 747 } |
OLD | NEW |