Chromium Code Reviews| Index: ios/chrome/DEPS |
| diff --git a/ios/chrome/DEPS b/ios/chrome/DEPS |
| index 6503a0e38f765535d07158daefed3d8bcceb68bf..4d071a98a85cfbc210d33ee96f91046e3807ea33 100644 |
| --- a/ios/chrome/DEPS |
| +++ b/ios/chrome/DEPS |
| @@ -1,5 +1,21 @@ |
| include_rules = [ |
| + "+crypto", |
| + "-crypto/third_party", |
|
davidben
2016/11/30 17:30:24
This directory doesn't exist anymore. (I'll go tak
|
| + "+net", |
| + "+sql", |
| + "+ui/base", |
| + "+ui/gfx", |
| + |
| + # Only parts of skia are compiled on iOS, so we explicitly list the |
| + # files that can be included to avoid bringing in more code. |
| + "+skia/ext/skia_utils_ios.h", |
| + "+third_party/skia/include/core/SkBitmap.h", |
| + "+third_party/skia/include/core/SkColor.h", |
| + "+third_party/skia/include/core/SkGraphics.h", |
| + |
| # The subdirectories in ios/chrome/ will manually allow their own include |
| # directories in ios/chrome/ so we disallow all of them. |
| "-ios/chrome", |
| + "+ios/chrome/common", |
| + "+ios/chrome/test", |
| ] |