summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-15 12:28:47 -0800
committerLei Zhang <thestig@chromium.org>2016-01-15 12:28:47 -0800
commitf30e663cd52e3304dfaea640cb410eeca018ed4f (patch)
treea955e85261afc5ef68bca23b0e2f4bf6dd44a4cf
parentfa92864d257f57e5afdc0a36eafad8f2575c528a (diff)
downloadpdfium-f30e663cd52e3304dfaea640cb410eeca018ed4f.tar.xz
XFA: Add another valid fxcodec DEPS entry.
TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1591833002 .
-rw-r--r--core/src/fxcodec/codec/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/fxcodec/codec/DEPS b/core/src/fxcodec/codec/DEPS
index 9caa4d8533..bfbbd82831 100644
--- a/core/src/fxcodec/codec/DEPS
+++ b/core/src/fxcodec/codec/DEPS
@@ -1,3 +1,4 @@
include_rules = [
'+third_party/libpng/png.h',
+ '+third_party/libtiff/tiffiop.h',
]