| Index: ios/chrome/app/startup/DEPS
|
| diff --git a/ios/chrome/app/startup/DEPS b/ios/chrome/app/startup/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..44447234f66b797db3eed57bd2245584610ebccc
|
| --- /dev/null
|
| +++ b/ios/chrome/app/startup/DEPS
|
| @@ -0,0 +1,9 @@
|
| +specific_include_rules = {
|
| + "network_stack_setup.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",
|
| + ],
|
| +}
|
|
|