Index: ios/chrome/browser/ui/side_swipe/DEPS |
diff --git a/ios/chrome/browser/ui/side_swipe/DEPS b/ios/chrome/browser/ui/side_swipe/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ff99d1a00c1ffdb1fe134f3d5dc1d12c124bc157 |
--- /dev/null |
+++ b/ios/chrome/browser/ui/side_swipe/DEPS |
@@ -0,0 +1,14 @@ |
+specific_include_rules = { |
+ # TODO(crbug.com/620932): Remove this exception. |
+ "^side_swipe_controller\.h$": [ |
+ "+ios/web/web_state/ui/crw_swipe_recognizer_provider.h", |
+ ], |
+ |
+ # TODO(crbug.com/620939): Remove these exceptions. |
+ "^card_side_swipe_view\.mm$": [ |
+ "+ios/web/web_state/ui/crw_web_controller.h", |
+ ], |
+ "^side_swipe_controller\.mm$": [ |
+ "+ios/web/web_state/ui/crw_web_controller.h", |
+ ], |
+} |