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

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

Issue 2755823002: Moved |openedByDOM| to WebState's CreateParams and public interface. (Closed)
Patch Set: BVC session controller cleanup 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
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",
11 "+ios/web/navigation/navigation_manager_impl.h", 10 "+ios/web/navigation/navigation_manager_impl.h",
12 "+ios/web/web_state/ui/crw_web_controller.h", 11 "+ios/web/web_state/ui/crw_web_controller.h",
13 ], 12 ],
14 "^browser_view_controller_unittest\.mm$": [ 13 "^browser_view_controller_unittest\.mm$": [
15 "+ios/web/navigation/crw_session_controller.h",
16 "+ios/web/web_state/ui/crw_web_controller.h", 14 "+ios/web/web_state/ui/crw_web_controller.h",
17 "+ios/web/web_state/web_state_impl.h", 15 "+ios/web/web_state/web_state_impl.h",
18 ], 16 ],
19 17
20 # TODO(crbug.com/620139): Remove this exception. 18 # TODO(crbug.com/620139): Remove this exception.
21 "^fullscreen_controller\.mm$": [ 19 "^fullscreen_controller\.mm$": [
22 "+ios/web/web_state/ui/crw_web_controller.h", 20 "+ios/web/web_state/ui/crw_web_controller.h",
23 ], 21 ],
24 22
25 # TODO(crbug.com/620143): Remove these exceptions. 23 # TODO(crbug.com/620143): Remove these exceptions.
(...skipping 14 matching lines...) Expand all
40 ], 38 ],
41 "^open_in_controller_unittest\.mm$": [ 39 "^open_in_controller_unittest\.mm$": [
42 "+ios/web/web_state/ui/crw_web_controller.h", 40 "+ios/web/web_state/ui/crw_web_controller.h",
43 ], 41 ],
44 42
45 # TODO(crbug.com/620438): Remove this exception. 43 # TODO(crbug.com/620438): Remove this exception.
46 "^preload_controller\.mm$": [ 44 "^preload_controller\.mm$": [
47 "+ios/web/web_state/ui/crw_web_controller.h", 45 "+ios/web/web_state/ui/crw_web_controller.h",
48 ], 46 ],
49 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698