diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 18:03:47 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-24 18:03:47 +0000 |
commit | 073bef8f4714605d58aa6335674d511df8689f0e (patch) | |
tree | 647aae35a2d265ecbae68e66452a2822d5adc24a /build | |
parent | 3bbf7565dc8ad9feb1c1d03dc983b995b953e559 (diff) | |
download | chromium_src-073bef8f4714605d58aa6335674d511df8689f0e.zip chromium_src-073bef8f4714605d58aa6335674d511df8689f0e.tar.gz chromium_src-073bef8f4714605d58aa6335674d511df8689f0e.tar.bz2 |
GYP changes to get sql and sqlite building on iOS.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10696219
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 1fac068..0524c2a 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -879,6 +879,7 @@ 'disable_nacl%': 1, 'use_system_bzip2%': 1, 'use_system_libxml%': 1, + 'use_system_sqlite%': 1, }], ['OS=="android"', { # Location of Android NDK. |