diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:28:47 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:28:47 -0800 |
commit | f30e663cd52e3304dfaea640cb410eeca018ed4f (patch) | |
tree | a955e85261afc5ef68bca23b0e2f4bf6dd44a4cf /core | |
parent | fa92864d257f57e5afdc0a36eafad8f2575c528a (diff) | |
download | pdfium-f30e663cd52e3304dfaea640cb410eeca018ed4f.tar.xz |
XFA: Add another valid fxcodec DEPS entry.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1591833002 .
Diffstat (limited to 'core')
-rw-r--r-- | core/src/fxcodec/codec/DEPS | 1 |
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', ] |