| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="linux"', { | 6 ['use_x11==1', { |
| 7 'variables': { | 7 'variables': { |
| 8 'command': [ | 8 'command': [ |
| 9 '../testing/xvfb.py', | 9 '../testing/xvfb.py', |
| 10 '<(PRODUCT_DIR)', | 10 '<(PRODUCT_DIR)', |
| 11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', | 11 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', |
| 12 '--test-launcher-bot-mode', | 12 '--test-launcher-bot-mode', |
| 13 '--asan=<(asan)', | 13 '--asan=<(asan)', |
| 14 '--lsan=<(lsan)', | 14 '--lsan=<(lsan)', |
| 15 '--msan=<(msan)', | 15 '--msan=<(msan)', |
| 16 '--tsan=<(tsan)', | 16 '--tsan=<(tsan)', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'browser/chromeos/login/test/https_forwarder.py', | 237 'browser/chromeos/login/test/https_forwarder.py', |
| 238 ], | 238 ], |
| 239 }, | 239 }, |
| 240 }], | 240 }], |
| 241 ], | 241 ], |
| 242 'includes': [ | 242 'includes': [ |
| 243 '../base/base.isolate', | 243 '../base/base.isolate', |
| 244 'chrome.isolate', | 244 'chrome.isolate', |
| 245 ], | 245 ], |
| 246 } | 246 } |
| OLD | NEW |