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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 393903002: Fix RLZ test support dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: PrefHashCalculatorHelperTest fix Created 6 years, 5 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 | « chrome/browser/prefs/tracked/pref_hash_calculator_helper_win_unittest.cc ('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 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2479 'utility/media_galleries/pmp_column_reader_unittest.cc', 2479 'utility/media_galleries/pmp_column_reader_unittest.cc',
2480 ], 2480 ],
2481 }], 2481 }],
2482 ['OS=="mac"', { 2482 ['OS=="mac"', {
2483 'sources': [ 2483 'sources': [
2484 'browser/media_galleries/fileapi/iphoto_file_util_unittest.cc', 2484 'browser/media_galleries/fileapi/iphoto_file_util_unittest.cc',
2485 'utility/media_galleries/iphoto_library_parser_unittest.cc', 2485 'utility/media_galleries/iphoto_library_parser_unittest.cc',
2486 ], 2486 ],
2487 }], 2487 }],
2488 ['enable_rlz==0', { 2488 ['enable_rlz==0', {
2489 'dependencies!': [
2490 '../rlz/rlz.gyp:test_support_rlz',
Nico 2014/07/16 17:33:25 Isn't it better to only add the dependency if it's
grt (UTC plus 2) 2014/07/16 18:08:01 I have no idea. I see other places in this file th
2491 ],
2489 'sources!': [ 2492 'sources!': [
2490 'browser/rlz/rlz_unittest.cc', 2493 'browser/rlz/rlz_unittest.cc',
2491 ], 2494 ],
2492 }], 2495 }],
2493 ['OS=="win" and component!="shared_library"', { 2496 ['OS=="win" and component!="shared_library"', {
2494 # Unit_tests pdb files can get too big when incremental linking is 2497 # Unit_tests pdb files can get too big when incremental linking is
2495 # on, disabling for this target. 2498 # on, disabling for this target.
2496 'configurations': { 2499 'configurations': {
2497 'Debug': { 2500 'Debug': {
2498 'msvs_settings': { 2501 'msvs_settings': {
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 'dependencies': [ 2926 'dependencies': [
2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2925 ], 2928 ],
2926 }], 2929 }],
2927 ], 2930 ],
2928 }, 2931 },
2929 ], 2932 ],
2930 }], 2933 }],
2931 ], # 'conditions' 2934 ], # 'conditions'
2932 } 2935 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/tracked/pref_hash_calculator_helper_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698