Chromium Code Reviews| Index: components/webp_transcode/DEPS |
| diff --git a/components/webp_transcode/DEPS b/components/webp_transcode/DEPS |
| index 0e26ac679e9a5fc925844e1134ed9d35442e0e9a..1e71d47cca0c424d177896f47e812c6f9c6bc979 100644 |
| --- a/components/webp_transcode/DEPS |
| +++ b/components/webp_transcode/DEPS |
| @@ -2,9 +2,11 @@ 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. |
|
sdefresne
2015/03/19 17:06:34
nit: since iOS-specific net files are now in //ios
droger
2015/03/20 10:51:41
Not done: It's not yet very clear what will be the
|
| "-ios", |
| + "+ios/net", |
| # webp_transcode is only used by iOS. |
| "-content", |
| ] |