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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1409003002: [SafeBrowsing] Block dangerous unchecked downloads based on a Finch trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove redundant field trial group 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 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 'browser/safe_browsing/protocol_parser_unittest.cc', 1007 'browser/safe_browsing/protocol_parser_unittest.cc',
1008 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1008 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1009 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1009 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1010 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1010 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1011 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1011 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1012 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc', 1012 'browser/safe_browsing/sandboxed_dmg_analyzer_mac_unittest.cc',
1013 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 1013 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
1014 'browser/safe_browsing/test_database_manager.cc', 1014 'browser/safe_browsing/test_database_manager.cc',
1015 'browser/safe_browsing/test_database_manager.h', 1015 'browser/safe_browsing/test_database_manager.h',
1016 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1016 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1017 'browser/safe_browsing/unverified_download_field_trial_unittest.cc',
1017 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc', 1018 'common/safe_browsing/binary_feature_extractor_mac_unittest.cc',
1018 'common/safe_browsing/binary_feature_extractor_unittest.cc', 1019 'common/safe_browsing/binary_feature_extractor_unittest.cc',
1019 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', 1020 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
1020 'common/safe_browsing/download_protection_util_unittest.cc', 1021 'common/safe_browsing/download_protection_util_unittest.cc',
1021 'common/safe_browsing/ipc_protobuf_message_test_messages.h', 1022 'common/safe_browsing/ipc_protobuf_message_test_messages.h',
1022 'common/safe_browsing/ipc_protobuf_message_unittest.cc', 1023 'common/safe_browsing/ipc_protobuf_message_unittest.cc',
1023 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc', 1024 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc',
1024 'common/safe_browsing/pe_image_reader_win_unittest.cc', 1025 'common/safe_browsing/pe_image_reader_win_unittest.cc',
1025 'renderer/safe_browsing/features_unittest.cc', 1026 'renderer/safe_browsing/features_unittest.cc',
1026 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1027 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
(...skipping 1956 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

Powered by Google App Engine
This is Rietveld 408576698