An accessibility tree update with two roots should be rejected.
[chromium-blink-merge.git] / components / webp_transcode / DEPS
blob1e71d47cca0c424d177896f47e812c6f9c6bc979
1 include_rules = [
2   "+net",
3   # Only WebP decoding is allowed (no encoding).
4   "+third_party/libwebp/webp/decode.h",
5   "+third_party/ocmock",
7   # webp_transcode should not depend on //ios for library size reasons.
8   "-ios",
9   "+ios/net",
10   # webp_transcode is only used by iOS.
11   "-content",