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

Side by Side Diff: components/components_tests.gyp

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

Powered by Google App Engine
This is Rietveld 408576698