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

Unified Diff: third_party/sqlite/misc.patch

Issue 6835006: Convert to SQLite amalgamation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « third_party/sqlite/google_generate_preprocessed.sh ('k') | third_party/sqlite/preprocessed/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/misc.patch
diff --git a/third_party/sqlite/misc.patch b/third_party/sqlite/misc.patch
index 10fe084e339e2ac95a253950b5be5987c95f97cf..1bf9ca1d23349e67bd62e528069bbbb77d66e565 100644
--- a/third_party/sqlite/misc.patch
+++ b/third_party/sqlite/misc.patch
@@ -1,19 +1,3 @@
-Index: ext/icu/icu.c
-===================================================================
---- ext/icu/icu.c 2009-09-03 13:32:06.000000000 -0700
-+++ ext/icu/icu.c 2009-07-01 12:08:37.000000000 -0700
-@@ -38,6 +38,11 @@
-
- #include <assert.h>
-
-+// TODO(evanm): this is cut'n'pasted from fts2.c. Why is it necessary?
-+#if !defined(SQLITE_CORE)
-+# define SQLITE_CORE 1
-+#endif
-+
- #ifndef SQLITE_CORE
- #include "sqlite3ext.h"
- SQLITE_EXTENSION_INIT1
Index: src/expr.c
===================================================================
--- src/expr.c 2009-09-08 12:16:11.000000000 -0700
« no previous file with comments | « third_party/sqlite/google_generate_preprocessed.sh ('k') | third_party/sqlite/preprocessed/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698