Chromium Code Reviews| Index: chrome/browser_tests.isolate |
| diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate |
| index 2fe595e818cf78a1849956d5542893776a270725..4f3a29e428aad358eb6912a1347d681f0614df65 100644 |
| --- a/chrome/browser_tests.isolate |
| +++ b/chrome/browser_tests.isolate |
| @@ -11,8 +11,10 @@ |
| 'command': [ |
| '../testing/xvfb.py', |
| '<(PRODUCT_DIR)', |
| + '../testing/test_env.py', |
|
M-A Ruel
2014/09/27 01:11:08
testing/xvfb calls into test_env so it's unnecessa
jam
2014/09/27 18:54:51
ah, I didn't see that. verified that it works
|
| '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| '--test-launcher-bot-mode', |
| + '--lsan=<(lsan)', |
| ], |
| 'isolate_dependency_tracked': [ |
| '../testing/xvfb.py', |