diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 20:59:42 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-21 20:59:42 +0000 |
commit | 765c16207e8c10ed3a0f79db0ecdbd89bcf0c1a6 (patch) | |
tree | e00ca73d8245814d5eed3a4bc17d49b539057ea0 /build/all.gyp | |
parent | 251f39e2e355634857ff4e67d8a7b4b85124de73 (diff) | |
download | chromium_src-765c16207e8c10ed3a0f79db0ecdbd89bcf0c1a6.zip chromium_src-765c16207e8c10ed3a0f79db0ecdbd89bcf0c1a6.tar.gz chromium_src-765c16207e8c10ed3a0f79db0ecdbd89bcf0c1a6.tar.bz2 |
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: svn://svn.chromium.org/chrome/trunk/src@45241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 1a6e445..0dbe751 100644 --- a/build/all.gyp +++ b/build/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', ], }, { |