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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 440753002: The incident reporting service now calls VerifyModule. (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
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_unittest_util.cc',
grt (UTC plus 2) 2014/08/06 01:28:11 _win at the end of these so that they automagicall
krstnmnlsn 2014/08/06 21:55:12 nice!
1269 'browser/safe_browsing/module_integrity_unittest_util.h',
1268 'browser/safe_browsing/module_integrity_verifier_win_unittest.cc', 1270 'browser/safe_browsing/module_integrity_verifier_win_unittest.cc',
1269 'browser/safe_browsing/path_sanitizer_unittest.cc', 1271 'browser/safe_browsing/path_sanitizer_unittest.cc',
1270 'browser/safe_browsing/pe_image_reader_win_unittest.cc', 1272 'browser/safe_browsing/pe_image_reader_win_unittest.cc',
1271 'browser/safe_browsing/ping_manager_unittest.cc', 1273 'browser/safe_browsing/ping_manager_unittest.cc',
1272 'browser/safe_browsing/preference_validation_delegate_unittest.cc', 1274 'browser/safe_browsing/preference_validation_delegate_unittest.cc',
1273 'browser/safe_browsing/prefix_set_unittest.cc', 1275 'browser/safe_browsing/prefix_set_unittest.cc',
1274 'browser/safe_browsing/protocol_manager_unittest.cc', 1276 'browser/safe_browsing/protocol_manager_unittest.cc',
1275 'browser/safe_browsing/protocol_parser_unittest.cc', 1277 'browser/safe_browsing/protocol_parser_unittest.cc',
1276 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1278 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
1277 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1279 'browser/safe_browsing/safe_browsing_database_unittest.cc',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2505 'msvs_settings': { 2507 'msvs_settings': {
2506 'VCLinkerTool': { 2508 'VCLinkerTool': {
2507 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2509 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
2508 }, 2510 },
2509 }, 2511 },
2510 }, 2512 },
2511 }, 2513 },
2512 }], 2514 }],
2513 ['OS=="win"', { 2515 ['OS=="win"', {
2514 'dependencies': [ 2516 'dependencies': [
2515 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll', 2517 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll_1',
2518 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll_2',
2516 'chrome_version_resources', 2519 'chrome_version_resources',
2517 'installer_util_strings', 2520 'installer_util_strings',
2518 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2521 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2519 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2522 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2520 ], 2523 ],
2521 'conditions': [ 2524 'conditions': [
2522 ['win_use_allocator_shim==1', { 2525 ['win_use_allocator_shim==1', {
2523 'dependencies': [ 2526 'dependencies': [
2524 '<(allocator_target)', 2527 '<(allocator_target)',
2525 ], 2528 ],
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 'dependencies': [ 2934 'dependencies': [
2932 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2935 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2933 ], 2936 ],
2934 }], 2937 }],
2935 ], 2938 ],
2936 }, 2939 },
2937 ], 2940 ],
2938 }], 2941 }],
2939 ], # 'conditions' 2942 ], # 'conditions'
2940 } 2943 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698