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

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

Issue 2712933002: Revert of Remove CRWSessionEntry usage from BrowserViewController. (Closed)
Patch Set: Created 3 years, 9 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",
11 "+ios/web/navigation/navigation_manager_impl.h", 12 "+ios/web/navigation/navigation_manager_impl.h",
12 "+ios/web/web_state/ui/crw_web_controller.h", 13 "+ios/web/web_state/ui/crw_web_controller.h",
13 ], 14 ],
14 "^browser_view_controller_unittest\.mm$": [ 15 "^browser_view_controller_unittest\.mm$": [
15 "+ios/web/navigation/crw_session_controller.h", 16 "+ios/web/navigation/crw_session_controller.h",
16 "+ios/web/web_state/ui/crw_web_controller.h", 17 "+ios/web/web_state/ui/crw_web_controller.h",
17 "+ios/web/web_state/web_state_impl.h", 18 "+ios/web/web_state/web_state_impl.h",
18 ], 19 ],
19 20
20 # TODO(crbug.com/620139): Remove this exception. 21 # TODO(crbug.com/620139): Remove this exception.
(...skipping 19 matching lines...) Expand all
40 ], 41 ],
41 "^open_in_controller_unittest\.mm$": [ 42 "^open_in_controller_unittest\.mm$": [
42 "+ios/web/web_state/ui/crw_web_controller.h", 43 "+ios/web/web_state/ui/crw_web_controller.h",
43 ], 44 ],
44 45
45 # TODO(crbug.com/620438): Remove this exception. 46 # TODO(crbug.com/620438): Remove this exception.
46 "^preload_controller\.mm$": [ 47 "^preload_controller\.mm$": [
47 "+ios/web/web_state/ui/crw_web_controller.h", 48 "+ios/web/web_state/ui/crw_web_controller.h",
48 ], 49 ],
49 } 50 }
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