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

Side by Side Diff: chrome/sync_integration_tests.isolate

Issue 11360143: Add run_isolate.py to all .isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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_tests.isolate ('k') | chrome/unit_tests.isolate » ('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 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 'variables': { 5 'variables': {
6 'isolate_dependency_tracked': [ 6 'isolate_dependency_tracked': [
7 '../tools/swarm_client/run_isolated.py',
8 '../tools/swarm_client/run_test_cases.py',
7 ], 9 ],
8 }, 10 },
9 'conditions': [ 11 'conditions': [
10 ['OS=="linux"', { 12 ['OS=="linux"', {
11 'variables': { 13 'variables': {
12 'command': [ 14 'command': [
13 '../testing/xvfb.py', 15 '../testing/xvfb.py',
14 '<(PRODUCT_DIR)', 16 '<(PRODUCT_DIR)',
15 '../tools/swarm_client/run_test_cases.py', 17 '../tools/swarm_client/run_test_cases.py',
16 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', 18 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 ['OS=="win"', { 50 ['OS=="win"', {
49 'variables': { 51 'variables': {
50 }, 52 },
51 }, { 53 }, {
52 'variables': { 54 'variables': {
53 'isolate_dependency_tracked': [ 55 'isolate_dependency_tracked': [
54 '../net/tools/testserver/', 56 '../net/tools/testserver/',
55 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', 57 '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py',
56 '../third_party/pywebsocket/src/mod_pywebsocket/', 58 '../third_party/pywebsocket/src/mod_pywebsocket/',
57 '../third_party/tlslite/tlslite/', 59 '../third_party/tlslite/tlslite/',
58 '../tools/swarm_client/run_test_cases.py',
59 '<(PRODUCT_DIR)/pyproto/google/__init__.py', 60 '<(PRODUCT_DIR)/pyproto/google/__init__.py',
60 '<(PRODUCT_DIR)/resources.pak', 61 '<(PRODUCT_DIR)/resources.pak',
61 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', 62 '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)',
62 ], 63 ],
63 'isolate_dependency_untracked': [ 64 'isolate_dependency_untracked': [
64 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', 65 '../third_party/pywebsocket/src/mod_pywebsocket/handshake/',
65 ], 66 ],
66 'isolate_dependency_touched': [ 67 'isolate_dependency_touched': [
67 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py', 68 '../third_party/pyftpdlib/src/pyftpdlib/__init__.py',
68 ], 69 ],
69 }, 70 },
70 }], 71 }],
71 ], 72 ],
72 } 73 }
OLDNEW
« no previous file with comments | « chrome/browser_tests.isolate ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698