summaryrefslogtreecommitdiffstats
path: root/third_party/mesa
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 22:07:01 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 22:07:01 +0000
commitd7ec68108e5a6c4f5b7041816e8231f63e0f97f4 (patch)
treebe29f71e9fd987912501996d944a0fba4c54a29c /third_party/mesa
parentf3c554d020c053b988bd87030c7500fbb23e3605 (diff)
downloadchromium_src-d7ec68108e5a6c4f5b7041816e8231f63e0f97f4.zip
chromium_src-d7ec68108e5a6c4f5b7041816e8231f63e0f97f4.tar.gz
chromium_src-d7ec68108e5a6c4f5b7041816e8231f63e0f97f4.tar.bz2
Some misc gyp fix-up for Android
1) Disable fPIC 2) Disable manpage 3) Disable conditions with linux_use_tcmalloc Review URL: https://chromiumcodereview.appspot.com/10704208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/mesa')
-rw-r--r--third_party/mesa/mesa.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp
index dd55253..d1cb6bd 100644
--- a/third_party/mesa/mesa.gyp
+++ b/third_party/mesa/mesa.gyp
@@ -19,7 +19,7 @@
'HAVE_STRNLEN',
],
}],
- ['os_posix == 1 and OS != "mac"', {
+ ['os_posix == 1 and OS != "mac" and OS != "android"', {
'cflags': [
'-fPIC',
],