Android: configure use_system_zlib in zlib.gyp
Currently third_party/zlib/zlib.gyp uses the system libz if: os_posix == 1 and OS != "mac" and OS != "ios" and OS != "openbsd" I'm assuming that Android sets os_posix==1 and therefore this change is a no-op. But it consolidates control of this variable in a single location. BUG=none https://chromiumcodereview.appspot.com/10837100/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150355 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment