Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(113)

Side by Side Diff: chromeos/chromeos.gyp

Issue 799683003: Move chromeos::version_loader to src/chromeos/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/system/version_loader.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'settings/cros_settings_names.cc', 394 'settings/cros_settings_names.cc',
395 'settings/cros_settings_names.h', 395 'settings/cros_settings_names.h',
396 'settings/cros_settings_provider.cc', 396 'settings/cros_settings_provider.cc',
397 'settings/cros_settings_provider.h', 397 'settings/cros_settings_provider.h',
398 'settings/timezone_settings.cc', 398 'settings/timezone_settings.cc',
399 'settings/timezone_settings.h', 399 'settings/timezone_settings.h',
400 'system/name_value_pairs_parser.cc', 400 'system/name_value_pairs_parser.cc',
401 'system/name_value_pairs_parser.h', 401 'system/name_value_pairs_parser.h',
402 'system/statistics_provider.cc', 402 'system/statistics_provider.cc',
403 'system/statistics_provider.h', 403 'system/statistics_provider.h',
404 'system/version_loader.cc',
405 'system/version_loader.h',
404 'tpm/tpm_password_fetcher.cc', 406 'tpm/tpm_password_fetcher.cc',
405 'tpm/tpm_password_fetcher.h', 407 'tpm/tpm_password_fetcher.h',
406 'tpm/tpm_token_info_getter.cc', 408 'tpm/tpm_token_info_getter.cc',
407 'tpm/tpm_token_info_getter.h', 409 'tpm/tpm_token_info_getter.h',
408 'tpm/tpm_token_loader.cc', 410 'tpm/tpm_token_loader.cc',
409 'tpm/tpm_token_loader.h' 411 'tpm/tpm_token_loader.h'
410 ], 412 ],
411 'chromeos_test_sources': [ 413 'chromeos_test_sources': [
412 'app_mode/kiosk_oem_manifest_parser_unittest.cc', 414 'app_mode/kiosk_oem_manifest_parser_unittest.cc',
413 'attestation/attestation_flow_unittest.cc', 415 'attestation/attestation_flow_unittest.cc',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'network/onc/onc_certificate_importer_impl_unittest.cc', 460 'network/onc/onc_certificate_importer_impl_unittest.cc',
459 'network/onc/onc_merger_unittest.cc', 461 'network/onc/onc_merger_unittest.cc',
460 'network/onc/onc_normalizer_unittest.cc', 462 'network/onc/onc_normalizer_unittest.cc',
461 'network/onc/onc_translator_unittest.cc', 463 'network/onc/onc_translator_unittest.cc',
462 'network/onc/onc_utils_unittest.cc', 464 'network/onc/onc_utils_unittest.cc',
463 'network/onc/onc_validator_unittest.cc', 465 'network/onc/onc_validator_unittest.cc',
464 'network/shill_property_handler_unittest.cc', 466 'network/shill_property_handler_unittest.cc',
465 'process_proxy/process_output_watcher_unittest.cc', 467 'process_proxy/process_output_watcher_unittest.cc',
466 'process_proxy/process_proxy_unittest.cc', 468 'process_proxy/process_proxy_unittest.cc',
467 'system/name_value_pairs_parser_unittest.cc', 469 'system/name_value_pairs_parser_unittest.cc',
470 'system/version_loader_unittest.cc',
468 'tpm/tpm_token_info_getter_unittest.cc', 471 'tpm/tpm_token_info_getter_unittest.cc',
469 ], 472 ],
470 }, 473 },
471 'includes': [ 474 'includes': [
472 'chromeos_tools.gypi' 475 'chromeos_tools.gypi'
473 ], 476 ],
474 'targets': [ 477 'targets': [
475 { 478 {
476 # GN version: //chromeos 479 # GN version: //chromeos
477 'target_name': 'chromeos', 480 'target_name': 'chromeos',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
674 ], 677 ],
675 'variables': { 678 'variables': {
676 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
677 'proto_out_dir': 'chromeos/cryptohome', 680 'proto_out_dir': 'chromeos/cryptohome',
678 }, 681 },
679 'includes': ['../build/protoc.gypi'], 682 'includes': ['../build/protoc.gypi'],
680 }, 683 },
681 ], 684 ],
682 } 685 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chromeos/system/version_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698