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

Side by Side Diff: ios/chrome/browser/ui/DEPS

Issue 2690943006: Remove CRWSessionEntry usage from BrowserViewController. (Closed)
Patch Set: fix DEPS Created 3 years, 10 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 # TODO(crbug.com/620134): Remove these exceptions. 2 # TODO(crbug.com/620134): Remove these exceptions.
3 "^chrome_web_view_factory.*\.mm$": [ 3 "^chrome_web_view_factory.*\.mm$": [
4 "+ios/web/net/request_group_util.h", 4 "+ios/web/net/request_group_util.h",
5 "+ios/web/net/request_tracker_impl.h", 5 "+ios/web/net/request_tracker_impl.h",
6 ], 6 ],
7 7
8 # TODO(crbug.com/620489): Remove these exceptions. 8 # TODO(crbug.com/620489): Remove these exceptions.
9 "^browser_view_controller\.mm$": [ 9 "^browser_view_controller\.mm$": [
10 "+ios/web/navigation/crw_session_controller.h", 10 "+ios/web/navigation/crw_session_controller.h",
11 "+ios/web/navigation/crw_session_entry.h",
12 "+ios/web/navigation/navigation_manager_impl.h", 11 "+ios/web/navigation/navigation_manager_impl.h",
13 "+ios/web/web_state/ui/crw_web_controller.h", 12 "+ios/web/web_state/ui/crw_web_controller.h",
14 ], 13 ],
15 "^browser_view_controller_unittest\.mm$": [ 14 "^browser_view_controller_unittest\.mm$": [
16 "+ios/web/navigation/crw_session_controller.h", 15 "+ios/web/navigation/crw_session_controller.h",
17 "+ios/web/web_state/ui/crw_web_controller.h", 16 "+ios/web/web_state/ui/crw_web_controller.h",
18 "+ios/web/web_state/web_state_impl.h", 17 "+ios/web/web_state/web_state_impl.h",
19 ], 18 ],
20 19
21 # TODO(crbug.com/620139): Remove this exception. 20 # TODO(crbug.com/620139): Remove this exception.
(...skipping 19 matching lines...) Expand all
41 ], 40 ],
42 "^open_in_controller_unittest\.mm$": [ 41 "^open_in_controller_unittest\.mm$": [
43 "+ios/web/web_state/ui/crw_web_controller.h", 42 "+ios/web/web_state/ui/crw_web_controller.h",
44 ], 43 ],
45 44
46 # TODO(crbug.com/620438): Remove this exception. 45 # TODO(crbug.com/620438): Remove this exception.
47 "^preload_controller\.mm$": [ 46 "^preload_controller\.mm$": [
48 "+ios/web/web_state/ui/crw_web_controller.h", 47 "+ios/web/web_state/ui/crw_web_controller.h",
49 ], 48 ],
50 } 49 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/ui/browser_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698