Build OSMesa on all platforms and not just on bots.
It was only built on Windows bots before. The new --use-gl switch will now prevent Chrome from using it by default if it finds the shared library, which was the previous behavior. TEST=try BUG=none Review URL: http://codereview.chromium.org/2911011 git-svn-id: http://src.chromium.org/svn/trunk/src/build@52568 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
e5d9f561b5
Коммит
b98068ac2d
4
all.gyp
4
all.gyp
|
@ -37,6 +37,7 @@
|
|||
'../third_party/libxml/libxml.gyp:*',
|
||||
'../third_party/libxslt/libxslt.gyp:*',
|
||||
'../third_party/lzma_sdk/lzma_sdk.gyp:*',
|
||||
'../third_party/mesa/mesa.gyp:*',
|
||||
'../third_party/modp_b64/modp_b64.gyp:*',
|
||||
'../third_party/npapi/npapi.gyp:*',
|
||||
'../third_party/ppapi/ppapi.gyp:*',
|
||||
|
@ -263,10 +264,7 @@
|
|||
'../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/angle/src/build_angle.gyp:*',
|
||||
'../third_party/mesa/mesa.gyp:osmesa',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче