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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'dbus/gsm_sms_client.cc', | 195 'dbus/gsm_sms_client.cc', |
196 'dbus/gsm_sms_client.h', | 196 'dbus/gsm_sms_client.h', |
197 'dbus/image_burner_client.cc', | 197 'dbus/image_burner_client.cc', |
198 'dbus/image_burner_client.h', | 198 'dbus/image_burner_client.h', |
199 'dbus/introspectable_client.cc', | 199 'dbus/introspectable_client.cc', |
200 'dbus/introspectable_client.h', | 200 'dbus/introspectable_client.h', |
201 'dbus/leadership_daemon_manager_client.cc', | 201 'dbus/leadership_daemon_manager_client.cc', |
202 'dbus/leadership_daemon_manager_client.h', | 202 'dbus/leadership_daemon_manager_client.h', |
203 'dbus/lorgnette_manager_client.cc', | 203 'dbus/lorgnette_manager_client.cc', |
204 'dbus/lorgnette_manager_client.h', | 204 'dbus/lorgnette_manager_client.h', |
| 205 'dbus/metronome_client.cc', |
| 206 'dbus/metronome_client.h', |
205 'dbus/modem_messaging_client.cc', | 207 'dbus/modem_messaging_client.cc', |
206 'dbus/modem_messaging_client.h', | 208 'dbus/modem_messaging_client.h', |
207 'dbus/nfc_adapter_client.cc', | 209 'dbus/nfc_adapter_client.cc', |
208 'dbus/nfc_adapter_client.h', | 210 'dbus/nfc_adapter_client.h', |
209 'dbus/nfc_client_helpers.cc', | 211 'dbus/nfc_client_helpers.cc', |
210 'dbus/nfc_client_helpers.h', | 212 'dbus/nfc_client_helpers.h', |
211 'dbus/nfc_device_client.cc', | 213 'dbus/nfc_device_client.cc', |
212 'dbus/nfc_device_client.h', | 214 'dbus/nfc_device_client.h', |
213 'dbus/nfc_manager_client.cc', | 215 'dbus/nfc_manager_client.cc', |
214 'dbus/nfc_manager_client.h', | 216 'dbus/nfc_manager_client.h', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 710 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
709 ], | 711 ], |
710 'variables': { | 712 'variables': { |
711 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 713 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
712 'proto_out_dir': 'chromeos/cryptohome', | 714 'proto_out_dir': 'chromeos/cryptohome', |
713 }, | 715 }, |
714 'includes': ['../build/protoc.gypi'], | 716 'includes': ['../build/protoc.gypi'], |
715 }, | 717 }, |
716 ], | 718 ], |
717 } | 719 } |
OLD | NEW |