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 /sql | |
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 'sql')
-rw-r--r-- | sql/sql.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql.gyp b/sql/sql.gyp index 20bcf28..dd01ca8 100644 --- a/sql/sql.gyp +++ b/sql/sql.gyp @@ -47,7 +47,7 @@ '..', ], 'conditions': [ - ['os_posix==1 and OS!="mac"', { + ['os_posix==1 and OS!="mac" and OS!="ios"', { 'conditions': [ ['linux_use_tcmalloc==1', { 'dependencies': [ |