Index: ios/chrome/DEPS |
diff --git a/ios/chrome/DEPS b/ios/chrome/DEPS |
index 8fa9d48d882c65ff66720258905d4ce9964b0928..81b43aae644ddfb6342b37ae22157cbad9d7886e 100644 |
--- a/ios/chrome/DEPS |
+++ b/ios/chrome/DEPS |
@@ -1,3 +1,13 @@ |
include_rules = [ |
+ "+components/keyed_service/core", |
+ "+components/keyed_service/ios", |
+ "+components/leveldb_proto", |
+ "+components/suggestions", |
+ "+ios/public/provider/chrome", |
+ "+ios/web/public", |
"+net", |
+ |
+ # 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", |
] |