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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'dbus/power_policy_controller.cc', | 211 'dbus/power_policy_controller.cc', |
212 'dbus/power_policy_controller.h', | 212 'dbus/power_policy_controller.h', |
213 'dbus/privet_daemon_client.cc', | 213 'dbus/privet_daemon_client.cc', |
214 'dbus/privet_daemon_client.h', | 214 'dbus/privet_daemon_client.h', |
215 'dbus/services/console_service_provider.cc', | 215 'dbus/services/console_service_provider.cc', |
216 'dbus/services/console_service_provider.h', | 216 'dbus/services/console_service_provider.h', |
217 'dbus/services/cros_dbus_service.cc', | 217 'dbus/services/cros_dbus_service.cc', |
218 'dbus/services/cros_dbus_service.h', | 218 'dbus/services/cros_dbus_service.h', |
219 'dbus/services/liveness_service_provider.cc', | 219 'dbus/services/liveness_service_provider.cc', |
220 'dbus/services/liveness_service_provider.h', | 220 'dbus/services/liveness_service_provider.h', |
| 221 'dbus/services/proxy_resolution_service_provider.cc', |
| 222 'dbus/services/proxy_resolution_service_provider.h', |
221 'dbus/session_manager_client.cc', | 223 'dbus/session_manager_client.cc', |
222 'dbus/session_manager_client.h', | 224 'dbus/session_manager_client.h', |
223 'dbus/shill_client_helper.cc', | 225 'dbus/shill_client_helper.cc', |
224 'dbus/shill_client_helper.h', | 226 'dbus/shill_client_helper.h', |
225 'dbus/shill_device_client.cc', | 227 'dbus/shill_device_client.cc', |
226 'dbus/shill_device_client.h', | 228 'dbus/shill_device_client.h', |
227 'dbus/shill_ipconfig_client.cc', | 229 'dbus/shill_ipconfig_client.cc', |
228 'dbus/shill_ipconfig_client.h', | 230 'dbus/shill_ipconfig_client.h', |
229 'dbus/shill_manager_client.cc', | 231 'dbus/shill_manager_client.cc', |
230 'dbus/shill_manager_client.h', | 232 'dbus/shill_manager_client.h', |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
428 'dbus/blocking_method_caller_unittest.cc', | 430 'dbus/blocking_method_caller_unittest.cc', |
429 'dbus/cros_disks_client_unittest.cc', | 431 'dbus/cros_disks_client_unittest.cc', |
430 'dbus/dbus_client_bundle_unittest.cc', | 432 'dbus/dbus_client_bundle_unittest.cc', |
431 'dbus/fake_easy_unlock_client_unittest.cc', | 433 'dbus/fake_easy_unlock_client_unittest.cc', |
432 'dbus/gsm_sms_client_unittest.cc', | 434 'dbus/gsm_sms_client_unittest.cc', |
433 'dbus/introspectable_client_unittest.cc', | 435 'dbus/introspectable_client_unittest.cc', |
434 'dbus/modem_messaging_client_unittest.cc', | 436 'dbus/modem_messaging_client_unittest.cc', |
435 'dbus/nfc_client_unittest.cc', | 437 'dbus/nfc_client_unittest.cc', |
436 'dbus/power_policy_controller_unittest.cc', | 438 'dbus/power_policy_controller_unittest.cc', |
437 'dbus/services/cros_dbus_service_unittest.cc', | 439 'dbus/services/cros_dbus_service_unittest.cc', |
| 440 'dbus/services/proxy_resolution_service_provider_unittest.cc', |
438 'dbus/shill_client_unittest_base.cc', | 441 'dbus/shill_client_unittest_base.cc', |
439 'dbus/shill_client_unittest_base.h', | 442 'dbus/shill_client_unittest_base.h', |
440 'dbus/shill_device_client_unittest.cc', | 443 'dbus/shill_device_client_unittest.cc', |
441 'dbus/shill_ipconfig_client_unittest.cc', | 444 'dbus/shill_ipconfig_client_unittest.cc', |
442 'dbus/shill_manager_client_unittest.cc', | 445 'dbus/shill_manager_client_unittest.cc', |
443 'dbus/shill_profile_client_unittest.cc', | 446 'dbus/shill_profile_client_unittest.cc', |
444 'dbus/shill_service_client_unittest.cc', | 447 'dbus/shill_service_client_unittest.cc', |
445 'dbus/shill_third_party_vpn_driver_client_unittest.cc', | 448 'dbus/shill_third_party_vpn_driver_client_unittest.cc', |
446 'disks/disk_mount_manager_unittest.cc', | 449 'disks/disk_mount_manager_unittest.cc', |
447 'ime/component_extension_ime_manager_unittest.cc', | 450 'ime/component_extension_ime_manager_unittest.cc', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 714 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
712 ], | 715 ], |
713 'variables': { | 716 'variables': { |
714 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 717 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
715 'proto_out_dir': 'chromeos/cryptohome', | 718 'proto_out_dir': 'chromeos/cryptohome', |
716 }, | 719 }, |
717 'includes': ['../build/protoc.gypi'], | 720 'includes': ['../build/protoc.gypi'], |
718 }, | 721 }, |
719 ], | 722 ], |
720 } | 723 } |
OLD | NEW |