Chromium Code Reviews| Index: net/net_unittests.isolate |
| diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..17688be38acd074abc9013051a05dfa6507a9215 |
| --- /dev/null |
| +++ b/net/net_unittests.isolate |
| @@ -0,0 +1,46 @@ |
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| +# 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)/net_unittests<(EXECUTABLE_SUFFIX)', |
| + '<(DEPTH)/testing/test_env.py', |
| + '<(DEPTH)/third_party/pyftpdlib/src/pyftpdlib/__init__.py', |
| + '<(DEPTH)/third_party/pyftpdlib/src/pyftpdlib/ftpserver.py', |
|
Ryan Sleevi
2012/04/11 17:53:24
Outside of the Chromium-Webkit-Port-In-Webkit, alm
M-A Ruel
2012/04/11 18:22:29
I don't mind much. I didn't realize DEPTH wasn't u
|
| + ], |
| + 'isolate_dependency_untracked': [ |
| + 'data/', |
| + 'tools/testserver/', |
| + '<(DEPTH)/third_party/tlslite/tlslite/', |
| + ], |
| + }, |
| + 'conditions': [ |
| + ['OS=="linux"', { |
| + 'variables': { |
| + 'isolate_dependency_tracked': [ |
| + '<(DEPTH)/testing/xvfb.py', |
| + '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', |
| + ], |
| + 'command': [ |
| + '<(DEPTH)/testing/xvfb.py', |
| + '<(PRODUCT_DIR)', |
| + '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| + ], |
| + }, |
| + }, { # else |
| + 'variables': { |
| + 'command': [ |
| + '<(DEPTH)/testing/test_env.py', |
| + '<(PRODUCT_DIR)/net_unittests<(EXECUTABLE_SUFFIX)', |
| + ], |
| + }, |
| + }], |
| + ['OS=="win"', { |
| + 'variables': { |
| + 'isolate_dependency_tracked': [ |
| + ], |
| + }, |
| + }], |
| + ], |
| +} |