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

Side by Side Diff: trunk/src/chrome/chrome_tests_unit.gypi

Issue 458483003: Revert 288319 "Adding the VerifyModule function (and helpers) to..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/chrome/chrome_browser.gypi ('k') | trunk/src/tools/metrics/histograms/histograms.xml » ('j') | 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 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 'browser/safe_browsing/database_manager_unittest.cc', 1208 'browser/safe_browsing/database_manager_unittest.cc',
1209 'browser/safe_browsing/download_feedback_service_unittest.cc', 1209 'browser/safe_browsing/download_feedback_service_unittest.cc',
1210 'browser/safe_browsing/download_feedback_unittest.cc', 1210 'browser/safe_browsing/download_feedback_unittest.cc',
1211 'browser/safe_browsing/download_protection_service_unittest.cc', 1211 'browser/safe_browsing/download_protection_service_unittest.cc',
1212 'browser/safe_browsing/environment_data_collection_win_unittest.cc', 1212 'browser/safe_browsing/environment_data_collection_win_unittest.cc',
1213 'browser/safe_browsing/incident_report_uploader_impl_unittest.cc', 1213 'browser/safe_browsing/incident_report_uploader_impl_unittest.cc',
1214 'browser/safe_browsing/incident_reporting_service_unittest.cc', 1214 'browser/safe_browsing/incident_reporting_service_unittest.cc',
1215 'browser/safe_browsing/last_download_finder_unittest.cc', 1215 'browser/safe_browsing/last_download_finder_unittest.cc',
1216 'browser/safe_browsing/local_two_phase_testserver.cc', 1216 'browser/safe_browsing/local_two_phase_testserver.cc',
1217 'browser/safe_browsing/malware_details_unittest.cc', 1217 'browser/safe_browsing/malware_details_unittest.cc',
1218 'browser/safe_browsing/module_integrity_verifier_win_unittest.cc',
1219 'browser/safe_browsing/path_sanitizer_unittest.cc', 1218 'browser/safe_browsing/path_sanitizer_unittest.cc',
1220 'browser/safe_browsing/pe_image_reader_win_unittest.cc', 1219 'browser/safe_browsing/pe_image_reader_win_unittest.cc',
1221 'browser/safe_browsing/ping_manager_unittest.cc', 1220 'browser/safe_browsing/ping_manager_unittest.cc',
1222 'browser/safe_browsing/preference_validation_delegate_unittest.cc', 1221 'browser/safe_browsing/preference_validation_delegate_unittest.cc',
1223 'browser/safe_browsing/prefix_set_unittest.cc', 1222 'browser/safe_browsing/prefix_set_unittest.cc',
1224 'browser/safe_browsing/protocol_manager_unittest.cc', 1223 'browser/safe_browsing/protocol_manager_unittest.cc',
1225 'browser/safe_browsing/protocol_parser_unittest.cc', 1224 'browser/safe_browsing/protocol_parser_unittest.cc',
1226 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1225 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
1227 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1226 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1228 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1227 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 'msvs_settings': { 2455 'msvs_settings': {
2457 'VCLinkerTool': { 2456 'VCLinkerTool': {
2458 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2457 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
2459 }, 2458 },
2460 }, 2459 },
2461 }, 2460 },
2462 }, 2461 },
2463 }], 2462 }],
2464 ['OS=="win"', { 2463 ['OS=="win"', {
2465 'dependencies': [ 2464 'dependencies': [
2466 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll',
2467 'chrome_version_resources', 2465 'chrome_version_resources',
2468 'installer_util_strings', 2466 'installer_util_strings',
2469 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1', 2467 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1',
2470 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2468 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2471 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2469 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2472 ], 2470 ],
2473 'conditions': [ 2471 'conditions': [
2474 ['win_use_allocator_shim==1', { 2472 ['win_use_allocator_shim==1', {
2475 'dependencies': [ 2473 'dependencies': [
2476 '<(allocator_target)', 2474 '<(allocator_target)',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 'dependencies': [ 2877 'dependencies': [
2880 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2881 ], 2879 ],
2882 }], 2880 }],
2883 ], 2881 ],
2884 }, 2882 },
2885 ], 2883 ],
2886 }], 2884 }],
2887 ], # 'conditions' 2885 ], # 'conditions'
2888 } 2886 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_browser.gypi ('k') | trunk/src/tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698