diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-08 18:24:14 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-08 18:24:14 +0000 |
commit | 47ddf337bbcbf02e81748334390a9c56a4364aaa (patch) | |
tree | cc4ffe7fd9b13caba07ec00c63d37601034039ff /chrome/sync_integration_tests.isolate | |
parent | bec2abf85b26bfc2829560f5c37e2c4a40a8451d (diff) | |
download | chromium_src-47ddf337bbcbf02e81748334390a9c56a4364aaa.zip chromium_src-47ddf337bbcbf02e81748334390a9c56a4364aaa.tar.gz chromium_src-47ddf337bbcbf02e81748334390a9c56a4364aaa.tar.bz2 |
Add run_isolate.py to all .isolate.
This is in preparation to have run_test_cases.py to be able to reuse common code
in run_isolated.py to reduce code duplication.
TBR=csharp@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/11360143
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/sync_integration_tests.isolate')
-rw-r--r-- | chrome/sync_integration_tests.isolate | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate index 8ef376d..75847a99 100644 --- a/chrome/sync_integration_tests.isolate +++ b/chrome/sync_integration_tests.isolate @@ -4,6 +4,8 @@ { 'variables': { 'isolate_dependency_tracked': [ + '../tools/swarm_client/run_isolated.py', + '../tools/swarm_client/run_test_cases.py', ], }, 'conditions': [ @@ -55,7 +57,6 @@ '../third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', '../third_party/pywebsocket/src/mod_pywebsocket/', '../third_party/tlslite/tlslite/', - '../tools/swarm_client/run_test_cases.py', '<(PRODUCT_DIR)/pyproto/google/__init__.py', '<(PRODUCT_DIR)/resources.pak', '<(PRODUCT_DIR)/sync_integration_tests<(EXECUTABLE_SUFFIX)', |