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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1410423003: [SafeBrowsing] Conditionalize unverified download blocking on whitelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flash-download-block
Patch Set: Created 5 years, 1 month 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 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 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
996 'browser/safe_browsing/safe_browsing_database_unittest.cc', 996 'browser/safe_browsing/safe_browsing_database_unittest.cc',
997 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 997 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
998 'browser/safe_browsing/safe_browsing_store_unittest.cc', 998 'browser/safe_browsing/safe_browsing_store_unittest.cc',
999 'browser/safe_browsing/safe_browsing_util_unittest.cc', 999 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1000 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 1000 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
1001 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 1001 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
1002 'browser/safe_browsing/test_database_manager.cc', 1002 'browser/safe_browsing/test_database_manager.cc',
1003 'browser/safe_browsing/test_database_manager.h', 1003 'browser/safe_browsing/test_database_manager.h',
1004 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1004 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1005 'browser/safe_browsing/unverified_download_field_trial_unittest.cc', 1005 'browser/safe_browsing/unverified_download_field_trial_unittest.cc',
1006 'browser/safe_browsing/unverified_download_policy_unittest.cc',
1006 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', 1007 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc',
1007 'common/safe_browsing/binary_feature_extractor_unittest.cc', 1008 'common/safe_browsing/binary_feature_extractor_unittest.cc',
1008 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', 1009 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
1009 'common/safe_browsing/download_protection_util_unittest.cc', 1010 'common/safe_browsing/download_protection_util_unittest.cc',
1010 'common/safe_browsing/ipc_protobuf_message_test_messages.h', 1011 'common/safe_browsing/ipc_protobuf_message_test_messages.h',
1011 'common/safe_browsing/ipc_protobuf_message_unittest.cc', 1012 'common/safe_browsing/ipc_protobuf_message_unittest.cc',
1012 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc', 1013 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc',
1013 'common/safe_browsing/pe_image_reader_win_unittest.cc', 1014 'common/safe_browsing/pe_image_reader_win_unittest.cc',
1014 'renderer/safe_browsing/features_unittest.cc', 1015 'renderer/safe_browsing/features_unittest.cc',
1015 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1016 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
(...skipping 1956 matching lines...) Expand 10 before | Expand all | Expand 10 after
2972 'dependencies': [ 2973 'dependencies': [
2973 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2974 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2974 ], 2975 ],
2975 }], 2976 }],
2976 ], 2977 ],
2977 }, 2978 },
2978 ], 2979 ],
2979 }], 2980 }],
2980 ], # 'conditions' 2981 ], # 'conditions'
2981 } 2982 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698