summaryrefslogtreecommitdiffstats
path: root/components/webp_transcode/DEPS
blob: 0e26ac679e9a5fc925844e1134ed9d35442e0e9a (plain)
1
2
3
4
5
6
7
8
9
10
include_rules = [
  "+net",
  # Only WebP decoding is allowed (no encoding).
  "+third_party/libwebp/webp/decode.h",

  # webp_transcode should not depend on //ios for library size reasons.
  "-ios",
  # webp_transcode is only used by iOS.
  "-content",
]