summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 22:24:01 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-11 22:24:01 +0000
commit7ccad9d1a96fab1f6001dbaa71cfa8fc09a84cc6 (patch)
tree21be7aa7315ccb5f2d6ca61a486109d87bfe2708 /app
parent047ed8817e911ef9b5cfa7be6ac0679a52ecedf6 (diff)
downloadchromium_src-7ccad9d1a96fab1f6001dbaa71cfa8fc09a84cc6.zip
chromium_src-7ccad9d1a96fab1f6001dbaa71cfa8fc09a84cc6.tar.gz
chromium_src-7ccad9d1a96fab1f6001dbaa71cfa8fc09a84cc6.tar.bz2
Add a DEPS file for app/sql so checkdeps doesn't complain about the sqlite
inclueds. TEST=run checkdeps (as on buildbot) BUG=none Review URL: http://codereview.chromium.org/201098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/sql/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/sql/DEPS b/app/sql/DEPS
new file mode 100644
index 0000000..7bfcce1
--- /dev/null
+++ b/app/sql/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/sqlite/preprocessed",
+]