summaryrefslogtreecommitdiffstats
path: root/base/gfx/DEPS
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 18:16:29 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-25 18:16:29 +0000
commitfc9675bc6242147ed560bc2a1eb7e9cda5f635d0 (patch)
tree667c7dfcc3bc1761c65ef0c14d31db979755f1b1 /base/gfx/DEPS
parent660da673c7cdf3ad7bd01878d327e85be3f25af0 (diff)
downloadchromium_src-fc9675bc6242147ed560bc2a1eb7e9cda5f635d0.zip
chromium_src-fc9675bc6242147ed560bc2a1eb7e9cda5f635d0.tar.gz
chromium_src-fc9675bc6242147ed560bc2a1eb7e9cda5f635d0.tar.bz2
Allow inclusion of libpng in the deps file.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10349 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/gfx/DEPS')
-rw-r--r--base/gfx/DEPS3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/gfx/DEPS b/base/gfx/DEPS
index f4e06f0..e0b7df8 100644
--- a/base/gfx/DEPS
+++ b/base/gfx/DEPS
@@ -1,3 +1,4 @@
include_rules = [
- "+skia"
+ "+skia",
+ "+third_party/libpng"
]