diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 21:59:39 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-05 21:59:39 +0000 |
commit | eda9ef4f093bfd64d9470b0bd5c22382bb3769d0 (patch) | |
tree | fbd6b441e7bee9678e5a5623b5a131bb7eb33a3c /build/common.gypi | |
parent | c0db68ee8f400f3ce21cb167829394f75a2ee869 (diff) | |
download | chromium_src-eda9ef4f093bfd64d9470b0bd5c22382bb3769d0.zip chromium_src-eda9ef4f093bfd64d9470b0bd5c22382bb3769d0.tar.gz chromium_src-eda9ef4f093bfd64d9470b0bd5c22382bb3769d0.tar.bz2 |
Linux: remove use_system_mesa bits.
This doesn't seem useful, see https://groups.google.com/a/chromium.org/d/msg/chromium-packagers/amyyjkDj7Cg/cl5up-ABW7oJ
BUG=none
R=piman@chromium.org
Review URL: https://codereview.chromium.org/22218003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi index 7cbe6b2..98f40bf 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -848,9 +848,6 @@ 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', 'enable_mdns%' : '<(enable_mdns)', - # Use system mesa instead of bundled one. - 'use_system_mesa%': 0, - # Use system nspr instead of the bundled one. 'use_system_nspr%': 0, |