summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 01:37:12 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-06 01:37:12 +0000
commitaf9a8c86fc50e8d789bf795347302e6c94ad6854 (patch)
tree2db14bd4c071111a6a475c293dd608c782778b72 /app
parent4204da0d51e160954a8edacd56345449a898a170 (diff)
downloadchromium_src-af9a8c86fc50e8d789bf795347302e6c94ad6854.zip
chromium_src-af9a8c86fc50e8d789bf795347302e6c94ad6854.tar.gz
chromium_src-af9a8c86fc50e8d789bf795347302e6c94ad6854.tar.bz2
fix checkdeps bustage by adding skia to the list of acceptable includes for src/app
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/DEPS b/app/DEPS
index eb046d0..7489cc6 100644
--- a/app/DEPS
+++ b/app/DEPS
@@ -12,4 +12,6 @@ include_rules = [
# TODO(beng): resource_bundle.cc: Sever this link after glen fixes it.
"+chrome/browser/extensions/extension.h",
+
+ "+skia",
]