Index: ios/clean/DEPS |
diff --git a/ios/clean/DEPS b/ios/clean/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c1e975619b5a7d399bce2a6af723e32540300b55 |
--- /dev/null |
+++ b/ios/clean/DEPS |
@@ -0,0 +1,18 @@ |
+include_rules = [ |
+ "+crypto", |
+ "+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", |
+ |
+ "+ios/chrome", |
+ "+ios/web", |
+] |