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

Side by Side Diff: base/base_unittests.isolate

Issue 13668003: Remove deleted folder from base_unittests.isolate (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 | « 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
11 '../tools/swarm_client/run_test_cases.py', 11 '../tools/swarm_client/run_test_cases.py',
12 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 12 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
13 ], 13 ],
14 'isolate_dependency_tracked': [ 14 'isolate_dependency_tracked': [
15 '../testing/xvfb.py', 15 '../testing/xvfb.py',
16 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 16 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
17 ], 17 ],
18 }, 18 },
19 }], 19 }],
20 ['OS=="linux" or OS=="mac" or OS=="win"', { 20 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': { 21 'variables': {
22 'isolate_dependency_tracked': [ 22 'isolate_dependency_tracked': [
23 '../testing/test_env.py', 23 '../testing/test_env.py',
24 '../tools/swarm_client/run_isolated.py', 24 '../tools/swarm_client/run_isolated.py',
25 '../tools/swarm_client/run_test_cases.py', 25 '../tools/swarm_client/run_test_cases.py',
26 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 26 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
27 ], 27 ],
28 'isolate_dependency_untracked': [ 28 'isolate_dependency_untracked': [
29 'data/', 29 'data/',
30 'prefs/test/',
31 'test/data/', 30 'test/data/',
32 ], 31 ],
33 }, 32 },
34 }], 33 }],
35 ['OS=="mac" or OS=="win"', { 34 ['OS=="mac" or OS=="win"', {
36 'variables': { 35 'variables': {
37 'command': [ 36 'command': [
38 '../testing/test_env.py', 37 '../testing/test_env.py',
39 '../tools/swarm_client/run_test_cases.py', 38 '../tools/swarm_client/run_test_cases.py',
40 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)', 39 '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
41 ], 40 ],
42 }, 41 },
43 }], 42 }],
44 ['OS=="win"', { 43 ['OS=="win"', {
45 'variables': { 44 'variables': {
46 'isolate_dependency_tracked': [ 45 'isolate_dependency_tracked': [
47 '<(PRODUCT_DIR)/icudt.dll', 46 '<(PRODUCT_DIR)/icudt.dll',
48 ], 47 ],
49 }, 48 },
50 }], 49 }],
51 ], 50 ],
52 } 51 }
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