Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: ios/chrome/app/startup/DEPS

Issue 2576103002: [ios] Adds specific_include_rules to DEPS files. (Closed)
Patch Set: Rebased. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/app/application_delegate/DEPS ('k') | ios/chrome/browser/autofill/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ ],
+}
« no previous file with comments | « ios/chrome/app/application_delegate/DEPS ('k') | ios/chrome/browser/autofill/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698