diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/content_browsertests.isolate | 3 | ||||
-rw-r--r-- | content/content_unittests.isolate | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate index 55b0f56..7312750 100644 --- a/content/content_browsertests.isolate +++ b/content/content_browsertests.isolate @@ -45,8 +45,6 @@ 'variables': { 'isolate_dependency_tracked': [ '../testing/test_env.py', - '../tools/swarm_client/run_isolated.py', - '../tools/swarm_client/googletest/run_test_cases.py', '<(PRODUCT_DIR)/content_browsertests<(EXECUTABLE_SUFFIX)', ], 'isolate_dependency_untracked': [ @@ -56,6 +54,7 @@ '../third_party/pyftpdlib/', '../third_party/pywebsocket/', '../third_party/tlslite/', + '../tools/swarm_client/', ], }, }], diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate index 94e3863..b39101c 100644 --- a/content/content_unittests.isolate +++ b/content/content_unittests.isolate @@ -40,6 +40,9 @@ 'isolate_dependency_tracked': [ '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)', ], + 'isolate_dependency_untracked': [ + '../tools/swarm_client/', + ], }, }], ['OS=="mac"', { |