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

Side by Side Diff: net/net_unittests.isolate

Issue 19040002: [Android] Convert more test targets to use isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add maruel/csharp as owners for isolate files Created 7 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 | « media/media_unittests.isolate ('k') | ui/OWNERS » ('j') | 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=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': {
8 'isolate_dependency_tracked': [
9 '../chrome/test/data/animate1.gif',
10 '../chrome/test/data/server-unavailable.html',
11 '../chrome/test/data/server-unavailable.html.mock-http-headers',
12 '../chrome/test/data/simple.html',
13 ],
14 'isolate_dependency_untracked': [
15 'data/',
16 ],
17 },
18 }],
6 ['OS=="linux"', { 19 ['OS=="linux"', {
7 'variables': { 20 'variables': {
8 'command': [ 21 'command': [
9 '../testing/xvfb.py', 22 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 23 '<(PRODUCT_DIR)',
11 '../tools/swarm_client/run_test_cases.py', 24 '../tools/swarm_client/run_test_cases.py',
12 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', 25 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
13 ], 26 ],
14 'isolate_dependency_tracked': [ 27 'isolate_dependency_tracked': [
15 '../testing/xvfb.py', 28 '../testing/xvfb.py',
16 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 29 '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
17 ], 30 ],
18 }, 31 },
19 }], 32 }],
20 ['OS=="linux" or OS=="mac" or OS=="win"', { 33 ['OS=="linux" or OS=="mac" or OS=="win"', {
21 'variables': { 34 'variables': {
22 'isolate_dependency_tracked': [ 35 'isolate_dependency_tracked': [
23 '../chrome/test/data/animate1.gif',
24 '../chrome/test/data/server-unavailable.html',
25 '../chrome/test/data/server-unavailable.html.mock-http-headers',
26 '../chrome/test/data/simple.html',
27 '../testing/test_env.py', 36 '../testing/test_env.py',
28 '../tools/swarm_client/run_isolated.py', 37 '../tools/swarm_client/run_isolated.py',
29 '../tools/swarm_client/run_test_cases.py', 38 '../tools/swarm_client/run_test_cases.py',
30 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', 39 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
31 ], 40 ],
32 'isolate_dependency_untracked': [ 41 'isolate_dependency_untracked': [
33 '../third_party/pyftpdlib/', 42 '../third_party/pyftpdlib/',
34 '../third_party/pywebsocket/', 43 '../third_party/pywebsocket/',
35 '../third_party/tlslite/', 44 '../third_party/tlslite/',
36 '<(PRODUCT_DIR)/pyproto/', 45 '<(PRODUCT_DIR)/pyproto/',
37 'data/',
38 'tools/testserver/', 46 'tools/testserver/',
39 ], 47 ],
40 }, 48 },
41 }], 49 }],
42 ['OS=="mac" or OS=="win"', { 50 ['OS=="mac" or OS=="win"', {
43 'variables': { 51 'variables': {
44 'command': [ 52 'command': [
45 '../testing/test_env.py', 53 '../testing/test_env.py',
46 '../tools/swarm_client/run_test_cases.py', 54 '../tools/swarm_client/run_test_cases.py',
47 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', 55 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
48 ], 56 ],
49 }, 57 },
50 }], 58 }],
51 ['OS=="win"', { 59 ['OS=="win"', {
52 'variables': { 60 'variables': {
53 'isolate_dependency_tracked': [ 61 'isolate_dependency_tracked': [
54 '<(PRODUCT_DIR)/icudt.dll', 62 '<(PRODUCT_DIR)/icudt.dll',
55 ], 63 ],
56 'isolate_dependency_untracked': [ 64 'isolate_dependency_untracked': [
57 '../third_party/python_26/', 65 '../third_party/python_26/',
58 ], 66 ],
59 }, 67 },
60 }], 68 }],
61 ], 69 ],
62 } 70 }
OLDNEW
« no previous file with comments | « media/media_unittests.isolate ('k') | ui/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698