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

Unified Diff: third_party/sqlite/README.chromium

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 | « no previous file | third_party/sqlite/amalgamation/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/README.chromium
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium
index a65640ee1bad7ab27601d1afc9062fbb391d3c92..227e81f66fcb31bc4b8ff3de373be26585256785 100644
--- a/third_party/sqlite/README.chromium
+++ b/third_party/sqlite/README.chromium
@@ -3,6 +3,7 @@ License File: src/LICENSE
URL: http://sqlite.org/
Version: 3.6.18
Included In Release: Yes
+Security Critical: Yes
Instructions for importing a new release of SQLite from sqlite.org.
@@ -64,6 +65,7 @@ icu-regexp.patch
icu-shell.patch
attach-integer.patch
webdb.patch
+test.patch
So, e.g. you could do this to apply all our patches to vanilla SQLite:
@@ -77,6 +79,7 @@ patch -p0 < ../sqlite/icu-regexp.patch
patch -p0 < ../sqlite/icu-shell.patch
patch -p0 < ../sqlite/attach-integer.patch
patch -p0 < ../sqlite/webdb.patch
+patch -p0 < ../sqlite/test.patch
This will only be the case if all changes we make also update the corresponding
patch files. Therefore please remember to do that whenever you make a change!
@@ -91,7 +94,7 @@ Prerequisties: On my corp Ubuntu 8.04 workstation, I needed to install the
following packages:
sudo apt-get install tcl8.4-dev libicu-dev
-cd src/third_party/sqlite
+cd src/third_party/sqlite/src
mkdir build
cd build
make -f ../Makefile.linux-gcc testfixture
« no previous file with comments | « no previous file | third_party/sqlite/amalgamation/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698