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

Unified Diff: ios/chrome/app/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 | « no previous file | ios/chrome/app/application_delegate/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/DEPS
diff --git a/ios/chrome/app/DEPS b/ios/chrome/app/DEPS
index 4fd5476ba1cddf6f216e761bcade6d93ab2de365..d1625701c81efaefac6644b46384c8d1a7f2d5cf 100644
--- a/ios/chrome/app/DEPS
+++ b/ios/chrome/app/DEPS
@@ -29,3 +29,16 @@ include_rules = [
"+components/strings",
"+ios/chrome/grit",
]
+
+specific_include_rules = {
+ "main_controller.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",
+
+ # TODO(crbug.com/616288): Remove this exception.
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+}
« no previous file with comments | « no previous file | ios/chrome/app/application_delegate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698