blob: 61b8c47b23512e21cb8213c093735654971e7736 [file] [log] [blame]
Torne (Richard Coles)58218062012-11-14 11:43:16 +00001# Copyright (c) 2012 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4{
Torne (Richard Coles)58218062012-11-14 11:43:16 +00005 'conditions': [
Ben Murdoch7dbb3d52013-07-17 14:55:54 +01006 ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
7 'variables': {
8 'isolate_dependency_tracked': [
9 '../chrome/test/data/animate1.gif',
10 '../chrome/test/data/server-unavailable.html',
11 '../chrome/test/data/server-unavailable.html.mock-http-headers',
12 '../chrome/test/data/simple.html',
13 ],
14 'isolate_dependency_untracked': [
15 'data/',
16 ],
17 },
18 }],
Torne (Richard Coles)4e180b62013-10-18 15:46:22 +010019 ['OS=="linux" or OS=="mac" or OS=="win"', {
Torne (Richard Coles)58218062012-11-14 11:43:16 +000020 'variables': {
21 'command': [
Torne (Richard Coles)4e180b62013-10-18 15:46:22 +010022 '../testing/test_env.py',
Ben Murdoch58e6fbe2013-07-26 10:20:38 +010023 '../tools/swarm_client/googletest/run_test_cases.py',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000024 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
25 ],
26 'isolate_dependency_tracked': [
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010027 '../testing/test_env.py',
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010028 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
29 ],
30 'isolate_dependency_untracked': [
31 '../third_party/pyftpdlib/',
32 '../third_party/pywebsocket/',
33 '../third_party/tlslite/',
Torne (Richard Coles)3551c9c2013-08-23 16:39:15 +010034 '../tools/swarm_client/',
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010035 '<(PRODUCT_DIR)/pyproto/',
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010036 'tools/testserver/',
37 ],
38 },
39 }],
Torne (Richard Coles)58218062012-11-14 11:43:16 +000040 ['OS=="win"', {
41 'variables': {
42 'isolate_dependency_tracked': [
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010043 '<(PRODUCT_DIR)/icudt.dll',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000044 ],
45 'isolate_dependency_untracked': [
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010046 '../third_party/python_26/',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000047 ],
48 },
49 }],
50 ],
51}