summaryrefslogtreecommitdiffstats
path: root/net/net_unittests.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'net/net_unittests.isolate')
-rw-r--r--net/net_unittests.isolate49
1 files changed, 26 insertions, 23 deletions
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index 62799cb..a54c3f4 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -2,26 +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': [
- '../chrome/test/data/animate1.gif',
- '../chrome/test/data/server-unavailable.html',
- '../chrome/test/data/server-unavailable.html.mock-http-headers',
- '../chrome/test/data/simple.html',
- '../testing/test_env.py',
- '../tools/swarm_client/run_isolated.py',
- '../tools/swarm_client/run_test_cases.py',
- '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_untracked': [
- '../third_party/pywebsocket/',
- '../third_party/tlslite/',
- '../third_party/pyftpdlib/',
- 'data/',
- 'tools/testserver/',
- '<(PRODUCT_DIR)/pyproto/',
- ],
- },
'conditions': [
['OS=="linux"', {
'variables': {
@@ -36,7 +16,30 @@
'<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)',
],
},
- }, {
+ }],
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
+ 'variables': {
+ 'isolate_dependency_tracked': [
+ '../chrome/test/data/animate1.gif',
+ '../chrome/test/data/server-unavailable.html',
+ '../chrome/test/data/server-unavailable.html.mock-http-headers',
+ '../chrome/test/data/simple.html',
+ '../testing/test_env.py',
+ '../tools/swarm_client/run_isolated.py',
+ '../tools/swarm_client/run_test_cases.py',
+ '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
+ ],
+ 'isolate_dependency_untracked': [
+ '../third_party/pyftpdlib/',
+ '../third_party/pywebsocket/',
+ '../third_party/tlslite/',
+ '<(PRODUCT_DIR)/pyproto/',
+ 'data/',
+ 'tools/testserver/',
+ ],
+ },
+ }],
+ ['OS=="mac" or OS=="win"', {
'variables': {
'command': [
'../testing/test_env.py',
@@ -48,10 +51,10 @@
['OS=="win"', {
'variables': {
'isolate_dependency_tracked': [
- '<(PRODUCT_DIR)/icudt.dll',
+ '<(PRODUCT_DIR)/icudt.dll',
],
'isolate_dependency_untracked': [
- '../third_party/python_26/',
+ '../third_party/python_26/',
],
},
}],