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