Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2015 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 { | |
| 5 'variables': { | |
| 6 'files': [ | |
| 7 '<(PRODUCT_DIR)/courgette_unittests<(EXECUTABLE_SUFFIX)', | |
| 8 'testdata/', | |
| 9 ], | |
| 10 'command': [ | |
| 11 '<(PRODUCT_DIR)/courgette_unittests<(EXECUTABLE_SUFFIX)', | |
|
M-A Ruel
2015/01/22 00:36:08
I guess this test needs neither xvfb nor google te
scottmg
2015/01/22 00:40:06
It only runs on Windows, so not xvfb. I'm not sure
M-A Ruel
2015/01/22 00:45:58
https://chromium.googlesource.com/chromium/src.git
M-A Ruel
2015/01/22 00:58:34
Why is it built on all platforms then?
| |
| 12 ], | |
| 13 }, | |
| 14 } | |
| OLD | NEW |