diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 00:35:07 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-19 00:35:07 +0000 |
commit | bc073ca8358c8edd5b21f61d5194120a838e3530 (patch) | |
tree | 83968f1b8a5e4b4125636c09a0ffdf4937e84197 | |
parent | fe12f5223b8f7e2272dcc54c654bc9224c132ece (diff) | |
download | chromium_src-bc073ca8358c8edd5b21f61d5194120a838e3530.zip chromium_src-bc073ca8358c8edd5b21f61d5194120a838e3530.tar.gz chromium_src-bc073ca8358c8edd5b21f61d5194120a838e3530.tar.bz2 |
Fix DEPS after moving SQLite code.
TBR=evan
BUG=22208
Review URL: http://codereview.chromium.org/3159027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56625 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | app/sql/DEPS | 2 | ||||
-rw-r--r-- | chrome/renderer/DEPS | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/sql/DEPS b/app/sql/DEPS index 7bfcce1..0f76c3a 100644 --- a/app/sql/DEPS +++ b/app/sql/DEPS @@ -1,3 +1,3 @@ include_rules = [ - "+third_party/sqlite/preprocessed", + "+third_party/sqlite", ] diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS index dc83927..9f70ed0 100644 --- a/chrome/renderer/DEPS +++ b/chrome/renderer/DEPS @@ -14,7 +14,7 @@ include_rules = [ "+v8/include", "+third_party/cld/encodings/compact_lang_det/win", "+third_party/npapi/bindings", - "+third_party/sqlite/preprocessed", + "+third_party/sqlite", "+third_party/tcmalloc", ] |