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

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: Created 5 years, 3 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 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 ], 612 ],
613 'signin_unittest_sources': [ 613 'signin_unittest_sources': [
614 'signin/core/browser/account_tracker_service_unittest.cc', 614 'signin/core/browser/account_tracker_service_unittest.cc',
615 'signin/core/browser/gaia_cookie_manager_service_unittest.cc', 615 'signin/core/browser/gaia_cookie_manager_service_unittest.cc',
616 'signin/core/browser/refresh_token_annotation_request_unittest.cc', 616 'signin/core/browser/refresh_token_annotation_request_unittest.cc',
617 'signin/core/browser/signin_error_controller_unittest.cc', 617 'signin/core/browser/signin_error_controller_unittest.cc',
618 'signin/core/browser/webdata/token_service_table_unittest.cc', 618 'signin/core/browser/webdata/token_service_table_unittest.cc',
619 'signin/ios/browser/account_consistency_service_unittest.mm', 619 'signin/ios/browser/account_consistency_service_unittest.mm',
620 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' , 620 'signin/ios/browser/profile_oauth2_token_service_ios_delegate_unittest.mm' ,
621 ], 621 ],
622 'ssl_errors_unittest_sources': [
623 'ssl_errors/error_classification_unittest.cc'
624 ],
622 'storage_monitor_unittest_sources': [ 625 'storage_monitor_unittest_sources': [
623 'storage_monitor/image_capture_device_manager_unittest.mm', 626 'storage_monitor/image_capture_device_manager_unittest.mm',
624 'storage_monitor/media_storage_util_unittest.cc', 627 'storage_monitor/media_storage_util_unittest.cc',
625 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ', 628 'storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc ',
626 'storage_monitor/storage_info_unittest.cc', 629 'storage_monitor/storage_info_unittest.cc',
627 'storage_monitor/storage_monitor_chromeos_unittest.cc', 630 'storage_monitor/storage_monitor_chromeos_unittest.cc',
628 'storage_monitor/storage_monitor_linux_unittest.cc', 631 'storage_monitor/storage_monitor_linux_unittest.cc',
629 'storage_monitor/storage_monitor_mac_unittest.mm', 632 'storage_monitor/storage_monitor_mac_unittest.mm',
630 'storage_monitor/storage_monitor_unittest.cc', 633 'storage_monitor/storage_monitor_unittest.cc',
631 'storage_monitor/storage_monitor_win_unittest.cc', 634 'storage_monitor/storage_monitor_win_unittest.cc',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
843 '<@(password_manager_unittest_sources)', 846 '<@(password_manager_unittest_sources)',
844 '<@(precache_unittest_sources)', 847 '<@(precache_unittest_sources)',
845 '<@(proxy_config_unittest_sources)', 848 '<@(proxy_config_unittest_sources)',
846 '<@(query_parser_unittest_sources)', 849 '<@(query_parser_unittest_sources)',
847 '<@(rappor_unittest_sources)', 850 '<@(rappor_unittest_sources)',
848 '<@(search_engines_unittest_sources)', 851 '<@(search_engines_unittest_sources)',
849 '<@(search_provider_logos_unittest_sources)', 852 '<@(search_provider_logos_unittest_sources)',
850 '<@(search_unittest_sources)', 853 '<@(search_unittest_sources)',
851 '<@(sessions_unittest_sources)', 854 '<@(sessions_unittest_sources)',
852 '<@(signin_unittest_sources)', 855 '<@(signin_unittest_sources)',
856 '<@(ssl_errors_unittest_sources)',
853 '<@(suggestions_unittest_sources)', 857 '<@(suggestions_unittest_sources)',
854 '<@(sync_driver_unittest_sources)', 858 '<@(sync_driver_unittest_sources)',
855 '<@(syncable_prefs_unittest_sources)', 859 '<@(syncable_prefs_unittest_sources)',
856 '<@(translate_unittest_sources)', 860 '<@(translate_unittest_sources)',
857 '<@(undo_unittest_sources)', 861 '<@(undo_unittest_sources)',
858 '<@(update_client_unittest_sources)', 862 '<@(update_client_unittest_sources)',
859 '<@(upload_list_unittest_sources)', 863 '<@(upload_list_unittest_sources)',
860 '<@(url_formatter_unittest_sources)', 864 '<@(url_formatter_unittest_sources)',
861 '<@(url_matcher_unittest_sources)', 865 '<@(url_matcher_unittest_sources)',
862 '<@(user_prefs_unittest_sources)', 866 '<@(user_prefs_unittest_sources)',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
963 'components.gyp:query_parser', 967 'components.gyp:query_parser',
964 'components.gyp:rappor', 968 'components.gyp:rappor',
965 'components.gyp:rappor_test_support', 969 'components.gyp:rappor_test_support',
966 'components.gyp:search', 970 'components.gyp:search',
967 'components.gyp:search_engines', 971 'components.gyp:search_engines',
968 'components.gyp:search_engines_test_support', 972 'components.gyp:search_engines_test_support',
969 'components.gyp:search_provider_logos', 973 'components.gyp:search_provider_logos',
970 'components.gyp:sessions_test_support', 974 'components.gyp:sessions_test_support',
971 'components.gyp:signin_core_browser', 975 'components.gyp:signin_core_browser',
972 'components.gyp:signin_core_browser_test_support', 976 'components.gyp:signin_core_browser_test_support',
977 'components.gyp:ssl_errors',
973 'components.gyp:suggestions', 978 'components.gyp:suggestions',
974 'components.gyp:sync_driver_test_support', 979 'components.gyp:sync_driver_test_support',
975 'components.gyp:syncable_prefs_test_support', 980 'components.gyp:syncable_prefs_test_support',
976 'components.gyp:translate_core_browser', 981 'components.gyp:translate_core_browser',
977 'components.gyp:translate_core_common', 982 'components.gyp:translate_core_common',
978 'components.gyp:translate_core_language_detection', 983 'components.gyp:translate_core_language_detection',
979 'components.gyp:ui_zoom', 984 'components.gyp:ui_zoom',
980 'components.gyp:undo_component', 985 'components.gyp:undo_component',
981 'components.gyp:update_client', 986 'components.gyp:update_client',
982 'components.gyp:update_client_test_support', 987 'components.gyp:update_client_test_support',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1715 'dependencies': [ 1720 'dependencies': [
1716 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1721 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1717 ], 1722 ],
1718 }], 1723 }],
1719 ], 1724 ],
1720 }, 1725 },
1721 ], 1726 ],
1722 }], 1727 }],
1723 ], 1728 ],
1724 } 1729 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698