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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
193 'dbus/gsm_sms_client.cc', | 193 'dbus/gsm_sms_client.cc', |
194 'dbus/gsm_sms_client.h', | 194 'dbus/gsm_sms_client.h', |
195 'dbus/image_burner_client.cc', | 195 'dbus/image_burner_client.cc', |
196 'dbus/image_burner_client.h', | 196 'dbus/image_burner_client.h', |
197 'dbus/introspectable_client.cc', | 197 'dbus/introspectable_client.cc', |
198 'dbus/introspectable_client.h', | 198 'dbus/introspectable_client.h', |
199 'dbus/leadership_daemon_manager_client.cc', | 199 'dbus/leadership_daemon_manager_client.cc', |
200 'dbus/leadership_daemon_manager_client.h', | 200 'dbus/leadership_daemon_manager_client.h', |
201 'dbus/lorgnette_manager_client.cc', | 201 'dbus/lorgnette_manager_client.cc', |
202 'dbus/lorgnette_manager_client.h', | 202 'dbus/lorgnette_manager_client.h', |
| 203 'dbus/metronome_client.cc', |
| 204 'dbus/metronome_client.h', |
203 'dbus/modem_messaging_client.cc', | 205 'dbus/modem_messaging_client.cc', |
204 'dbus/modem_messaging_client.h', | 206 'dbus/modem_messaging_client.h', |
205 'dbus/nfc_adapter_client.cc', | 207 'dbus/nfc_adapter_client.cc', |
206 'dbus/nfc_adapter_client.h', | 208 'dbus/nfc_adapter_client.h', |
207 'dbus/nfc_client_helpers.cc', | 209 'dbus/nfc_client_helpers.cc', |
208 'dbus/nfc_client_helpers.h', | 210 'dbus/nfc_client_helpers.h', |
209 'dbus/nfc_device_client.cc', | 211 'dbus/nfc_device_client.cc', |
210 'dbus/nfc_device_client.h', | 212 'dbus/nfc_device_client.h', |
211 'dbus/nfc_manager_client.cc', | 213 'dbus/nfc_manager_client.cc', |
212 'dbus/nfc_manager_client.h', | 214 'dbus/nfc_manager_client.h', |
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
700 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 702 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
701 ], | 703 ], |
702 'variables': { | 704 'variables': { |
703 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 705 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
704 'proto_out_dir': 'chromeos/cryptohome', | 706 'proto_out_dir': 'chromeos/cryptohome', |
705 }, | 707 }, |
706 'includes': ['../build/protoc.gypi'], | 708 'includes': ['../build/protoc.gypi'], |
707 }, | 709 }, |
708 ], | 710 ], |
709 } | 711 } |
OLD | NEW |