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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1088543003: Move verifier_test into incident_reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@umafix
Patch Set: Created 5 years, 8 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
« no previous file with comments | « chrome/browser/safe_browsing/verifier_test/verifier_unittest.gyp ('k') | chrome/test/BUILD.gn » ('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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 7 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.h', 8 '../components/autofill/content/renderer/test_password_autofill_agent.h',
9 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 9 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
10 '../components/autofill/content/renderer/test_password_generation_agent.h' , 10 '../components/autofill/content/renderer/test_password_generation_agent.h' ,
(...skipping 2478 matching lines...) Expand 10 before | Expand all | Expand 10 after
2489 'msvs_settings': { 2489 'msvs_settings': {
2490 'VCLinkerTool': { 2490 'VCLinkerTool': {
2491 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2491 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
2492 }, 2492 },
2493 }, 2493 },
2494 }, 2494 },
2495 }, 2495 },
2496 }], 2496 }],
2497 ['OS=="win"', { 2497 ['OS=="win"', {
2498 'dependencies': [ 2498 'dependencies': [
2499 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll_1', 2499 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni ttest.gyp:verifier_test_dll_1',
2500 'browser/safe_browsing/verifier_test/verifier_unittest.gyp:verifier_ test_dll_2', 2500 'browser/safe_browsing/incident_reporting/verifier_test/verifier_uni ttest.gyp:verifier_test_dll_2',
2501 'chrome_version_resources', 2501 'chrome_version_resources',
2502 'installer_util_strings', 2502 'installer_util_strings',
2503 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1', 2503 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1',
2504 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2504 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2505 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2505 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2506 ], 2506 ],
2507 'conditions': [ 2507 'conditions': [
2508 ['win_use_allocator_shim==1', { 2508 ['win_use_allocator_shim==1', {
2509 'dependencies': [ 2509 'dependencies': [
2510 '<(allocator_target)', 2510 '<(allocator_target)',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2788 'dependencies': [ 2788 'dependencies': [
2789 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2789 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2790 ], 2790 ],
2791 }], 2791 }],
2792 ], 2792 ],
2793 }, 2793 },
2794 ], 2794 ],
2795 }], 2795 }],
2796 ], # 'conditions' 2796 ], # 'conditions'
2797 } 2797 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/verifier_test/verifier_unittest.gyp ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698