summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-30 01:36:02 +0000
committeraa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-30 01:36:02 +0000
commit0daa4fc8d2809bb42f93f1a348e43924608ff7fe (patch)
tree9aae73bbe8dd7589669b539710380cf8facbdb76
parent0d5e0eb4b86a87924db2317a869971cdad53c4f6 (diff)
downloadchromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.zip
chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.tar.gz
chromium_src-0daa4fc8d2809bb42f93f1a348e43924608ff7fe.tar.bz2
Move SQLite from src/chrome/third_party to src/third_party
since it will be shared with WebCore and Gears in the future. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1586 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/DEPS2
-rw-r--r--chrome/chrome.sln2
-rw-r--r--chrome/chrome_kjs.sln2
-rw-r--r--chrome/common/sqlite_compiled_statement.h3
-rw-r--r--chrome/common/sqlite_utils.h3
-rw-r--r--third_party/sqlite/README.google (renamed from chrome/third_party/sqlite/README.google)0
-rw-r--r--third_party/sqlite/SConscript (renamed from chrome/third_party/sqlite/SConscript)0
-rw-r--r--third_party/sqlite/alter.c (renamed from chrome/third_party/sqlite/alter.c)0
-rw-r--r--third_party/sqlite/analyze.c (renamed from chrome/third_party/sqlite/analyze.c)0
-rw-r--r--third_party/sqlite/attach.c (renamed from chrome/third_party/sqlite/attach.c)0
-rw-r--r--third_party/sqlite/auth.c (renamed from chrome/third_party/sqlite/auth.c)0
-rw-r--r--third_party/sqlite/btree.c (renamed from chrome/third_party/sqlite/btree.c)0
-rw-r--r--third_party/sqlite/btree.h (renamed from chrome/third_party/sqlite/btree.h)0
-rw-r--r--third_party/sqlite/btreeInt.h (renamed from chrome/third_party/sqlite/btreeInt.h)0
-rw-r--r--third_party/sqlite/build.c (renamed from chrome/third_party/sqlite/build.c)0
-rw-r--r--third_party/sqlite/callback.c (renamed from chrome/third_party/sqlite/callback.c)0
-rw-r--r--third_party/sqlite/complete.c (renamed from chrome/third_party/sqlite/complete.c)0
-rw-r--r--third_party/sqlite/date.c (renamed from chrome/third_party/sqlite/date.c)0
-rw-r--r--third_party/sqlite/delete.c (renamed from chrome/third_party/sqlite/delete.c)0
-rw-r--r--third_party/sqlite/expr.c (renamed from chrome/third_party/sqlite/expr.c)0
-rw-r--r--third_party/sqlite/fts2.c (renamed from chrome/third_party/sqlite/fts2.c)0
-rw-r--r--third_party/sqlite/fts2.h (renamed from chrome/third_party/sqlite/fts2.h)0
-rw-r--r--third_party/sqlite/fts2_hash.c (renamed from chrome/third_party/sqlite/fts2_hash.c)0
-rw-r--r--third_party/sqlite/fts2_hash.h (renamed from chrome/third_party/sqlite/fts2_hash.h)0
-rw-r--r--third_party/sqlite/fts2_icu.c (renamed from chrome/third_party/sqlite/fts2_icu.c)0
-rw-r--r--third_party/sqlite/fts2_porter.c (renamed from chrome/third_party/sqlite/fts2_porter.c)0
-rw-r--r--third_party/sqlite/fts2_tokenizer.c (renamed from chrome/third_party/sqlite/fts2_tokenizer.c)0
-rw-r--r--third_party/sqlite/fts2_tokenizer.h (renamed from chrome/third_party/sqlite/fts2_tokenizer.h)0
-rw-r--r--third_party/sqlite/fts2_tokenizer1.c (renamed from chrome/third_party/sqlite/fts2_tokenizer1.c)0
-rw-r--r--third_party/sqlite/func.c (renamed from chrome/third_party/sqlite/func.c)0
-rw-r--r--third_party/sqlite/hash.c (renamed from chrome/third_party/sqlite/hash.c)0
-rw-r--r--third_party/sqlite/hash.h (renamed from chrome/third_party/sqlite/hash.h)0
-rw-r--r--third_party/sqlite/icu.c (renamed from chrome/third_party/sqlite/icu.c)0
-rw-r--r--third_party/sqlite/insert.c (renamed from chrome/third_party/sqlite/insert.c)0
-rw-r--r--third_party/sqlite/keywordhash.h (renamed from chrome/third_party/sqlite/keywordhash.h)0
-rw-r--r--third_party/sqlite/legacy.c (renamed from chrome/third_party/sqlite/legacy.c)0
-rw-r--r--third_party/sqlite/loadext.c (renamed from chrome/third_party/sqlite/loadext.c)0
-rw-r--r--third_party/sqlite/main.c (renamed from chrome/third_party/sqlite/main.c)0
-rw-r--r--third_party/sqlite/malloc.c (renamed from chrome/third_party/sqlite/malloc.c)0
-rw-r--r--third_party/sqlite/opcodes.c (renamed from chrome/third_party/sqlite/opcodes.c)0
-rw-r--r--third_party/sqlite/opcodes.h (renamed from chrome/third_party/sqlite/opcodes.h)0
-rw-r--r--third_party/sqlite/os.c (renamed from chrome/third_party/sqlite/os.c)0
-rw-r--r--third_party/sqlite/os.h (renamed from chrome/third_party/sqlite/os.h)0
-rw-r--r--third_party/sqlite/os_common.h (renamed from chrome/third_party/sqlite/os_common.h)0
-rw-r--r--third_party/sqlite/os_win.c (renamed from chrome/third_party/sqlite/os_win.c)0
-rw-r--r--third_party/sqlite/pager.c (renamed from chrome/third_party/sqlite/pager.c)0
-rw-r--r--third_party/sqlite/pager.h (renamed from chrome/third_party/sqlite/pager.h)0
-rw-r--r--third_party/sqlite/parse.c (renamed from chrome/third_party/sqlite/parse.c)0
-rw-r--r--third_party/sqlite/parse.h (renamed from chrome/third_party/sqlite/parse.h)0
-rw-r--r--third_party/sqlite/pragma.c (renamed from chrome/third_party/sqlite/pragma.c)0
-rw-r--r--third_party/sqlite/preload-cache.patch (renamed from chrome/third_party/sqlite/preload-cache.patch)0
-rw-r--r--third_party/sqlite/prepare.c (renamed from chrome/third_party/sqlite/prepare.c)0
-rw-r--r--third_party/sqlite/printf.c (renamed from chrome/third_party/sqlite/printf.c)0
-rw-r--r--third_party/sqlite/random.c (renamed from chrome/third_party/sqlite/random.c)0
-rw-r--r--third_party/sqlite/select.c (renamed from chrome/third_party/sqlite/select.c)0
-rw-r--r--third_party/sqlite/shell.c (renamed from chrome/third_party/sqlite/shell.c)0
-rw-r--r--third_party/sqlite/shell_icu.c (renamed from chrome/third_party/sqlite/shell_icu.c)0
-rw-r--r--third_party/sqlite/sqlite.vcproj (renamed from chrome/third_party/sqlite/sqlite.vcproj)4
-rw-r--r--third_party/sqlite/sqlite.vsprops (renamed from chrome/third_party/sqlite/sqlite.vsprops)0
-rw-r--r--third_party/sqlite/sqlite3.h (renamed from chrome/third_party/sqlite/sqlite3.h)0
-rw-r--r--third_party/sqlite/sqlite3ext.h (renamed from chrome/third_party/sqlite/sqlite3ext.h)0
-rw-r--r--third_party/sqlite/sqliteInt.h (renamed from chrome/third_party/sqlite/sqliteInt.h)0
-rw-r--r--third_party/sqlite/sqliteLimit.h (renamed from chrome/third_party/sqlite/sqliteLimit.h)0
-rw-r--r--third_party/sqlite/table.c (renamed from chrome/third_party/sqlite/table.c)0
-rw-r--r--third_party/sqlite/tokenize.c (renamed from chrome/third_party/sqlite/tokenize.c)0
-rw-r--r--third_party/sqlite/trigger.c (renamed from chrome/third_party/sqlite/trigger.c)0
-rw-r--r--third_party/sqlite/update.c (renamed from chrome/third_party/sqlite/update.c)0
-rw-r--r--third_party/sqlite/utf.c (renamed from chrome/third_party/sqlite/utf.c)0
-rw-r--r--third_party/sqlite/util.c (renamed from chrome/third_party/sqlite/util.c)0
-rw-r--r--third_party/sqlite/vacuum.c (renamed from chrome/third_party/sqlite/vacuum.c)0
-rw-r--r--third_party/sqlite/vdbe.c (renamed from chrome/third_party/sqlite/vdbe.c)0
-rw-r--r--third_party/sqlite/vdbe.h (renamed from chrome/third_party/sqlite/vdbe.h)0
-rw-r--r--third_party/sqlite/vdbeInt.h (renamed from chrome/third_party/sqlite/vdbeInt.h)0
-rw-r--r--third_party/sqlite/vdbeapi.c (renamed from chrome/third_party/sqlite/vdbeapi.c)0
-rw-r--r--third_party/sqlite/vdbeaux.c (renamed from chrome/third_party/sqlite/vdbeaux.c)0
-rw-r--r--third_party/sqlite/vdbefifo.c (renamed from chrome/third_party/sqlite/vdbefifo.c)0
-rw-r--r--third_party/sqlite/vdbemem.c (renamed from chrome/third_party/sqlite/vdbemem.c)0
-rw-r--r--third_party/sqlite/vtab.c (renamed from chrome/third_party/sqlite/vtab.c)0
-rw-r--r--third_party/sqlite/where.c (renamed from chrome/third_party/sqlite/where.c)0
-rw-r--r--tools/purify/purify_message.py2
80 files changed, 10 insertions, 8 deletions
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 55ab2cc..b56dc0f 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -9,8 +9,8 @@ include_rules = [
# Other libraries.
"+chrome/third_party/hunspell",
- "+chrome/third_party/sqlite",
"+libxml", # For search engine definition parsing.
+ "+third_party/sqlite",
"+v8/public", # Browser uses V8 to get the version and run the debugger.
# FIXME: this should probably not be here, we need to find a better
diff --git a/chrome/chrome.sln b/chrome/chrome.sln
index db50143..84af380 100644
--- a/chrome/chrome.sln
+++ b/chrome/chrome.sln
@@ -64,7 +64,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "views", "views\views.vcproj
{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28} = {D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "third_party\sqlite\sqlite.vcproj", "{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "..\third_party\sqlite\sqlite.vcproj", "{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}"
ProjectSection(ProjectDependencies) = postProject
{8C27D792-2648-4F5E-9ED0-374276327308} = {8C27D792-2648-4F5E-9ED0-374276327308}
EndProjectSection
diff --git a/chrome/chrome_kjs.sln b/chrome/chrome_kjs.sln
index dc9a1e7..555f58d 100644
--- a/chrome/chrome_kjs.sln
+++ b/chrome/chrome_kjs.sln
@@ -65,7 +65,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "views", "views\views.vcproj
{D9DDAF60-663F-49CC-90DC-3D08CC3D1B28} = {D9DDAF60-663F-49CC-90DC-3D08CC3D1B28}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "third_party\sqlite\sqlite.vcproj", "{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "..\third_party\sqlite\sqlite.vcproj", "{6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9}"
ProjectSection(ProjectDependencies) = postProject
{8C27D792-2648-4F5E-9ED0-374276327308} = {8C27D792-2648-4F5E-9ED0-374276327308}
EndProjectSection
diff --git a/chrome/common/sqlite_compiled_statement.h b/chrome/common/sqlite_compiled_statement.h
index ab9100d..27aa73927 100644
--- a/chrome/common/sqlite_compiled_statement.h
+++ b/chrome/common/sqlite_compiled_statement.h
@@ -9,7 +9,8 @@
#include <string>
#include "chrome/common/sqlite_utils.h"
-#include "chrome/third_party/sqlite/sqlite3.h"
+
+#include "third_party/sqlite/sqlite3.h"
// Stores a list of precompiled sql statements for a database. Each statement
// is given a unique name by the caller.
diff --git a/chrome/common/sqlite_utils.h b/chrome/common/sqlite_utils.h
index d6510c2..8718cee 100644
--- a/chrome/common/sqlite_utils.h
+++ b/chrome/common/sqlite_utils.h
@@ -8,7 +8,8 @@
#include <vector>
#include "base/basictypes.h"
-#include "chrome/third_party/sqlite/sqlite3.h"
+
+#include "third_party/sqlite/sqlite3.h"
// forward declarations of classes defined here
class SQLTransaction;
diff --git a/chrome/third_party/sqlite/README.google b/third_party/sqlite/README.google
index abc7ee2..abc7ee2 100644
--- a/chrome/third_party/sqlite/README.google
+++ b/third_party/sqlite/README.google
diff --git a/chrome/third_party/sqlite/SConscript b/third_party/sqlite/SConscript
index 6d45a34..6d45a34 100644
--- a/chrome/third_party/sqlite/SConscript
+++ b/third_party/sqlite/SConscript
diff --git a/chrome/third_party/sqlite/alter.c b/third_party/sqlite/alter.c
index b8c767a..b8c767a 100644
--- a/chrome/third_party/sqlite/alter.c
+++ b/third_party/sqlite/alter.c
diff --git a/chrome/third_party/sqlite/analyze.c b/third_party/sqlite/analyze.c
index b835aeb..b835aeb 100644
--- a/chrome/third_party/sqlite/analyze.c
+++ b/third_party/sqlite/analyze.c
diff --git a/chrome/third_party/sqlite/attach.c b/third_party/sqlite/attach.c
index e3645d9..e3645d9 100644
--- a/chrome/third_party/sqlite/attach.c
+++ b/third_party/sqlite/attach.c
diff --git a/chrome/third_party/sqlite/auth.c b/third_party/sqlite/auth.c
index 79940c2..79940c2 100644
--- a/chrome/third_party/sqlite/auth.c
+++ b/third_party/sqlite/auth.c
diff --git a/chrome/third_party/sqlite/btree.c b/third_party/sqlite/btree.c
index 1e3a43e..1e3a43e 100644
--- a/chrome/third_party/sqlite/btree.c
+++ b/third_party/sqlite/btree.c
diff --git a/chrome/third_party/sqlite/btree.h b/third_party/sqlite/btree.h
index bf8929d..bf8929d 100644
--- a/chrome/third_party/sqlite/btree.h
+++ b/third_party/sqlite/btree.h
diff --git a/chrome/third_party/sqlite/btreeInt.h b/third_party/sqlite/btreeInt.h
index 2964ad3..2964ad3 100644
--- a/chrome/third_party/sqlite/btreeInt.h
+++ b/third_party/sqlite/btreeInt.h
diff --git a/chrome/third_party/sqlite/build.c b/third_party/sqlite/build.c
index f34b705..f34b705 100644
--- a/chrome/third_party/sqlite/build.c
+++ b/third_party/sqlite/build.c
diff --git a/chrome/third_party/sqlite/callback.c b/third_party/sqlite/callback.c
index f3d4188..f3d4188 100644
--- a/chrome/third_party/sqlite/callback.c
+++ b/third_party/sqlite/callback.c
diff --git a/chrome/third_party/sqlite/complete.c b/third_party/sqlite/complete.c
index 536ffad..536ffad 100644
--- a/chrome/third_party/sqlite/complete.c
+++ b/third_party/sqlite/complete.c
diff --git a/chrome/third_party/sqlite/date.c b/third_party/sqlite/date.c
index bf4bc56..bf4bc56 100644
--- a/chrome/third_party/sqlite/date.c
+++ b/third_party/sqlite/date.c
diff --git a/chrome/third_party/sqlite/delete.c b/third_party/sqlite/delete.c
index b304526..b304526 100644
--- a/chrome/third_party/sqlite/delete.c
+++ b/third_party/sqlite/delete.c
diff --git a/chrome/third_party/sqlite/expr.c b/third_party/sqlite/expr.c
index b640bec..b640bec 100644
--- a/chrome/third_party/sqlite/expr.c
+++ b/third_party/sqlite/expr.c
diff --git a/chrome/third_party/sqlite/fts2.c b/third_party/sqlite/fts2.c
index d882b4f..d882b4f 100644
--- a/chrome/third_party/sqlite/fts2.c
+++ b/third_party/sqlite/fts2.c
diff --git a/chrome/third_party/sqlite/fts2.h b/third_party/sqlite/fts2.h
index 4da4c38..4da4c38 100644
--- a/chrome/third_party/sqlite/fts2.h
+++ b/third_party/sqlite/fts2.h
diff --git a/chrome/third_party/sqlite/fts2_hash.c b/third_party/sqlite/fts2_hash.c
index fcd5cc2..fcd5cc2 100644
--- a/chrome/third_party/sqlite/fts2_hash.c
+++ b/third_party/sqlite/fts2_hash.c
diff --git a/chrome/third_party/sqlite/fts2_hash.h b/third_party/sqlite/fts2_hash.h
index 97f3529..97f3529 100644
--- a/chrome/third_party/sqlite/fts2_hash.h
+++ b/third_party/sqlite/fts2_hash.h
diff --git a/chrome/third_party/sqlite/fts2_icu.c b/third_party/sqlite/fts2_icu.c
index 7c777e5..7c777e5 100644
--- a/chrome/third_party/sqlite/fts2_icu.c
+++ b/third_party/sqlite/fts2_icu.c
diff --git a/chrome/third_party/sqlite/fts2_porter.c b/third_party/sqlite/fts2_porter.c
index 97a95c8..97a95c8 100644
--- a/chrome/third_party/sqlite/fts2_porter.c
+++ b/third_party/sqlite/fts2_porter.c
diff --git a/chrome/third_party/sqlite/fts2_tokenizer.c b/third_party/sqlite/fts2_tokenizer.c
index d3cbc8e..d3cbc8e 100644
--- a/chrome/third_party/sqlite/fts2_tokenizer.c
+++ b/third_party/sqlite/fts2_tokenizer.c
diff --git a/chrome/third_party/sqlite/fts2_tokenizer.h b/third_party/sqlite/fts2_tokenizer.h
index 8c256b2..8c256b2 100644
--- a/chrome/third_party/sqlite/fts2_tokenizer.h
+++ b/third_party/sqlite/fts2_tokenizer.h
diff --git a/chrome/third_party/sqlite/fts2_tokenizer1.c b/third_party/sqlite/fts2_tokenizer1.c
index f2ba49e..f2ba49e 100644
--- a/chrome/third_party/sqlite/fts2_tokenizer1.c
+++ b/third_party/sqlite/fts2_tokenizer1.c
diff --git a/chrome/third_party/sqlite/func.c b/third_party/sqlite/func.c
index 2a7019d..2a7019d 100644
--- a/chrome/third_party/sqlite/func.c
+++ b/third_party/sqlite/func.c
diff --git a/chrome/third_party/sqlite/hash.c b/third_party/sqlite/hash.c
index 86d9995..86d9995 100644
--- a/chrome/third_party/sqlite/hash.c
+++ b/third_party/sqlite/hash.c
diff --git a/chrome/third_party/sqlite/hash.h b/third_party/sqlite/hash.h
index 78f60b4..78f60b4 100644
--- a/chrome/third_party/sqlite/hash.h
+++ b/third_party/sqlite/hash.h
diff --git a/chrome/third_party/sqlite/icu.c b/third_party/sqlite/icu.c
index aa9b510..aa9b510 100644
--- a/chrome/third_party/sqlite/icu.c
+++ b/third_party/sqlite/icu.c
diff --git a/chrome/third_party/sqlite/insert.c b/third_party/sqlite/insert.c
index ba9426d..ba9426d 100644
--- a/chrome/third_party/sqlite/insert.c
+++ b/third_party/sqlite/insert.c
diff --git a/chrome/third_party/sqlite/keywordhash.h b/third_party/sqlite/keywordhash.h
index 609ff20..609ff20 100644
--- a/chrome/third_party/sqlite/keywordhash.h
+++ b/third_party/sqlite/keywordhash.h
diff --git a/chrome/third_party/sqlite/legacy.c b/third_party/sqlite/legacy.c
index 8d96b1e..8d96b1e 100644
--- a/chrome/third_party/sqlite/legacy.c
+++ b/third_party/sqlite/legacy.c
diff --git a/chrome/third_party/sqlite/loadext.c b/third_party/sqlite/loadext.c
index b2f4726..b2f4726 100644
--- a/chrome/third_party/sqlite/loadext.c
+++ b/third_party/sqlite/loadext.c
diff --git a/chrome/third_party/sqlite/main.c b/third_party/sqlite/main.c
index a8c69cb..a8c69cb 100644
--- a/chrome/third_party/sqlite/main.c
+++ b/third_party/sqlite/main.c
diff --git a/chrome/third_party/sqlite/malloc.c b/third_party/sqlite/malloc.c
index 8a99332..8a99332 100644
--- a/chrome/third_party/sqlite/malloc.c
+++ b/third_party/sqlite/malloc.c
diff --git a/chrome/third_party/sqlite/opcodes.c b/third_party/sqlite/opcodes.c
index 0b62359..0b62359 100644
--- a/chrome/third_party/sqlite/opcodes.c
+++ b/third_party/sqlite/opcodes.c
diff --git a/chrome/third_party/sqlite/opcodes.h b/third_party/sqlite/opcodes.h
index c4b5760..c4b5760 100644
--- a/chrome/third_party/sqlite/opcodes.h
+++ b/third_party/sqlite/opcodes.h
diff --git a/chrome/third_party/sqlite/os.c b/third_party/sqlite/os.c
index 7cd1ab9..7cd1ab9 100644
--- a/chrome/third_party/sqlite/os.c
+++ b/third_party/sqlite/os.c
diff --git a/chrome/third_party/sqlite/os.h b/third_party/sqlite/os.h
index 76a9f2c..76a9f2c 100644
--- a/chrome/third_party/sqlite/os.h
+++ b/third_party/sqlite/os.h
diff --git a/chrome/third_party/sqlite/os_common.h b/third_party/sqlite/os_common.h
index 0c54405..0c54405 100644
--- a/chrome/third_party/sqlite/os_common.h
+++ b/third_party/sqlite/os_common.h
diff --git a/chrome/third_party/sqlite/os_win.c b/third_party/sqlite/os_win.c
index 9ebb9dc..9ebb9dc 100644
--- a/chrome/third_party/sqlite/os_win.c
+++ b/third_party/sqlite/os_win.c
diff --git a/chrome/third_party/sqlite/pager.c b/third_party/sqlite/pager.c
index b2d16158..b2d16158 100644
--- a/chrome/third_party/sqlite/pager.c
+++ b/third_party/sqlite/pager.c
diff --git a/chrome/third_party/sqlite/pager.h b/third_party/sqlite/pager.h
index be12324..be12324 100644
--- a/chrome/third_party/sqlite/pager.h
+++ b/third_party/sqlite/pager.h
diff --git a/chrome/third_party/sqlite/parse.c b/third_party/sqlite/parse.c
index 508d5bd..508d5bd 100644
--- a/chrome/third_party/sqlite/parse.c
+++ b/third_party/sqlite/parse.c
diff --git a/chrome/third_party/sqlite/parse.h b/third_party/sqlite/parse.h
index ed848ec..ed848ec 100644
--- a/chrome/third_party/sqlite/parse.h
+++ b/third_party/sqlite/parse.h
diff --git a/chrome/third_party/sqlite/pragma.c b/third_party/sqlite/pragma.c
index 9a9dd30..9a9dd30 100644
--- a/chrome/third_party/sqlite/pragma.c
+++ b/third_party/sqlite/pragma.c
diff --git a/chrome/third_party/sqlite/preload-cache.patch b/third_party/sqlite/preload-cache.patch
index 3601a4b..3601a4b 100644
--- a/chrome/third_party/sqlite/preload-cache.patch
+++ b/third_party/sqlite/preload-cache.patch
diff --git a/chrome/third_party/sqlite/prepare.c b/third_party/sqlite/prepare.c
index 4a040eb..4a040eb 100644
--- a/chrome/third_party/sqlite/prepare.c
+++ b/third_party/sqlite/prepare.c
diff --git a/chrome/third_party/sqlite/printf.c b/third_party/sqlite/printf.c
index 01ed7a1..01ed7a1 100644
--- a/chrome/third_party/sqlite/printf.c
+++ b/third_party/sqlite/printf.c
diff --git a/chrome/third_party/sqlite/random.c b/third_party/sqlite/random.c
index 03ed7a4..03ed7a4 100644
--- a/chrome/third_party/sqlite/random.c
+++ b/third_party/sqlite/random.c
diff --git a/chrome/third_party/sqlite/select.c b/third_party/sqlite/select.c
index 8c29b57..8c29b57 100644
--- a/chrome/third_party/sqlite/select.c
+++ b/third_party/sqlite/select.c
diff --git a/chrome/third_party/sqlite/shell.c b/third_party/sqlite/shell.c
index aee1ce69..aee1ce69 100644
--- a/chrome/third_party/sqlite/shell.c
+++ b/third_party/sqlite/shell.c
diff --git a/chrome/third_party/sqlite/shell_icu.c b/third_party/sqlite/shell_icu.c
index b4eb142..b4eb142 100644
--- a/chrome/third_party/sqlite/shell_icu.c
+++ b/third_party/sqlite/shell_icu.c
diff --git a/chrome/third_party/sqlite/sqlite.vcproj b/third_party/sqlite/sqlite.vcproj
index a9f3ae6..cc3a14b 100644
--- a/chrome/third_party/sqlite/sqlite.vcproj
+++ b/third_party/sqlite/sqlite.vcproj
@@ -18,7 +18,7 @@
<Configuration
Name="Debug|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;..\..\..\third_party\icu38\build\using_icu.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\debug.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
@@ -69,7 +69,7 @@
<Configuration
Name="Release|Win32"
ConfigurationType="4"
- InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;..\..\..\third_party\icu38\build\using_icu.vsprops"
+ InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\release.vsprops;.\sqlite.vsprops;$(SolutionDir)..\build\external_code.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops"
>
<Tool
Name="VCPreBuildEventTool"
diff --git a/chrome/third_party/sqlite/sqlite.vsprops b/third_party/sqlite/sqlite.vsprops
index 45f926a..45f926a 100644
--- a/chrome/third_party/sqlite/sqlite.vsprops
+++ b/third_party/sqlite/sqlite.vsprops
diff --git a/chrome/third_party/sqlite/sqlite3.h b/third_party/sqlite/sqlite3.h
index ac41cd7..ac41cd7 100644
--- a/chrome/third_party/sqlite/sqlite3.h
+++ b/third_party/sqlite/sqlite3.h
diff --git a/chrome/third_party/sqlite/sqlite3ext.h b/third_party/sqlite/sqlite3ext.h
index ba6d378..ba6d378 100644
--- a/chrome/third_party/sqlite/sqlite3ext.h
+++ b/third_party/sqlite/sqlite3ext.h
diff --git a/chrome/third_party/sqlite/sqliteInt.h b/third_party/sqlite/sqliteInt.h
index 21e5dbd..21e5dbd 100644
--- a/chrome/third_party/sqlite/sqliteInt.h
+++ b/third_party/sqlite/sqliteInt.h
diff --git a/chrome/third_party/sqlite/sqliteLimit.h b/third_party/sqlite/sqliteLimit.h
index 6b7ad98..6b7ad98 100644
--- a/chrome/third_party/sqlite/sqliteLimit.h
+++ b/third_party/sqlite/sqliteLimit.h
diff --git a/chrome/third_party/sqlite/table.c b/third_party/sqlite/table.c
index d58fb3c..d58fb3c 100644
--- a/chrome/third_party/sqlite/table.c
+++ b/third_party/sqlite/table.c
diff --git a/chrome/third_party/sqlite/tokenize.c b/third_party/sqlite/tokenize.c
index 7a933ff..7a933ff 100644
--- a/chrome/third_party/sqlite/tokenize.c
+++ b/third_party/sqlite/tokenize.c
diff --git a/chrome/third_party/sqlite/trigger.c b/third_party/sqlite/trigger.c
index 5d5ec8d..5d5ec8d 100644
--- a/chrome/third_party/sqlite/trigger.c
+++ b/third_party/sqlite/trigger.c
diff --git a/chrome/third_party/sqlite/update.c b/third_party/sqlite/update.c
index 0a4eddc..0a4eddc 100644
--- a/chrome/third_party/sqlite/update.c
+++ b/third_party/sqlite/update.c
diff --git a/chrome/third_party/sqlite/utf.c b/third_party/sqlite/utf.c
index 914d647..914d647 100644
--- a/chrome/third_party/sqlite/utf.c
+++ b/third_party/sqlite/utf.c
diff --git a/chrome/third_party/sqlite/util.c b/third_party/sqlite/util.c
index cf222b5..cf222b5 100644
--- a/chrome/third_party/sqlite/util.c
+++ b/third_party/sqlite/util.c
diff --git a/chrome/third_party/sqlite/vacuum.c b/third_party/sqlite/vacuum.c
index e34a4e9..e34a4e9 100644
--- a/chrome/third_party/sqlite/vacuum.c
+++ b/third_party/sqlite/vacuum.c
diff --git a/chrome/third_party/sqlite/vdbe.c b/third_party/sqlite/vdbe.c
index d692511..d692511 100644
--- a/chrome/third_party/sqlite/vdbe.c
+++ b/third_party/sqlite/vdbe.c
diff --git a/chrome/third_party/sqlite/vdbe.h b/third_party/sqlite/vdbe.h
index f6b145b..f6b145b 100644
--- a/chrome/third_party/sqlite/vdbe.h
+++ b/third_party/sqlite/vdbe.h
diff --git a/chrome/third_party/sqlite/vdbeInt.h b/third_party/sqlite/vdbeInt.h
index 78550c4..78550c4 100644
--- a/chrome/third_party/sqlite/vdbeInt.h
+++ b/third_party/sqlite/vdbeInt.h
diff --git a/chrome/third_party/sqlite/vdbeapi.c b/third_party/sqlite/vdbeapi.c
index 2ef0d3c..2ef0d3c 100644
--- a/chrome/third_party/sqlite/vdbeapi.c
+++ b/third_party/sqlite/vdbeapi.c
diff --git a/chrome/third_party/sqlite/vdbeaux.c b/third_party/sqlite/vdbeaux.c
index d949448..d949448 100644
--- a/chrome/third_party/sqlite/vdbeaux.c
+++ b/third_party/sqlite/vdbeaux.c
diff --git a/chrome/third_party/sqlite/vdbefifo.c b/third_party/sqlite/vdbefifo.c
index a7c419a..a7c419a 100644
--- a/chrome/third_party/sqlite/vdbefifo.c
+++ b/third_party/sqlite/vdbefifo.c
diff --git a/chrome/third_party/sqlite/vdbemem.c b/third_party/sqlite/vdbemem.c
index f05e05cc..f05e05cc 100644
--- a/chrome/third_party/sqlite/vdbemem.c
+++ b/third_party/sqlite/vdbemem.c
diff --git a/chrome/third_party/sqlite/vtab.c b/third_party/sqlite/vtab.c
index 611725d..611725d 100644
--- a/chrome/third_party/sqlite/vtab.c
+++ b/third_party/sqlite/vtab.c
diff --git a/chrome/third_party/sqlite/where.c b/third_party/sqlite/where.c
index bf255d177..bf255d177 100644
--- a/chrome/third_party/sqlite/where.c
+++ b/third_party/sqlite/where.c
diff --git a/tools/purify/purify_message.py b/tools/purify/purify_message.py
index ea417ab..be1b58d 100644
--- a/tools/purify/purify_message.py
+++ b/tools/purify/purify_message.py
@@ -124,7 +124,7 @@ class Stack:
# When we leak sqlite stuff, we leak a lot, and the stacks
# are all over the place. For now, let's assume that
# sqlite itself is leak free and focus on our calling code.
- re.compile('chrome/third_party/sqlite/.*'),
+ re.compile('third_party/sqlite/.*'),
)
pat_unit_test = re.compile('^([a-zA-Z0-9]+)_(\w+)_Test::.*')