Index: ios/chrome/app/DEPS |
diff --git a/ios/chrome/app/DEPS b/ios/chrome/app/DEPS |
index 4fd5476ba1cddf6f216e761bcade6d93ab2de365..d1625701c81efaefac6644b46384c8d1a7f2d5cf 100644 |
--- a/ios/chrome/app/DEPS |
+++ b/ios/chrome/app/DEPS |
@@ -29,3 +29,16 @@ include_rules = [ |
"+components/strings", |
"+ios/chrome/grit", |
] |
+ |
+specific_include_rules = { |
+ "main_controller.mm": [ |
+ # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request |
+ # tracker is removed. |
+ "+ios/web/net/request_tracker_factory_impl.h", |
+ "+ios/web/net/request_tracker_impl.h", |
+ "+ios/web/net/web_http_protocol_handler_delegate.h", |
+ |
+ # TODO(crbug.com/616288): Remove this exception. |
+ "+ios/web/web_state/ui/crw_web_controller.h", |
+ ], |
+} |