diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 19:42:56 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 19:42:56 +0000 |
commit | aefbf90a3d90cde03bd2f244a477084f276b6540 (patch) | |
tree | 2c0b2513ab5c5040d49ff5e226671d58c892a8d0 /third_party/mesa/mesa.gyp | |
parent | eadc9679d5b47b498877d074efdc0ca913bd09b8 (diff) | |
download | chromium_src-aefbf90a3d90cde03bd2f244a477084f276b6540.zip chromium_src-aefbf90a3d90cde03bd2f244a477084f276b6540.tar.gz chromium_src-aefbf90a3d90cde03bd2f244a477084f276b6540.tar.bz2 |
ui_tests run with --use-gl=osmesa so they use the OSMesa software renderer for GL.
This to ensure that ui_tests run consistently regardless of the GPU capabilities, or absense, of the box they run on.
TEST=try
BUG=none
Review URL: http://codereview.chromium.org/4138003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa/mesa.gyp')
-rw-r--r-- | third_party/mesa/mesa.gyp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp index c37196f..3725736 100644 --- a/third_party/mesa/mesa.gyp +++ b/third_party/mesa/mesa.gyp @@ -7,11 +7,6 @@ }, 'target_defaults': { 'conditions': [ - ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { - 'cflags': [ - '-fPIC', - ], - }], ['OS!="win"', { 'defines': [ # For talloc |