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

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: rebase Created 4 years, 11 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
« no previous file with comments | « components/components.gyp ('k') | components/security_state.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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'search_engines/search_engine_data_type_controller_unittest.cc', 654 'search_engines/search_engine_data_type_controller_unittest.cc',
655 'search_engines/search_host_to_urls_map_unittest.cc', 655 'search_engines/search_host_to_urls_map_unittest.cc',
656 'search_engines/template_url_prepopulate_data_unittest.cc', 656 'search_engines/template_url_prepopulate_data_unittest.cc',
657 'search_engines/template_url_service_util_unittest.cc', 657 'search_engines/template_url_service_util_unittest.cc',
658 'search_engines/template_url_unittest.cc', 658 'search_engines/template_url_unittest.cc',
659 ], 659 ],
660 'search_provider_logos_unittest_sources': [ 660 'search_provider_logos_unittest_sources': [
661 'search_provider_logos/logo_cache_unittest.cc', 661 'search_provider_logos/logo_cache_unittest.cc',
662 'search_provider_logos/logo_tracker_unittest.cc', 662 'search_provider_logos/logo_tracker_unittest.cc',
663 ], 663 ],
664 'security_state_unittest_sources': [
665 'security_state/security_state_model_unittest.cc',
666 ],
664 'sessions_unittest_sources': [ 667 'sessions_unittest_sources': [
665 'sessions/content/content_serialized_navigation_builder_unittest.cc', 668 'sessions/content/content_serialized_navigation_builder_unittest.cc',
666 'sessions/content/content_serialized_navigation_driver_unittest.cc', 669 'sessions/content/content_serialized_navigation_driver_unittest.cc',
667 'sessions/core/serialized_navigation_entry_unittest.cc', 670 'sessions/core/serialized_navigation_entry_unittest.cc',
668 'sessions/core/session_backend_unittest.cc', 671 'sessions/core/session_backend_unittest.cc',
669 'sessions/core/session_types_unittest.cc', 672 'sessions/core/session_types_unittest.cc',
670 'sessions/ios/ios_serialized_navigation_builder_unittest.cc', 673 'sessions/ios/ios_serialized_navigation_builder_unittest.cc',
671 'sessions/ios/ios_serialized_navigation_driver_unittest.cc', 674 'sessions/ios/ios_serialized_navigation_driver_unittest.cc',
672 ], 675 ],
673 'signin_unittest_sources': [ 676 'signin_unittest_sources': [
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 '<@(open_from_clipboard_unittest_sources)', 937 '<@(open_from_clipboard_unittest_sources)',
935 '<@(os_crypt_unittest_sources)', 938 '<@(os_crypt_unittest_sources)',
936 '<@(password_manager_unittest_sources)', 939 '<@(password_manager_unittest_sources)',
937 '<@(precache_unittest_sources)', 940 '<@(precache_unittest_sources)',
938 '<@(proxy_config_unittest_sources)', 941 '<@(proxy_config_unittest_sources)',
939 '<@(query_parser_unittest_sources)', 942 '<@(query_parser_unittest_sources)',
940 '<@(rappor_unittest_sources)', 943 '<@(rappor_unittest_sources)',
941 '<@(search_engines_unittest_sources)', 944 '<@(search_engines_unittest_sources)',
942 '<@(search_provider_logos_unittest_sources)', 945 '<@(search_provider_logos_unittest_sources)',
943 '<@(search_unittest_sources)', 946 '<@(search_unittest_sources)',
947 '<@(security_state_unittest_sources)',
944 '<@(sessions_unittest_sources)', 948 '<@(sessions_unittest_sources)',
945 '<@(signin_unittest_sources)', 949 '<@(signin_unittest_sources)',
946 '<@(ssl_config_unittest_sources)', 950 '<@(ssl_config_unittest_sources)',
947 '<@(ssl_errors_unittest_sources)', 951 '<@(ssl_errors_unittest_sources)',
948 '<@(suggestions_unittest_sources)', 952 '<@(suggestions_unittest_sources)',
949 '<@(sync_bookmarks_unittest_sources)', 953 '<@(sync_bookmarks_unittest_sources)',
950 '<@(sync_driver_unittest_sources)', 954 '<@(sync_driver_unittest_sources)',
951 '<@(sync_sessions_unittest_sources)', 955 '<@(sync_sessions_unittest_sources)',
952 '<@(syncable_prefs_unittest_sources)', 956 '<@(syncable_prefs_unittest_sources)',
953 '<@(translate_unittest_sources)', 957 '<@(translate_unittest_sources)',
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
1063 'components.gyp:precache_core', 1067 'components.gyp:precache_core',
1064 'components.gyp:pref_registry_test_support', 1068 'components.gyp:pref_registry_test_support',
1065 'components.gyp:proxy_config', 1069 'components.gyp:proxy_config',
1066 'components.gyp:query_parser', 1070 'components.gyp:query_parser',
1067 'components.gyp:rappor', 1071 'components.gyp:rappor',
1068 'components.gyp:rappor_test_support', 1072 'components.gyp:rappor_test_support',
1069 'components.gyp:search', 1073 'components.gyp:search',
1070 'components.gyp:search_engines', 1074 'components.gyp:search_engines',
1071 'components.gyp:search_engines_test_support', 1075 'components.gyp:search_engines_test_support',
1072 'components.gyp:search_provider_logos', 1076 'components.gyp:search_provider_logos',
1077 'components.gyp:security_state',
1073 'components.gyp:sessions_test_support', 1078 'components.gyp:sessions_test_support',
1074 'components.gyp:signin_core_browser', 1079 'components.gyp:signin_core_browser',
1075 'components.gyp:signin_core_browser_test_support', 1080 'components.gyp:signin_core_browser_test_support',
1076 'components.gyp:ssl_config', 1081 'components.gyp:ssl_config',
1077 'components.gyp:ssl_errors', 1082 'components.gyp:ssl_errors',
1078 'components.gyp:suggestions', 1083 'components.gyp:suggestions',
1079 'components.gyp:sync_bookmarks', 1084 'components.gyp:sync_bookmarks',
1080 'components.gyp:sync_driver_features', 1085 'components.gyp:sync_driver_features',
1081 'components.gyp:sync_driver_test_support', 1086 'components.gyp:sync_driver_test_support',
1082 'components.gyp:sync_sessions', 1087 'components.gyp:sync_sessions',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 'dependencies': [ 1884 'dependencies': [
1880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1885 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1881 ], 1886 ],
1882 }], 1887 }],
1883 ], 1888 ],
1884 }, 1889 },
1885 ], 1890 ],
1886 }], 1891 }],
1887 ], 1892 ],
1888 } 1893 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/security_state.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698