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

Side by Side Diff: components/components_tests.gyp

Issue 1539043002: Pull SecurityStateModel out into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test debugging Created 5 years 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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 'search_engines/search_engine_data_type_controller_unittest.cc', 651 'search_engines/search_engine_data_type_controller_unittest.cc',
652 'search_engines/search_host_to_urls_map_unittest.cc', 652 'search_engines/search_host_to_urls_map_unittest.cc',
653 'search_engines/template_url_prepopulate_data_unittest.cc', 653 'search_engines/template_url_prepopulate_data_unittest.cc',
654 'search_engines/template_url_service_util_unittest.cc', 654 'search_engines/template_url_service_util_unittest.cc',
655 'search_engines/template_url_unittest.cc', 655 'search_engines/template_url_unittest.cc',
656 ], 656 ],
657 'search_provider_logos_unittest_sources': [ 657 'search_provider_logos_unittest_sources': [
658 'search_provider_logos/logo_cache_unittest.cc', 658 'search_provider_logos/logo_cache_unittest.cc',
659 'search_provider_logos/logo_tracker_unittest.cc', 659 'search_provider_logos/logo_tracker_unittest.cc',
660 ], 660 ],
661 'security_state_unittest_sources': [
662 'security_state/security_state_model_unittest.cc',
663 ],
661 'sessions_unittest_sources': [ 664 'sessions_unittest_sources': [
662 'sessions/content/content_serialized_navigation_builder_unittest.cc', 665 'sessions/content/content_serialized_navigation_builder_unittest.cc',
663 'sessions/content/content_serialized_navigation_driver_unittest.cc', 666 'sessions/content/content_serialized_navigation_driver_unittest.cc',
664 'sessions/core/serialized_navigation_entry_unittest.cc', 667 'sessions/core/serialized_navigation_entry_unittest.cc',
665 'sessions/core/session_backend_unittest.cc', 668 'sessions/core/session_backend_unittest.cc',
666 'sessions/core/session_types_unittest.cc', 669 'sessions/core/session_types_unittest.cc',
667 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', 670 'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
668 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 671 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
669 ], 672 ],
670 'signin_unittest_sources': [ 673 'signin_unittest_sources': [
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 '<@(open_from_clipboard_unittest_sources)', 934 '<@(open_from_clipboard_unittest_sources)',
932 '<@(os_crypt_unittest_sources)', 935 '<@(os_crypt_unittest_sources)',
933 '<@(password_manager_unittest_sources)', 936 '<@(password_manager_unittest_sources)',
934 '<@(precache_unittest_sources)', 937 '<@(precache_unittest_sources)',
935 '<@(proxy_config_unittest_sources)', 938 '<@(proxy_config_unittest_sources)',
936 '<@(query_parser_unittest_sources)', 939 '<@(query_parser_unittest_sources)',
937 '<@(rappor_unittest_sources)', 940 '<@(rappor_unittest_sources)',
938 '<@(search_engines_unittest_sources)', 941 '<@(search_engines_unittest_sources)',
939 '<@(search_provider_logos_unittest_sources)', 942 '<@(search_provider_logos_unittest_sources)',
940 '<@(search_unittest_sources)', 943 '<@(search_unittest_sources)',
944 '<@(security_state_unittest_sources)',
941 '<@(sessions_unittest_sources)', 945 '<@(sessions_unittest_sources)',
942 '<@(signin_unittest_sources)', 946 '<@(signin_unittest_sources)',
943 '<@(ssl_config_unittest_sources)', 947 '<@(ssl_config_unittest_sources)',
944 '<@(ssl_errors_unittest_sources)', 948 '<@(ssl_errors_unittest_sources)',
945 '<@(suggestions_unittest_sources)', 949 '<@(suggestions_unittest_sources)',
946 '<@(sync_bookmarks_unittest_sources)', 950 '<@(sync_bookmarks_unittest_sources)',
947 '<@(sync_driver_unittest_sources)', 951 '<@(sync_driver_unittest_sources)',
948 '<@(sync_sessions_unittest_sources)', 952 '<@(sync_sessions_unittest_sources)',
949 '<@(syncable_prefs_unittest_sources)', 953 '<@(syncable_prefs_unittest_sources)',
950 '<@(translate_unittest_sources)', 954 '<@(translate_unittest_sources)',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 'components.gyp:precache_core', 1064 'components.gyp:precache_core',
1061 'components.gyp:pref_registry_test_support', 1065 'components.gyp:pref_registry_test_support',
1062 'components.gyp:proxy_config', 1066 'components.gyp:proxy_config',
1063 'components.gyp:query_parser', 1067 'components.gyp:query_parser',
1064 'components.gyp:rappor', 1068 'components.gyp:rappor',
1065 'components.gyp:rappor_test_support', 1069 'components.gyp:rappor_test_support',
1066 'components.gyp:search', 1070 'components.gyp:search',
1067 'components.gyp:search_engines', 1071 'components.gyp:search_engines',
1068 'components.gyp:search_engines_test_support', 1072 'components.gyp:search_engines_test_support',
1069 'components.gyp:search_provider_logos', 1073 'components.gyp:search_provider_logos',
1074 'components.gyp:security_state',
1070 'components.gyp:sessions_test_support', 1075 'components.gyp:sessions_test_support',
1071 'components.gyp:signin_core_browser', 1076 'components.gyp:signin_core_browser',
1072 'components.gyp:signin_core_browser_test_support', 1077 'components.gyp:signin_core_browser_test_support',
1073 'components.gyp:ssl_config', 1078 'components.gyp:ssl_config',
1074 'components.gyp:ssl_errors', 1079 'components.gyp:ssl_errors',
1075 'components.gyp:suggestions', 1080 'components.gyp:suggestions',
1076 'components.gyp:sync_bookmarks', 1081 'components.gyp:sync_bookmarks',
1077 'components.gyp:sync_driver_features', 1082 'components.gyp:sync_driver_features',
1078 'components.gyp:sync_driver_test_support', 1083 'components.gyp:sync_driver_test_support',
1079 'components.gyp:sync_sessions', 1084 'components.gyp:sync_sessions',
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1875 'dependencies': [ 1880 'dependencies': [
1876 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1877 ], 1882 ],
1878 }], 1883 }],
1879 ], 1884 ],
1880 }, 1885 },
1881 ], 1886 ],
1882 }], 1887 }],
1883 ], 1888 ],
1884 } 1889 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698