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

Unified Diff: gears/SConscript.sqlite

Issue 16586: Update Gears to r3147, and fix scons build to match. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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 | « gears/SConscript.portaudio ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gears/SConscript.sqlite
===================================================================
--- gears/SConscript.sqlite (revision 7654)
+++ gears/SConscript.sqlite (working copy)
@@ -42,10 +42,9 @@
'SQLITE_ENABLE_BROKEN_FTS2',
'THREADSAFE=1',
'SQLITE_DEFAULT_FILE_PERMISSIONS=0600',
- 'SQLITE_OMIT_ATTACH=1',
'SQLITE_OMIT_LOAD_EXTENSION=1',
- 'SQLITE_OMIT_VACUUM=1',
'SQLITE_TRANSACTION_DEFAULT_IMMEDIATE=1',
+ 'SQLITE_GEARS_DISABLE_SHELL_ICU',
],
)
« no previous file with comments | « gears/SConscript.portaudio ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698