diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 22:07:01 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 22:07:01 +0000 |
commit | d7ec68108e5a6c4f5b7041816e8231f63e0f97f4 (patch) | |
tree | be29f71e9fd987912501996d944a0fba4c54a29c /third_party | |
parent | f3c554d020c053b988bd87030c7500fbb23e3605 (diff) | |
download | chromium_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')
-rw-r--r-- | third_party/mesa/mesa.gyp | 2 |
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', ], |