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

Unified Diff: ios/chrome/browser/ui/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/browser/tabs/DEPS ('k') | ios/chrome/browser/ui/contextual_search/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/DEPS
diff --git a/ios/chrome/browser/ui/DEPS b/ios/chrome/browser/ui/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fa03c9add216a6fbd704eef38329aa49dbdc986b
--- /dev/null
+++ b/ios/chrome/browser/ui/DEPS
@@ -0,0 +1,50 @@
+specific_include_rules = {
+ # TODO(crbug.com/620134): Remove these exceptions.
+ "^chrome_web_view_factory.*\.mm$": [
+ "+ios/web/net/request_group_util.h",
+ "+ios/web/net/request_tracker_impl.h",
+ ],
+
+ # TODO(crbug.com/620489): Remove these exceptions.
+ "^browser_view_controller\.mm$": [
+ "+ios/web/navigation/crw_session_controller.h",
+ "+ios/web/navigation/crw_session_entry.h",
+ "+ios/web/navigation/navigation_manager_impl.h",
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+ "^browser_view_controller_unittest\.mm$": [
+ "+ios/web/navigation/crw_session_controller.h",
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ "+ios/web/web_state/web_state_impl.h",
+ ],
+
+ # TODO(crbug.com/620139): Remove this exception.
+ "^fullscreen_controller\.mm$": [
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+
+ # TODO(crbug.com/620143): Remove these exceptions.
+ "^fullscreen_controller_unittest\.mm$": [
+ "+ios/web/web_state/crw_web_view_proxy_impl.h",
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+
+ # TODO(crbug.com/620139): Remove these exceptions.
+ "^fullscreen_controller_unittest\.mm$": [
+ "+ios/web/web_state/crw_web_view_proxy_impl.h",
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+
+ # TODO(crbug.com/620147): Remove these exceptions.
+ "^open_in_controller\.mm$": [
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+ "^open_in_controller_unittest\.mm$": [
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+
+ # TODO(crbug.com/620438): Remove this exception.
+ "^preload_controller\.mm$": [
+ "+ios/web/web_state/ui/crw_web_controller.h",
+ ],
+}
« no previous file with comments | « ios/chrome/browser/tabs/DEPS ('k') | ios/chrome/browser/ui/contextual_search/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698