blob: 1e71d47cca0c424d177896f47e812c6f9c6bc979 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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",
]
|