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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1082323003: timezone match code - consider canonical id as well (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update gn build Created 5 years, 8 months 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 | « chromeos/BUILD.gn ('k') | chromeos/settings/timezone_settings.cc » ('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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'process_proxy/process_proxy.cc', 426 'process_proxy/process_proxy.cc',
427 'process_proxy/process_proxy.h', 427 'process_proxy/process_proxy.h',
428 'process_proxy/process_proxy_registry.cc', 428 'process_proxy/process_proxy_registry.cc',
429 'process_proxy/process_proxy_registry.h', 429 'process_proxy/process_proxy_registry.h',
430 'settings/cros_settings_names.cc', 430 'settings/cros_settings_names.cc',
431 'settings/cros_settings_names.h', 431 'settings/cros_settings_names.h',
432 'settings/cros_settings_provider.cc', 432 'settings/cros_settings_provider.cc',
433 'settings/cros_settings_provider.h', 433 'settings/cros_settings_provider.h',
434 'settings/timezone_settings.cc', 434 'settings/timezone_settings.cc',
435 'settings/timezone_settings.h', 435 'settings/timezone_settings.h',
436 'settings/timezone_settings_helper.cc',
437 'settings/timezone_settings_helper.h',
436 'system/name_value_pairs_parser.cc', 438 'system/name_value_pairs_parser.cc',
437 'system/name_value_pairs_parser.h', 439 'system/name_value_pairs_parser.h',
438 'system/statistics_provider.cc', 440 'system/statistics_provider.cc',
439 'system/statistics_provider.h', 441 'system/statistics_provider.h',
440 'system/version_loader.cc', 442 'system/version_loader.cc',
441 'system/version_loader.h', 443 'system/version_loader.h',
442 'timezone/timezone_provider.cc', 444 'timezone/timezone_provider.cc',
443 'timezone/timezone_provider.h', 445 'timezone/timezone_provider.h',
444 'timezone/timezone_request.cc', 446 'timezone/timezone_request.cc',
445 'timezone/timezone_request.h', 447 'timezone/timezone_request.h',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 'network/network_util_unittest.cc', 506 'network/network_util_unittest.cc',
505 'network/onc/onc_certificate_importer_impl_unittest.cc', 507 'network/onc/onc_certificate_importer_impl_unittest.cc',
506 'network/onc/onc_merger_unittest.cc', 508 'network/onc/onc_merger_unittest.cc',
507 'network/onc/onc_normalizer_unittest.cc', 509 'network/onc/onc_normalizer_unittest.cc',
508 'network/onc/onc_translator_unittest.cc', 510 'network/onc/onc_translator_unittest.cc',
509 'network/onc/onc_utils_unittest.cc', 511 'network/onc/onc_utils_unittest.cc',
510 'network/onc/onc_validator_unittest.cc', 512 'network/onc/onc_validator_unittest.cc',
511 'network/shill_property_handler_unittest.cc', 513 'network/shill_property_handler_unittest.cc',
512 'process_proxy/process_output_watcher_unittest.cc', 514 'process_proxy/process_output_watcher_unittest.cc',
513 'process_proxy/process_proxy_unittest.cc', 515 'process_proxy/process_proxy_unittest.cc',
516 'settings/timezone_settings_unittest.cc',
514 'system/name_value_pairs_parser_unittest.cc', 517 'system/name_value_pairs_parser_unittest.cc',
515 'system/version_loader_unittest.cc', 518 'system/version_loader_unittest.cc',
516 'timezone/timezone_unittest.cc', 519 'timezone/timezone_unittest.cc',
517 'tpm/tpm_token_info_getter_unittest.cc', 520 'tpm/tpm_token_info_getter_unittest.cc',
518 ], 521 ],
519 }, 522 },
520 'includes': [ 523 'includes': [
521 'chromeos_tools.gypi' 524 'chromeos_tools.gypi'
522 ], 525 ],
523 'targets': [ 526 'targets': [
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 '../build/linux/system.gyp:ssl', 660 '../build/linux/system.gyp:ssl',
658 '../components/components.gyp:onc_component', 661 '../components/components.gyp:onc_component',
659 '../crypto/crypto.gyp:crypto', 662 '../crypto/crypto.gyp:crypto',
660 '../crypto/crypto.gyp:crypto_test_support', 663 '../crypto/crypto.gyp:crypto_test_support',
661 '../dbus/dbus.gyp:dbus_test_support', 664 '../dbus/dbus.gyp:dbus_test_support',
662 '../google_apis/google_apis.gyp:google_apis', 665 '../google_apis/google_apis.gyp:google_apis',
663 '../net/net.gyp:net', 666 '../net/net.gyp:net',
664 '../net/net.gyp:net_test_support', 667 '../net/net.gyp:net_test_support',
665 '../testing/gmock.gyp:gmock', 668 '../testing/gmock.gyp:gmock',
666 '../testing/gtest.gyp:gtest', 669 '../testing/gtest.gyp:gtest',
670 '../third_party/icu/icu.gyp:icuuc',
671 '../third_party/icu/icu.gyp:icui18n',
667 '../url/url.gyp:url_lib', 672 '../url/url.gyp:url_lib',
668 'chromeos_test_support', 673 'chromeos_test_support',
669 'cryptohome_proto', 674 'cryptohome_proto',
670 'power_manager_proto', 675 'power_manager_proto',
671 ], 676 ],
672 'sources': [ '<@(chromeos_test_sources)' ], 677 'sources': [ '<@(chromeos_test_sources)' ],
673 'include_dirs': [ 678 'include_dirs': [
674 '..', 679 '..',
675 ], 680 ],
676 'conditions': [ 681 'conditions': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 729 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
725 ], 730 ],
726 'variables': { 731 'variables': {
727 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 732 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
728 'proto_out_dir': 'chromeos/cryptohome', 733 'proto_out_dir': 'chromeos/cryptohome',
729 }, 734 },
730 'includes': ['../build/protoc.gypi'], 735 'includes': ['../build/protoc.gypi'],
731 }, 736 },
732 ], 737 ],
733 } 738 }
OLDNEW
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/settings/timezone_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698