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

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

Issue 2845913003: Cleaned up unused methods from WebStateImpl and NavigationContextImpl. (Closed)
Patch Set: Fixed tests Created 3 years, 7 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/tabs/tab_unittest.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/620465): Remove tab.mm and tab_unittest.mm exceptions. 2 # TODO(crbug.com/620465): Remove tab.mm and tab_unittest.mm exceptions.
3 "^tab\.mm$": [ 3 "^tab\.mm$": [
4 "+ios/web/navigation/crw_session_controller.h", 4 "+ios/web/navigation/crw_session_controller.h",
5 "+ios/web/navigation/navigation_item_impl.h", 5 "+ios/web/navigation/navigation_item_impl.h",
6 "+ios/web/web_state/web_state_impl.h", 6 "+ios/web/web_state/web_state_impl.h",
7 "+ios/web/web_state/ui/crw_web_controller.h", 7 "+ios/web/web_state/ui/crw_web_controller.h",
8 "+ios/web/navigation/navigation_manager_impl.h", 8 "+ios/web/navigation/navigation_manager_impl.h",
9 ], 9 ],
10 "^tab_unittest\.mm$": [ 10 "^tab_unittest\.mm$": [
11 "+ios/web/navigation/crw_session_controller.h", 11 "+ios/web/navigation/crw_session_controller.h",
12 "+ios/web/web_state/ui/crw_web_controller.h", 12 "+ios/web/web_state/ui/crw_web_controller.h",
13 "+ios/web/web_state/navigation_context_impl.h",
13 "+ios/web/navigation/navigation_manager_impl.h", 14 "+ios/web/navigation/navigation_manager_impl.h",
14 "+ios/web/web_state/web_state_impl.h", 15 "+ios/web/web_state/web_state_impl.h",
15 ], 16 ],
16 17
17 # TODO(crbug.com/620480): Remove tab.mm and tab_unittest.mm exceptions. 18 # TODO(crbug.com/620480): Remove tab.mm and tab_unittest.mm exceptions.
18 "^tab_model\.mm$": [ 19 "^tab_model\.mm$": [
19 "+ios/web/navigation/crw_session_certificate_policy_manager.h", 20 "+ios/web/navigation/crw_session_certificate_policy_manager.h",
20 "+ios/web/navigation/crw_session_controller.h", 21 "+ios/web/navigation/crw_session_controller.h",
21 "+ios/web/web_state/web_state_impl.h", 22 "+ios/web/web_state/web_state_impl.h",
22 "+ios/web/web_state/ui/crw_web_controller.h", 23 "+ios/web/web_state/ui/crw_web_controller.h",
23 ], 24 ],
24 "^tab_model_unittest\.mm$": [ 25 "^tab_model_unittest\.mm$": [
25 "+ios/web/navigation/crw_session_controller.h", 26 "+ios/web/navigation/crw_session_controller.h",
26 "+ios/web/web_state/ui/crw_web_controller.h", 27 "+ios/web/web_state/ui/crw_web_controller.h",
27 "+ios/web/web_state/web_state_impl.h", 28 "+ios/web/web_state/web_state_impl.h",
28 "+ios/web/navigation/navigation_manager_impl.h", 29 "+ios/web/navigation/navigation_manager_impl.h",
29 ], 30 ],
30 } 31 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/tabs/tab_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698