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