| Index: ios/chrome/DEPS
|
| diff --git a/ios/chrome/DEPS b/ios/chrome/DEPS
|
| index 6503a0e38f765535d07158daefed3d8bcceb68bf..0637ee1d5796ad44bc8576150d63f5e19c2b6292 100644
|
| --- a/ios/chrome/DEPS
|
| +++ b/ios/chrome/DEPS
|
| @@ -1,5 +1,20 @@
|
| include_rules = [
|
| + "+crypto",
|
| + "+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",
|
| ]
|
|
|