diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-26 17:55:12 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-26 17:55:12 +0000 |
commit | f018a57ad28dfdc9e88005e04afb120df0016ec4 (patch) | |
tree | d490758e79d8b3b5b02c238d234e9815923a8ccb /third_party | |
parent | a958c3f57c4bc10c71f26535fc3841a7fa9a850e (diff) | |
download | chromium_src-f018a57ad28dfdc9e88005e04afb120df0016ec4.zip chromium_src-f018a57ad28dfdc9e88005e04afb120df0016ec4.tar.gz chromium_src-f018a57ad28dfdc9e88005e04afb120df0016ec4.tar.bz2 |
Don't build sqlite_shell when using the system sqlite.
Review URL: http://codereview.chromium.org/42642
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index b5f5750..800cc18 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -194,7 +194,7 @@ }, ], 'conditions': [ - ['OS=="linux"', { + ['OS=="linux" and not use_system_sqlite', { 'targets': [ { 'target_name': 'sqlite_shell', |