From bc073ca8358c8edd5b21f61d5194120a838e3530 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Thu, 19 Aug 2010 00:35:07 +0000 Subject: [PATCH] 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 --- app/sql/DEPS | 2 +- chrome/renderer/DEPS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/sql/DEPS b/app/sql/DEPS index 7bfcce165149b..0f76c3a31e7ce 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 dc8392736c3e6..9f70ed0ddc883 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", ] -- GitLab