Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+crypto", | |
| 3 "-crypto/third_party", | |
|
davidben
2016/11/30 17:30:24
This directory doesn't exist anymore. (I'll go tak
| |
| 4 "+net", | |
| 5 "+sql", | |
| 6 "+ui/base", | |
| 7 "+ui/gfx", | |
| 8 | |
| 9 # Only parts of skia are compiled on iOS, so we explicitly list the | |
| 10 # files that can be included to avoid bringing in more code. | |
| 11 "+skia/ext/skia_utils_ios.h", | |
| 12 "+third_party/skia/include/core/SkBitmap.h", | |
| 13 "+third_party/skia/include/core/SkColor.h", | |
| 14 "+third_party/skia/include/core/SkGraphics.h", | |
| 15 | |
| 2 # The subdirectories in ios/chrome/ will manually allow their own include | 16 # The subdirectories in ios/chrome/ will manually allow their own include |
| 3 # directories in ios/chrome/ so we disallow all of them. | 17 # directories in ios/chrome/ so we disallow all of them. |
| 4 "-ios/chrome", | 18 "-ios/chrome", |
| 19 "+ios/chrome/common", | |
| 20 "+ios/chrome/test", | |
| 5 ] | 21 ] |
| OLD | NEW |