Chromium Code Reviews| Index: ios/chrome/test/app/DEPS |
| diff --git a/ios/chrome/test/app/DEPS b/ios/chrome/test/app/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a56f2b6f6ac5e01f1a4c8ca39e04f46b9584af4d |
| --- /dev/null |
| +++ b/ios/chrome/test/app/DEPS |
| @@ -0,0 +1,6 @@ |
| +specific_include_rules = { |
| + # TODO(crbug.com/732525): Remove crw_web_controller.h exception. |
| + "^tab_test_util.mm$": [ |
| + "+ios/web/web_state/ui/crw_web_controller.h", |
| + ], |
| +} |