summaryrefslogtreecommitdiffstats
path: root/chrome/sync_integration_tests.isolate
diff options
context:
space:
mode:
authorvadimsh@chromium.org <vadimsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 22:15:37 +0000
committervadimsh@chromium.org <vadimsh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-21 22:15:37 +0000
commit0863b925a6e886ee91bc8adb9468dace5117405d (patch)
tree567425f71d087a5374ca233251a1e402a4405b91 /chrome/sync_integration_tests.isolate
parenta9227136dedb7b690d837d89230cea7ef47ce695 (diff)
downloadchromium_src-0863b925a6e886ee91bc8adb9468dace5117405d.zip
chromium_src-0863b925a6e886ee91bc8adb9468dace5117405d.tar.gz
chromium_src-0863b925a6e886ee91bc8adb9468dace5117405d.tar.bz2
Add swarm_client as an untracked dependency in all isolate files.
That way we don't need to update *.isolate files whenever dependency set of run_test_cases.py changes. It's a necessary step before splitting run_isolated.py into submodules. BUG=276743 Review URL: https://chromiumcodereview.appspot.com/23093009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218844 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/sync_integration_tests.isolate')
-rw-r--r--chrome/sync_integration_tests.isolate5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/sync_integration_tests.isolate b/chrome/sync_integration_tests.isolate
index 30fd0a5..99f4b75 100644
--- a/chrome/sync_integration_tests.isolate
+++ b/chrome/sync_integration_tests.isolate
@@ -44,11 +44,8 @@
}],
['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
- 'isolate_dependency_tracked': [
- '../tools/swarm_client/run_isolated.py',
- '../tools/swarm_client/googletest/run_test_cases.py',
- ],
'isolate_dependency_untracked': [
+ '../tools/swarm_client/',
'<(PRODUCT_DIR)/pyproto/',
],
},