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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1257233004: [SafeBrowsing] Consolidate extension lookup logic and extension lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@double-zip
Patch Set: Fix Windows unit test build. Created 5 years, 4 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
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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1036 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
1037 'browser/safe_browsing/safe_browsing_store_unittest.cc', 1037 'browser/safe_browsing/safe_browsing_store_unittest.cc',
1038 'browser/safe_browsing/safe_browsing_util_unittest.cc', 1038 'browser/safe_browsing/safe_browsing_util_unittest.cc',
1039 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc', 1039 'browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc',
1040 'browser/safe_browsing/test_database_manager.cc', 1040 'browser/safe_browsing/test_database_manager.cc',
1041 'browser/safe_browsing/test_database_manager.h', 1041 'browser/safe_browsing/test_database_manager.h',
1042 'browser/safe_browsing/two_phase_uploader_unittest.cc', 1042 'browser/safe_browsing/two_phase_uploader_unittest.cc',
1043 'browser/safe_browsing/ui_manager_unittest.cc', 1043 'browser/safe_browsing/ui_manager_unittest.cc',
1044 'common/safe_browsing/binary_feature_extractor_unittest.cc', 1044 'common/safe_browsing/binary_feature_extractor_unittest.cc',
1045 'common/safe_browsing/binary_feature_extractor_win_unittest.cc', 1045 'common/safe_browsing/binary_feature_extractor_win_unittest.cc',
1046 'common/safe_browsing/download_protection_util_unittest.cc',
1046 'common/safe_browsing/ipc_protobuf_message_test_messages.h', 1047 'common/safe_browsing/ipc_protobuf_message_test_messages.h',
1047 'common/safe_browsing/ipc_protobuf_message_unittest.cc', 1048 'common/safe_browsing/ipc_protobuf_message_unittest.cc',
1048 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc', 1049 'common/safe_browsing/mach_o_image_reader_mac_unittest.cc',
1049 'common/safe_browsing/pe_image_reader_win_unittest.cc', 1050 'common/safe_browsing/pe_image_reader_win_unittest.cc',
1050 'renderer/safe_browsing/features_unittest.cc', 1051 'renderer/safe_browsing/features_unittest.cc',
1051 'renderer/safe_browsing/murmurhash3_util_unittest.cc', 1052 'renderer/safe_browsing/murmurhash3_util_unittest.cc',
1052 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc', 1053 'renderer/safe_browsing/phishing_term_feature_extractor_unittest.cc',
1053 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc', 1054 'renderer/safe_browsing/phishing_url_feature_extractor_unittest.cc',
1054 'renderer/safe_browsing/scorer_unittest.cc', 1055 'renderer/safe_browsing/scorer_unittest.cc',
1055 ], 1056 ],
(...skipping 1847 matching lines...) Expand 10 before | Expand all | Expand 10 after
2903 'dependencies': [ 2904 'dependencies': [
2904 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2905 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2905 ], 2906 ],
2906 }], 2907 }],
2907 ], 2908 ],
2908 }, 2909 },
2909 ], 2910 ],
2910 }], 2911 }],
2911 ], # 'conditions' 2912 ], # 'conditions'
2912 } 2913 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/download_protection_service.cc ('k') | chrome/common/safe_browsing/download_protection_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698