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

Side by Side Diff: components/components_tests.gyp

Issue 1355413003: Move error classification into the ssl_errors component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove size_t / int mixing Created 5 years, 1 month 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') | components/ssl_errors.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 643 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
644 'signin/core/browser/signin_error_controller_unittest.cc', 644 'signin/core/browser/signin_error_controller_unittest.cc',
645 'signin/core/browser/signin_status_metrics_provider_unittest.cc', 645 'signin/core/browser/signin_status_metrics_provider_unittest.cc',
646 'signin/core/browser/webdata/token_service_table_unittest.cc', 646 'signin/core/browser/webdata/token_service_table_unittest.cc',
647 'signin/ios/browser/account_consistency_service_unittest.mm', 647 'signin/ios/browser/account_consistency_service_unittest.mm',
648 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' , 648 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' ,
649 ], 649 ],
650 'ssl_config_unittest_sources': [ 650 'ssl_config_unittest_sources': [
651 'ssl_config/ssl_config_service_manager_pref_unittest.cc', 651 'ssl_config/ssl_config_service_manager_pref_unittest.cc',
652 ], 652 ],
653 'ssl_errors_unittest_sources': [
654 'ssl_errors/error_classification_unittest.cc'
655 ],
653 'storage_monitor_unittest_sources': [ 656 'storage_monitor_unittest_sources': [
654 'storage_monitor/image_capture_device_manager_unittest.mm', 657 'storage_monitor/image_capture_device_manager_unittest.mm',
655 'storage_monitor/media_storage_util_unittest.cc', 658 'storage_monitor/media_storage_util_unittest.cc',
656 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 659 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
657 'storage_monitor/storage_info_unittest.cc', 660 'storage_monitor/storage_info_unittest.cc',
658 'storage_monitor/storage_monitor_chromeos_unittest.cc', 661 'storage_monitor/storage_monitor_chromeos_unittest.cc',
659 'storage_monitor/storage_monitor_linux_unittest.cc', 662 'storage_monitor/storage_monitor_linux_unittest.cc',
660 'storage_monitor/storage_monitor_mac_unittest.mm', 663 'storage_monitor/storage_monitor_mac_unittest.mm',
661 'storage_monitor/storage_monitor_unittest.cc', 664 'storage_monitor/storage_monitor_unittest.cc',
662 'storage_monitor/storage_monitor_win_unittest.cc', 665 'storage_monitor/storage_monitor_win_unittest.cc',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 '<@(precache_unittest_sources)', 896 '<@(precache_unittest_sources)',
894 '<@(proxy_config_unittest_sources)', 897 '<@(proxy_config_unittest_sources)',
895 '<@(query_parser_unittest_sources)', 898 '<@(query_parser_unittest_sources)',
896 '<@(rappor_unittest_sources)', 899 '<@(rappor_unittest_sources)',
897 '<@(search_engines_unittest_sources)', 900 '<@(search_engines_unittest_sources)',
898 '<@(search_provider_logos_unittest_sources)', 901 '<@(search_provider_logos_unittest_sources)',
899 '<@(search_unittest_sources)', 902 '<@(search_unittest_sources)',
900 '<@(sessions_unittest_sources)', 903 '<@(sessions_unittest_sources)',
901 '<@(signin_unittest_sources)', 904 '<@(signin_unittest_sources)',
902 '<@(ssl_config_unittest_sources)', 905 '<@(ssl_config_unittest_sources)',
906 '<@(ssl_errors_unittest_sources)',
903 '<@(suggestions_unittest_sources)', 907 '<@(suggestions_unittest_sources)',
904 '<@(sync_bookmarks_unittest_sources)', 908 '<@(sync_bookmarks_unittest_sources)',
905 '<@(sync_driver_unittest_sources)', 909 '<@(sync_driver_unittest_sources)',
906 '<@(sync_sessions_unittest_sources)', 910 '<@(sync_sessions_unittest_sources)',
907 '<@(syncable_prefs_unittest_sources)', 911 '<@(syncable_prefs_unittest_sources)',
908 '<@(translate_unittest_sources)', 912 '<@(translate_unittest_sources)',
909 '<@(undo_unittest_sources)', 913 '<@(undo_unittest_sources)',
910 '<@(update_client_unittest_sources)', 914 '<@(update_client_unittest_sources)',
911 '<@(upload_list_unittest_sources)', 915 '<@(upload_list_unittest_sources)',
912 '<@(url_formatter_unittest_sources)', 916 '<@(url_formatter_unittest_sources)',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 'components.gyp:rappor', 1022 'components.gyp:rappor',
1019 'components.gyp:rappor_test_support', 1023 'components.gyp:rappor_test_support',
1020 'components.gyp:search', 1024 'components.gyp:search',
1021 'components.gyp:search_engines', 1025 'components.gyp:search_engines',
1022 'components.gyp:search_engines_test_support', 1026 'components.gyp:search_engines_test_support',
1023 'components.gyp:search_provider_logos', 1027 'components.gyp:search_provider_logos',
1024 'components.gyp:sessions_test_support', 1028 'components.gyp:sessions_test_support',
1025 'components.gyp:signin_core_browser', 1029 'components.gyp:signin_core_browser',
1026 'components.gyp:signin_core_browser_test_support', 1030 'components.gyp:signin_core_browser_test_support',
1027 'components.gyp:ssl_config', 1031 'components.gyp:ssl_config',
1032 'components.gyp:ssl_errors',
1028 'components.gyp:suggestions', 1033 'components.gyp:suggestions',
1029 'components.gyp:sync_bookmarks', 1034 'components.gyp:sync_bookmarks',
1030 'components.gyp:sync_driver_test_support', 1035 'components.gyp:sync_driver_test_support',
1031 'components.gyp:sync_sessions', 1036 'components.gyp:sync_sessions',
1032 'components.gyp:sync_sessions_test_support', 1037 'components.gyp:sync_sessions_test_support',
1033 'components.gyp:syncable_prefs_test_support', 1038 'components.gyp:syncable_prefs_test_support',
1034 'components.gyp:translate_core_browser', 1039 'components.gyp:translate_core_browser',
1035 'components.gyp:translate_core_common', 1040 'components.gyp:translate_core_common',
1036 'components.gyp:translate_core_language_detection', 1041 'components.gyp:translate_core_language_detection',
1037 'components.gyp:ui_zoom', 1042 'components.gyp:ui_zoom',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 'dependencies': [ 1825 'dependencies': [
1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1826 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1822 ], 1827 ],
1823 }], 1828 }],
1824 ], 1829 ],
1825 }, 1830 },
1826 ], 1831 ],
1827 }], 1832 }],
1828 ], 1833 ],
1829 } 1834 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ssl_errors.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698