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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1410853003: [Safe Browsing] Only check main frame and iframe URLs on Mobile, for speed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm unecessary thread restriction that interferes with tests 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
« no previous file with comments | « chrome/browser/safe_browsing/test_database_manager.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after
959 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe 959 # Used by Full Safe Browsing (safe_browsing==1) and Mobile Safe
960 # Browsing (==2) modes. 960 # Browsing (==2) modes.
961 'chrome_unit_tests_shared_safe_browsing_sources': [ 961 'chrome_unit_tests_shared_safe_browsing_sources': [
962 'browser/safe_browsing/malware_details_unittest.cc', 962 'browser/safe_browsing/malware_details_unittest.cc',
963 'browser/safe_browsing/ping_manager_unittest.cc', 963 'browser/safe_browsing/ping_manager_unittest.cc',
964 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 964 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
965 'browser/safe_browsing/ui_manager_unittest.cc', 965 'browser/safe_browsing/ui_manager_unittest.cc',
966 ], 966 ],
967 'chrome_unit_tests_mobile_safe_browsing_sources': [ 967 'chrome_unit_tests_mobile_safe_browsing_sources': [
968 'browser/safe_browsing/safe_browsing_api_handler_unittest.cc', 968 'browser/safe_browsing/safe_browsing_api_handler_unittest.cc',
969 'browser/safe_browsing/remote_database_manager_unittest.cc',
969 ], 970 ],
970 'chrome_unit_tests_full_safe_browsing_sources': [ 971 'chrome_unit_tests_full_safe_browsing_sources': [
971 'browser/safe_browsing/browser_feature_extractor_unittest.cc', 972 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
972 'browser/safe_browsing/chunk_range_unittest.cc', 973 'browser/safe_browsing/chunk_range_unittest.cc',
973 'browser/safe_browsing/client_side_detection_host_unittest.cc', 974 'browser/safe_browsing/client_side_detection_host_unittest.cc',
974 'browser/safe_browsing/client_side_detection_service_unittest.cc', 975 'browser/safe_browsing/client_side_detection_service_unittest.cc',
975 'browser/safe_browsing/client_side_model_loader_unittest.cc', 976 'browser/safe_browsing/client_side_model_loader_unittest.cc',
976 'browser/safe_browsing/download_feedback_service_unittest.cc', 977 'browser/safe_browsing/download_feedback_service_unittest.cc',
977 'browser/safe_browsing/download_feedback_unittest.cc', 978 'browser/safe_browsing/download_feedback_unittest.cc',
978 'browser/safe_browsing/download_protection_service_unittest.cc', 979 'browser/safe_browsing/download_protection_service_unittest.cc',
(...skipping 2004 matching lines...) Expand 10 before | Expand all | Expand 10 after
2983 'dependencies': [ 2984 'dependencies': [
2984 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2985 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2985 ], 2986 ],
2986 }], 2987 }],
2987 ], 2988 ],
2988 }, 2989 },
2989 ], 2990 ],
2990 }], 2991 }],
2991 ], # 'conditions' 2992 ], # 'conditions'
2992 } 2993 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/test_database_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698