Index: ios/chrome/app/application_delegate/DEPS |
diff --git a/ios/chrome/app/application_delegate/DEPS b/ios/chrome/app/application_delegate/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..88f46f02eec5fd6fb907e05d28854def66caae2f |
--- /dev/null |
+++ b/ios/chrome/app/application_delegate/DEPS |
@@ -0,0 +1,12 @@ |
+specific_include_rules = { |
+ "app_state.mm": [ |
+ # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request |
+ # tracker is removed. |
+ "+ios/web/net/request_tracker_impl.h", |
+ ], |
+ "app_state_unittest.mm": [ |
+ # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request |
+ # tracker is removed. |
+ "+ios/web/net/request_tracker_impl.h", |
+ ], |
+} |