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

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: Cleanup Created 5 years, 2 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
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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 ], 616 ],
617 'signin_unittest_sources': [ 617 'signin_unittest_sources': [
618 'signin/core/browser/account_tracker_service_unittest.cc', 618 'signin/core/browser/account_tracker_service_unittest.cc',
619 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 619 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
620 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 620 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
621 'signin/core/browser/signin_error_controller_unittest.cc', 621 'signin/core/browser/signin_error_controller_unittest.cc',
622 'signin/core/browser/webdata/token_service_table_unittest.cc', 622 'signin/core/browser/webdata/token_service_table_unittest.cc',
623 'signin/ios/browser/account_consistency_service_unittest.mm', 623 'signin/ios/browser/account_consistency_service_unittest.mm',
624 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' , 624 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' ,
625 ], 625 ],
626 'ssl_errors_unittest_sources': [
627 'ssl_errors/error_classification_unittest.cc'
628 ],
626 'storage_monitor_unittest_sources': [ 629 'storage_monitor_unittest_sources': [
627 'storage_monitor/image_capture_device_manager_unittest.mm', 630 'storage_monitor/image_capture_device_manager_unittest.mm',
628 'storage_monitor/media_storage_util_unittest.cc', 631 'storage_monitor/media_storage_util_unittest.cc',
629 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 632 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
630 'storage_monitor/storage_info_unittest.cc', 633 'storage_monitor/storage_info_unittest.cc',
631 'storage_monitor/storage_monitor_chromeos_unittest.cc', 634 'storage_monitor/storage_monitor_chromeos_unittest.cc',
632 'storage_monitor/storage_monitor_linux_unittest.cc', 635 'storage_monitor/storage_monitor_linux_unittest.cc',
633 'storage_monitor/storage_monitor_mac_unittest.mm', 636 'storage_monitor/storage_monitor_mac_unittest.mm',
634 'storage_monitor/storage_monitor_unittest.cc', 637 'storage_monitor/storage_monitor_unittest.cc',
635 'storage_monitor/storage_monitor_win_unittest.cc', 638 'storage_monitor/storage_monitor_win_unittest.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 '<@(password_manager_unittest_sources)', 850 '<@(password_manager_unittest_sources)',
848 '<@(precache_unittest_sources)', 851 '<@(precache_unittest_sources)',
849 '<@(proxy_config_unittest_sources)', 852 '<@(proxy_config_unittest_sources)',
850 '<@(query_parser_unittest_sources)', 853 '<@(query_parser_unittest_sources)',
851 '<@(rappor_unittest_sources)', 854 '<@(rappor_unittest_sources)',
852 '<@(search_engines_unittest_sources)', 855 '<@(search_engines_unittest_sources)',
853 '<@(search_provider_logos_unittest_sources)', 856 '<@(search_provider_logos_unittest_sources)',
854 '<@(search_unittest_sources)', 857 '<@(search_unittest_sources)',
855 '<@(sessions_unittest_sources)', 858 '<@(sessions_unittest_sources)',
856 '<@(signin_unittest_sources)', 859 '<@(signin_unittest_sources)',
860 '<@(ssl_errors_unittest_sources)',
857 '<@(suggestions_unittest_sources)', 861 '<@(suggestions_unittest_sources)',
858 '<@(sync_driver_unittest_sources)', 862 '<@(sync_driver_unittest_sources)',
859 '<@(syncable_prefs_unittest_sources)', 863 '<@(syncable_prefs_unittest_sources)',
860 '<@(translate_unittest_sources)', 864 '<@(translate_unittest_sources)',
861 '<@(undo_unittest_sources)', 865 '<@(undo_unittest_sources)',
862 '<@(update_client_unittest_sources)', 866 '<@(update_client_unittest_sources)',
863 '<@(upload_list_unittest_sources)', 867 '<@(upload_list_unittest_sources)',
864 '<@(url_formatter_unittest_sources)', 868 '<@(url_formatter_unittest_sources)',
865 '<@(url_matcher_unittest_sources)', 869 '<@(url_matcher_unittest_sources)',
866 '<@(user_prefs_unittest_sources)', 870 '<@(user_prefs_unittest_sources)',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'components.gyp:query_parser', 971 'components.gyp:query_parser',
968 'components.gyp:rappor', 972 'components.gyp:rappor',
969 'components.gyp:rappor_test_support', 973 'components.gyp:rappor_test_support',
970 'components.gyp:search', 974 'components.gyp:search',
971 'components.gyp:search_engines', 975 'components.gyp:search_engines',
972 'components.gyp:search_engines_test_support', 976 'components.gyp:search_engines_test_support',
973 'components.gyp:search_provider_logos', 977 'components.gyp:search_provider_logos',
974 'components.gyp:sessions_test_support', 978 'components.gyp:sessions_test_support',
975 'components.gyp:signin_core_browser', 979 'components.gyp:signin_core_browser',
976 'components.gyp:signin_core_browser_test_support', 980 'components.gyp:signin_core_browser_test_support',
981 'components.gyp:ssl_errors',
977 'components.gyp:suggestions', 982 'components.gyp:suggestions',
978 'components.gyp:sync_driver_test_support', 983 'components.gyp:sync_driver_test_support',
979 'components.gyp:syncable_prefs_test_support', 984 'components.gyp:syncable_prefs_test_support',
980 'components.gyp:translate_core_browser', 985 'components.gyp:translate_core_browser',
981 'components.gyp:translate_core_common', 986 'components.gyp:translate_core_common',
982 'components.gyp:translate_core_language_detection', 987 'components.gyp:translate_core_language_detection',
983 'components.gyp:ui_zoom', 988 'components.gyp:ui_zoom',
984 'components.gyp:undo_component', 989 'components.gyp:undo_component',
985 'components.gyp:update_client', 990 'components.gyp:update_client',
986 'components.gyp:update_client_test_support', 991 'components.gyp:update_client_test_support',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 'dependencies': [ 1728 'dependencies': [
1724 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1729 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1725 ], 1730 ],
1726 }], 1731 }],
1727 ], 1732 ],
1728 }, 1733 },
1729 ], 1734 ],
1730 }], 1735 }],
1731 ], 1736 ],
1732 } 1737 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698