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

Side by Side Diff: base/base_unittests.isolate

Issue 10667042: Make base_unittests_run use run_test_cases.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../testing/test_env.py', 7 '../testing/test_env.py',
8 '../tools/isolate/run_test_cases.py',
8 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 9 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
9 'data/json/bom_feff.json', 10 'data/json/bom_feff.json',
10 ], 11 ],
11 'isolate_dependency_untracked': [ 12 'isolate_dependency_untracked': [
12 'data/file_util_unittest/', 13 'data/file_util_unittest/',
13 ], 14 ],
14 }, 15 },
15 'conditions': [ 16 'conditions': [
16 ['OS=="linux"', { 17 ['OS=="linux"', {
17 'variables': { 18 'variables': {
18 'command': [ 19 'command': [
19 '../testing/xvfb.py', 20 '../testing/xvfb.py',
20 '<(PRODUCT_DIR)', 21 '<(PRODUCT_DIR)',
22 '../tools/isolate/run_test_cases.py',
21 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 23 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
22 ], 24 ],
23 'isolate_dependency_tracked': [ 25 'isolate_dependency_tracked': [
24 '../testing/xvfb.py', 26 '../testing/xvfb.py',
25 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 27 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
26 ], 28 ],
27 }, 29 },
28 }, { 30 }, {
29 'variables': { 31 'variables': {
30 'command': [ 32 'command': [
31 '../testing/test_env.py', 33 '../testing/test_env.py',
34 '../tools/isolate/run_test_cases.py',
32 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 35 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
33 ], 36 ],
34 }, 37 },
35 }], 38 }],
36 ['OS=="win"', { 39 ['OS=="win"', {
37 'variables': { 40 'variables': {
38 'isolate_dependency_tracked': [ 41 'isolate_dependency_tracked': [
39 '<(PRODUCT_DIR)/icudt.dll', 42 '<(PRODUCT_DIR)/icudt.dll',
40 'data/file_version_info_unittest/FileVersionInfoTest1.dll', 43 'data/file_version_info_unittest/FileVersionInfoTest1.dll',
41 'data/file_version_info_unittest/FileVersionInfoTest2.dll', 44 'data/file_version_info_unittest/FileVersionInfoTest2.dll',
42 ], 45 ],
43 }, 46 },
44 }], 47 }],
45 ], 48 ],
46 } 49 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698