summaryrefslogtreecommitdiffstats
path: root/content/content_unittests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_unittests.isolate')
-rw-r--r--content/content_unittests.isolate37
1 files changed, 20 insertions, 17 deletions
diff --git a/content/content_unittests.isolate b/content/content_unittests.isolate
index 0038388..efcd163 100644
--- a/content/content_unittests.isolate
+++ b/content/content_unittests.isolate
@@ -2,19 +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': [
- '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_untracked': [
- 'browser/gpu/gpu_driver_bug_list.json',
- 'browser/gpu/gpu_switching_list.json',
- 'browser/gpu/software_rendering_list.json',
- 'test/data/',
- '../third_party/hyphen/hyph_en_US.dic',
- '../webkit/data/',
- ],
- },
'conditions': [
['OS=="linux"', {
'variables': {
@@ -29,13 +16,20 @@
'<(PRODUCT_DIR)/test_data/',
],
},
- }, {
+ }],
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
- 'command': [
- '../testing/test_env.py',
- '../tools/swarm_client/run_test_cases.py',
+ 'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
],
+ 'isolate_dependency_untracked': [
+ '../third_party/hyphen/hyph_en_US.dic',
+ '../webkit/data/',
+ 'browser/gpu/gpu_driver_bug_list.json',
+ 'browser/gpu/gpu_switching_list.json',
+ 'browser/gpu/software_rendering_list.json',
+ 'test/data/',
+ ],
},
}],
['OS=="mac"', {
@@ -46,6 +40,15 @@
],
},
}],
+ ['OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'command': [
+ '../testing/test_env.py',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/content_unittests<(EXECUTABLE_SUFFIX)',
+ ],
+ },
+ }],
['OS=="win"', {
'variables': {
'isolate_dependency_untracked': [