repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
An accessibility tree update with two roots should be rejected.
[chromium-blink-merge.git]
/
components
/
webp_transcode
/
DEPS
blob
1e71d47cca0c424d177896f47e812c6f9c6bc979
1
include_rules = [
2
"+net",
3
# Only WebP decoding is allowed (no encoding).
4
"+third_party/libwebp/webp/decode.h",
5
"+third_party/ocmock",
6
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",
12
]