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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 406043003: Adding the VerifyModule function (and helpers) to safe browsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1258 'browser/safe_browsing/database_manager_unittest.cc', 1258 'browser/safe_browsing/database_manager_unittest.cc',
1259 'browser/safe_browsing/download_feedback_service_unittest.cc', 1259 'browser/safe_browsing/download_feedback_service_unittest.cc',
1260 'browser/safe_browsing/download_feedback_unittest.cc', 1260 'browser/safe_browsing/download_feedback_unittest.cc',
1261 'browser/safe_browsing/download_protection_service_unittest.cc', 1261 'browser/safe_browsing/download_protection_service_unittest.cc',
1262 'browser/safe_browsing/environment_data_collection_win_unittest.cc', 1262 'browser/safe_browsing/environment_data_collection_win_unittest.cc',
1263 'browser/safe_browsing/incident_report_uploader_impl_unittest.cc', 1263 'browser/safe_browsing/incident_report_uploader_impl_unittest.cc',
1264 'browser/safe_browsing/incident_reporting_service_unittest.cc', 1264 'browser/safe_browsing/incident_reporting_service_unittest.cc',
1265 'browser/safe_browsing/last_download_finder_unittest.cc', 1265 'browser/safe_browsing/last_download_finder_unittest.cc',
1266 'browser/safe_browsing/local_two_phase_testserver.cc', 1266 'browser/safe_browsing/local_two_phase_testserver.cc',
1267 'browser/safe_browsing/malware_details_unittest.cc', 1267 'browser/safe_browsing/malware_details_unittest.cc',
1268 'browser/safe_browsing/module_integrity_verifier_unittest.cc',
grt (UTC plus 2) 2014/07/31 17:03:34 _win_unittest.cc
krstnmnlsn 2014/08/04 15:18:16 Done.
1268 'browser/safe_browsing/path_sanitizer_unittest.cc', 1269 'browser/safe_browsing/path_sanitizer_unittest.cc',
1269 'browser/safe_browsing/pe_image_reader_win_unittest.cc', 1270 'browser/safe_browsing/pe_image_reader_win_unittest.cc',
1270 'browser/safe_browsing/ping_manager_unittest.cc', 1271 'browser/safe_browsing/ping_manager_unittest.cc',
1271 'browser/safe_browsing/preference_validation_delegate_unittest.cc', 1272 'browser/safe_browsing/preference_validation_delegate_unittest.cc',
1272 'browser/safe_browsing/prefix_set_unittest.cc', 1273 'browser/safe_browsing/prefix_set_unittest.cc',
1273 'browser/safe_browsing/protocol_manager_unittest.cc', 1274 'browser/safe_browsing/protocol_manager_unittest.cc',
1274 'browser/safe_browsing/protocol_parser_unittest.cc', 1275 'browser/safe_browsing/protocol_parser_unittest.cc',
1275 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1276 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
1276 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1277 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1277 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1278 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
(...skipping 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after
2504 'msvs_settings': { 2505 'msvs_settings': {
2505 'VCLinkerTool': { 2506 'VCLinkerTool': {
2506 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2507 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
2507 }, 2508 },
2508 }, 2509 },
2509 }, 2510 },
2510 }, 2511 },
2511 }], 2512 }],
2512 ['OS=="win"', { 2513 ['OS=="win"', {
2513 'dependencies': [ 2514 'dependencies': [
2515 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll',
2514 'chrome_version_resources', 2516 'chrome_version_resources',
2515 'installer_util_strings', 2517 'installer_util_strings',
2516 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2518 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2517 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2519 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2518 ], 2520 ],
2519 'conditions': [ 2521 'conditions': [
2520 ['win_use_allocator_shim==1', { 2522 ['win_use_allocator_shim==1', {
2521 'dependencies': [ 2523 'dependencies': [
2522 '<(allocator_target)', 2524 '<(allocator_target)',
2523 ], 2525 ],
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2929 'dependencies': [ 2931 'dependencies': [
2930 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2932 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2931 ], 2933 ],
2932 }], 2934 }],
2933 ], 2935 ],
2934 }, 2936 },
2935 ], 2937 ],
2936 }], 2938 }],
2937 ], # 'conditions' 2939 ], # 'conditions'
2938 } 2940 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698