diff options
author | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 01:36:02 +0000 |
---|---|---|
committer | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 01:36:02 +0000 |
commit | 0daa4fc8d2809bb42f93f1a348e43924608ff7fe (patch) | |
tree | 9aae73bbe8dd7589669b539710380cf8facbdb76 /tools | |
parent | 0d5e0eb4b86a87924db2317a869971cdad53c4f6 (diff) | |
download | chromium_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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/purify/purify_message.py | 2 |
1 files changed, 1 insertions, 1 deletions
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::.*') |