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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 388843004: base_unittests_run (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('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 2901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 'dependencies': [ 2912 'dependencies': [
2913 'unit_tests', 2913 'unit_tests',
2914 ], 2914 ],
2915 'includes': [ 2915 'includes': [
2916 '../build/isolate.gypi', 2916 '../build/isolate.gypi',
2917 'unit_tests.isolate', 2917 'unit_tests.isolate',
2918 ], 2918 ],
2919 'sources': [ 2919 'sources': [
2920 'unit_tests.isolate', 2920 'unit_tests.isolate',
2921 ], 2921 ],
2922 'conditions': [
2923 ['use_x11 == 1', {
2924 'dependencies': [
2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2926 ],
2927 }],
2928 ],
2922 }, 2929 },
2923 ], 2930 ],
2924 }], 2931 }],
2925 ], # 'conditions' 2932 ], # 'conditions'
2926 } 2933 }
OLDNEW
« chrome/chrome_tests.gypi ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698