| include_rules = [ |
| "+crypto", |
| "+ios/shared/chrome/common", |
| "+ios/third_party", |
| "+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", |
| ] |