Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1758)

Unified Diff: build/common.gypi

Issue 10696219: GYP changes to get sql and sqlite building on iOS. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sql/sql.gyp » ('j') | third_party/sqlite/sqlite.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9953c57b20cda03919a550381a4ab8aadb7f4e31..8f8486119021b20f4f3dc70ec8ad9f4da5de73d0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -832,6 +832,9 @@
'directx_sdk_default_path': '<(DEPTH)/third_party/directxsdk/files',
'conditions': [
+ ['OS == "ios"', {
+ 'use_system_sqlite': 1,
stuartmorgan 2012/07/13 12:18:10 Put this in the existing section a bit further dow
+ }],
['OS=="win" and "<!(python <(DEPTH)/build/dir_exists.py <(windows_sdk_default_path))"=="True"', {
'windows_sdk_path%': '<(windows_sdk_default_path)',
}, {
« no previous file with comments | « no previous file | sql/sql.gyp » ('j') | third_party/sqlite/sqlite.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698