[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 1 | # 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 | { |
[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 5 | 'conditions': [ |
[email protected] | bc63a8ec | 2013-07-13 04:43:55 | [diff] [blame] | 6 | ['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 | }], |
[email protected] | 435f288 | 2013-09-26 18:23:31 | [diff] [blame] | 19 | ['OS=="linux" or OS=="mac" or OS=="win"', { |
[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 20 | 'variables': { |
[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 21 | 'command': [ |
[email protected] | 435f288 | 2013-09-26 18:23:31 | [diff] [blame] | 22 | '../testing/test_env.py', |
[email protected] | 718e3f3 | 2013-08-14 13:23:29 | [diff] [blame] | 23 | '../tools/swarm_client/googletest/run_test_cases.py', |
[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 24 | '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| 25 | ], |
[email protected] | 7636a1b | 2012-07-06 00:24:16 | [diff] [blame] | 26 | 'isolate_dependency_tracked': [ |
[email protected] | 40d0085e | 2013-04-04 23:05:14 | [diff] [blame] | 27 | '../testing/test_env.py', |
[email protected] | 40d0085e | 2013-04-04 23:05:14 | [diff] [blame] | 28 | '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| 29 | ], |
| 30 | 'isolate_dependency_untracked': [ |
| 31 | '../third_party/pyftpdlib/', |
| 32 | '../third_party/pywebsocket/', |
| 33 | '../third_party/tlslite/', |
[email protected] | 0863b92 | 2013-08-21 22:15:37 | [diff] [blame] | 34 | '../tools/swarm_client/', |
[email protected] | 40d0085e | 2013-04-04 23:05:14 | [diff] [blame] | 35 | '<(PRODUCT_DIR)/pyproto/', |
[email protected] | 40d0085e | 2013-04-04 23:05:14 | [diff] [blame] | 36 | 'tools/testserver/', |
| 37 | ], |
| 38 | }, |
| 39 | }], |
[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 40 | ['OS=="win"', { |
| 41 | 'variables': { |
| 42 | 'isolate_dependency_tracked': [ |
[email protected] | 40d0085e | 2013-04-04 23:05:14 | [diff] [blame] | 43 | '<(PRODUCT_DIR)/icudt.dll', |
[email protected] | fc478b0 | 2012-07-06 13:09:06 | [diff] [blame] | 44 | ], |
| 45 | 'isolate_dependency_untracked': [ |
[email protected] | 40d0085e | 2013-04-04 23:05:14 | [diff] [blame] | 46 | '../third_party/python_26/', |
[email protected] | ca47d11 | 2012-07-13 20:12:31 | [diff] [blame] | 47 | ], |
| 48 | }, |
[email protected] | 256f4bd | 2012-04-12 01:59:29 | [diff] [blame] | 49 | }], |
| 50 | ], |
| 51 | } |