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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'settings/cros_settings_provider.cc', | 412 'settings/cros_settings_provider.cc', |
413 'settings/cros_settings_provider.h', | 413 'settings/cros_settings_provider.h', |
414 'settings/timezone_settings.cc', | 414 'settings/timezone_settings.cc', |
415 'settings/timezone_settings.h', | 415 'settings/timezone_settings.h', |
416 'system/name_value_pairs_parser.cc', | 416 'system/name_value_pairs_parser.cc', |
417 'system/name_value_pairs_parser.h', | 417 'system/name_value_pairs_parser.h', |
418 'system/statistics_provider.cc', | 418 'system/statistics_provider.cc', |
419 'system/statistics_provider.h', | 419 'system/statistics_provider.h', |
420 'system/version_loader.cc', | 420 'system/version_loader.cc', |
421 'system/version_loader.h', | 421 'system/version_loader.h', |
| 422 'timezone/timezone_provider.cc', |
422 'timezone/timezone_provider.h', | 423 'timezone/timezone_provider.h', |
423 'timezone/timezone_provider.cc', | |
424 'timezone/timezone_request.cc', | 424 'timezone/timezone_request.cc', |
425 'timezone/timezone_request.h', | 425 'timezone/timezone_request.h', |
| 426 'timezone/timezone_resolver.cc', |
| 427 'timezone/timezone_resolver.h', |
426 'tpm/tpm_password_fetcher.cc', | 428 'tpm/tpm_password_fetcher.cc', |
427 'tpm/tpm_password_fetcher.h', | 429 'tpm/tpm_password_fetcher.h', |
428 'tpm/tpm_token_info_getter.cc', | 430 'tpm/tpm_token_info_getter.cc', |
429 'tpm/tpm_token_info_getter.h', | 431 'tpm/tpm_token_info_getter.h', |
430 'tpm/tpm_token_loader.cc', | 432 'tpm/tpm_token_loader.cc', |
431 'tpm/tpm_token_loader.h' | 433 'tpm/tpm_token_loader.h' |
432 ], | 434 ], |
433 'chromeos_test_sources': [ | 435 'chromeos_test_sources': [ |
434 'app_mode/kiosk_oem_manifest_parser_unittest.cc', | 436 'app_mode/kiosk_oem_manifest_parser_unittest.cc', |
435 'attestation/attestation_flow_unittest.cc', | 437 'attestation/attestation_flow_unittest.cc', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', | 704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', |
703 ], | 705 ], |
704 'variables': { | 706 'variables': { |
705 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
706 'proto_out_dir': 'chromeos/cryptohome', | 708 'proto_out_dir': 'chromeos/cryptohome', |
707 }, | 709 }, |
708 'includes': ['../build/protoc.gypi'], | 710 'includes': ['../build/protoc.gypi'], |
709 }, | 711 }, |
710 ], | 712 ], |
711 } | 713 } |
OLD | NEW |