diff options
Diffstat (limited to 'testing/image_diff/DEPS')
-rw-r--r-- | testing/image_diff/DEPS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/image_diff/DEPS b/testing/image_diff/DEPS new file mode 100644 index 0000000000..4bd2335cd7 --- /dev/null +++ b/testing/image_diff/DEPS @@ -0,0 +1,5 @@ +include_rules = [ + '+third_party/libpng16', + '+third_party/zlib', +] + |