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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 444543002: Add export to query for blacklisted-ness. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-review cleanup. 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
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 2489 matching lines...) Expand 10 before | Expand all | Expand 10 after
2500 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 2500 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
2501 }, 2501 },
2502 }, 2502 },
2503 }, 2503 },
2504 }, 2504 },
2505 }], 2505 }],
2506 ['OS=="win"', { 2506 ['OS=="win"', {
2507 'dependencies': [ 2507 'dependencies': [
2508 'chrome_version_resources', 2508 'chrome_version_resources',
2509 'installer_util_strings', 2509 'installer_util_strings',
2510 # Next line used by chrome_elf_init_unittest_win.cc
csharp 2014/08/05 21:08:59 I don't see many comment in gypi files, is this re
robertshield 2014/08/06 16:38:32 Perhaps not, git blame does just as well. Removed.
2511 '../chrome_elf/chrome_elf.gyp:blacklist_test_dll_1',
2510 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2512 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2511 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 2513 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
2512 ], 2514 ],
2513 'conditions': [ 2515 'conditions': [
2514 ['win_use_allocator_shim==1', { 2516 ['win_use_allocator_shim==1', {
2515 'dependencies': [ 2517 'dependencies': [
2516 '<(allocator_target)', 2518 '<(allocator_target)',
2517 ], 2519 ],
2518 }], 2520 }],
2519 ], 2521 ],
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
2920 'dependencies': [ 2922 'dependencies': [
2921 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2922 ], 2924 ],
2923 }], 2925 }],
2924 ], 2926 ],
2925 }, 2927 },
2926 ], 2928 ],
2927 }], 2929 }],
2928 ], # 'conditions' 2930 ], # 'conditions'
2929 } 2931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698