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

Unified Diff: third_party/sqlite/sqlite.gyp

Issue 10809015: Fix the sqlite errors of content unittests on Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase 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 | « third_party/sqlite/README.chromium ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/sqlite.gyp
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
index 6c4316b195e449749fcf45ac08f0da2d7268a8d8..e129046e79c2ea56bedb1b97cfc151de3da054c2 100644
--- a/third_party/sqlite/sqlite.gyp
+++ b/third_party/sqlite/sqlite.gyp
@@ -41,6 +41,11 @@
],
},
}],
+ ['OS == "android"', {
+ 'defines': [
+ 'SQLITE_TEMP_STORE=3',
+ ],
+ }],
['os_posix == 1 and OS != "mac" and use_system_sqlite', {
'type': 'none',
'direct_dependent_settings': {
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698