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

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

Issue 2915303002: Added NavigationManager::GetIndexOfItem(). (Closed)
Patch Set: Created 3 years, 6 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/web_state/ui/crw_web_controller.h", 10 "+ios/web/web_state/ui/crw_web_controller.h",
11 ], 11 ],
12 "^browser_view_controller_unittest\.mm$": [ 12 "^browser_view_controller_unittest\.mm$": [
13 "+ios/web/navigation/crw_session_controller.h",
14 "+ios/web/web_state/ui/crw_web_controller.h", 13 "+ios/web/web_state/ui/crw_web_controller.h",
15 "+ios/web/web_state/web_state_impl.h", 14 "+ios/web/web_state/web_state_impl.h",
16 ], 15 ],
17 16
18 # TODO(crbug.com/620139): Remove this exception. 17 # TODO(crbug.com/620139): Remove this exception.
19 "^fullscreen_controller\.mm$": [ 18 "^fullscreen_controller\.mm$": [
20 "+ios/web/web_state/ui/crw_web_controller.h", 19 "+ios/web/web_state/ui/crw_web_controller.h",
21 ], 20 ],
22 21
23 # TODO(crbug.com/620143): Remove these exceptions. 22 # TODO(crbug.com/620143): Remove these exceptions.
(...skipping 14 matching lines...) Expand all
38 ], 37 ],
39 "^open_in_controller_unittest\.mm$": [ 38 "^open_in_controller_unittest\.mm$": [
40 "+ios/web/web_state/ui/crw_web_controller.h", 39 "+ios/web/web_state/ui/crw_web_controller.h",
41 ], 40 ],
42 41
43 # TODO(crbug.com/620438): Remove this exception. 42 # TODO(crbug.com/620438): Remove this exception.
44 "^preload_controller\.mm$": [ 43 "^preload_controller\.mm$": [
45 "+ios/web/web_state/ui/crw_web_controller.h", 44 "+ios/web/web_state/ui/crw_web_controller.h",
46 ], 45 ],
47 } 46 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698