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 /chrome/browser/DEPS | |
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 'chrome/browser/DEPS')
-rw-r--r-- | chrome/browser/DEPS | 2 |
1 files changed, 1 insertions, 1 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 |