diff options
Diffstat (limited to 'core/fxcodec/codec/DEPS')
-rw-r--r-- | core/fxcodec/codec/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/fxcodec/codec/DEPS b/core/fxcodec/codec/DEPS new file mode 100644 index 0000000000..495d288992 --- /dev/null +++ b/core/fxcodec/codec/DEPS @@ -0,0 +1,4 @@ +include_rules = [ + '+third_party/libpng16/png.h', + '+third_party/libtiff/tiffiop.h', +] |