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

Unified Diff: third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch

Issue 1073293002: [sql] Remove fts2 patches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put back SQLITE_CORE only for the icu component for iOS Created 5 years, 8 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
Index: third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch
diff --git a/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch b/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch
index ec00897f12fe30ebf3b2fe31611d270dbe820c45..d55d29d17e9eb5de889149ddfedfbbcc7629321d 100644
--- a/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch
+++ b/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch
@@ -45,7 +45,7 @@ index 1c9f24f..6d67ba7 100644
#### Leave SQLITE_DEBUG undefined for maximum speed. Use SQLITE_DEBUG=1
# to check for memory leaks. Use SQLITE_DEBUG=2 to print a log of all
-@@ -58,7 +58,25 @@ TLIBS =
+@@ -58,7 +58,24 @@ TLIBS =
#OPTS = -DSQLITE_DEBUG=1
#OPTS =
OPTS = -DNDEBUG=1
@@ -54,7 +54,6 @@ index 1c9f24f..6d67ba7 100644
+
+# These flags match those for SQLITE_CFLAGS in config.mk.
+
-+OPTS += -DSQLITE_CORE
+OPTS += -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600
+OPTS += -DHAVE_USLEEP=1
+
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | third_party/sqlite/patches/0010-fts2-test-Add-fts2-to-testfixture.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698