include_rules = [
  "+net",
  # Only WebP decoding is allowed (no encoding).
  "+third_party/libwebp/webp/decode.h",
  "+third_party/ocmock",

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