Windows bots build and use OSMesa
This is a software GL renderer that can be used by bots that do not have access to native GL. It will be used for running tests that use GL, such as Pepper 3D, WebGL and accelerated compositing. Only working on Windows so far. TEST=trybots BUG=none Review URL: http://codereview.chromium.org/1740001 git-svn-id: http://src.chromium.org/svn/trunk/src/build@45241 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
821fb79248
Коммит
b241920ac7
3
all.gyp
3
all.gyp
|
@ -234,6 +234,9 @@
|
|||
'../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
||||
'../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
||||
'../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
||||
# Only build OSMesa on buildbots. It builds a software GL renderer
|
||||
# that can be used where native GL is not available.
|
||||
'../third_party/mesa/mesa.gyp:osmesa',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче