blob: 870723a11836f02d107377d2f0085ddf0c073b90 [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',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000023 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
Torne (Richard Coles)1e9bf3e2013-10-31 11:16:26 +000024 '--brave-new-test-launcher',
Torne (Richard Coles)f2477e02013-11-28 11:55:43 +000025 '--test-launcher-bot-mode',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000026 ],
27 'isolate_dependency_tracked': [
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010028 '../testing/test_env.py',
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010029 '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)',
30 ],
31 'isolate_dependency_untracked': [
32 '../third_party/pyftpdlib/',
33 '../third_party/pywebsocket/',
34 '../third_party/tlslite/',
Torne (Richard Coles)0f1bc082013-11-06 12:27:47 +000035 '../tools/swarming_client/',
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010036 '<(PRODUCT_DIR)/pyproto/',
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010037 'tools/testserver/',
38 ],
39 },
40 }],
Torne (Richard Coles)58218062012-11-14 11:43:16 +000041 ['OS=="win"', {
42 'variables': {
43 'isolate_dependency_tracked': [
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010044 '<(PRODUCT_DIR)/icudt.dll',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000045 ],
46 'isolate_dependency_untracked': [
Torne (Richard Coles)c2e0dbd2013-05-09 18:35:53 +010047 '../third_party/python_26/',
Torne (Richard Coles)58218062012-11-14 11:43:16 +000048 ],
49 },
50 }],
51 ],
52}