summaryrefslogtreecommitdiffstats
path: root/base/base_unittests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'base/base_unittests.isolate')
-rw-r--r--base/base_unittests.isolate29
1 files changed, 16 insertions, 13 deletions
diff --git a/base/base_unittests.isolate b/base/base_unittests.isolate
index 039edd6..e3113b0 100644
--- a/base/base_unittests.isolate
+++ b/base/base_unittests.isolate
@@ -2,18 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'variables': {
- 'isolate_dependency_tracked': [
- '../testing/test_env.py',
- '../tools/swarm_client/run_isolated.py',
- '../tools/swarm_client/run_test_cases.py',
- '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_untracked': [
- 'data/',
- 'prefs/test/',
- ],
- },
'conditions': [
['OS=="linux"', {
'variables': {
@@ -28,7 +16,22 @@
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
},
- }, {
+ }],
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../testing/test_env.py',
+ '../tools/swarm_client/run_isolated.py',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/base_unittests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_untracked': [
+ 'data/',
+ 'prefs/test/',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
'variables': {
'command': [
'../testing/test_env.py',