diff options
Diffstat (limited to 'app/gfx/codec/DEPS')
-rw-r--r-- | app/gfx/codec/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/gfx/codec/DEPS b/app/gfx/codec/DEPS new file mode 100644 index 0000000..e4907a6c --- /dev/null +++ b/app/gfx/codec/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + "+skia", + "+third_party/libjpeg", + "+third_party/libpng", +] |