| OLD | NEW |
| 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", | |
| 5 "+ios/web/navigation/navigation_item_impl.h", | 4 "+ios/web/navigation/navigation_item_impl.h", |
| 6 "+ios/web/web_state/web_state_impl.h", | 5 "+ios/web/web_state/web_state_impl.h", |
| 7 "+ios/web/web_state/ui/crw_web_controller.h", | 6 "+ios/web/web_state/ui/crw_web_controller.h", |
| 8 "+ios/web/navigation/navigation_manager_impl.h", | 7 "+ios/web/navigation/navigation_manager_impl.h", |
| 9 ], | 8 ], |
| 10 "^tab_unittest\.mm$": [ | 9 "^tab_unittest\.mm$": [ |
| 11 "+ios/web/navigation/crw_session_controller.h", | 10 "+ios/web/navigation/crw_session_controller.h", |
| 12 "+ios/web/web_state/ui/crw_web_controller.h", | 11 "+ios/web/web_state/ui/crw_web_controller.h", |
| 13 "+ios/web/web_state/navigation_context_impl.h", | 12 "+ios/web/web_state/navigation_context_impl.h", |
| 14 "+ios/web/navigation/navigation_manager_impl.h", | 13 "+ios/web/navigation/navigation_manager_impl.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/620480): Remove tab.mm and tab_unittest.mm exceptions. | 17 # TODO(crbug.com/620480): Remove tab.mm and tab_unittest.mm exceptions. |
| 19 "^tab_model\.mm$": [ | 18 "^tab_model\.mm$": [ |
| 20 "+ios/web/navigation/crw_session_certificate_policy_manager.h", | 19 "+ios/web/navigation/crw_session_certificate_policy_manager.h", |
| 21 "+ios/web/navigation/crw_session_controller.h", | |
| 22 "+ios/web/web_state/web_state_impl.h", | 20 "+ios/web/web_state/web_state_impl.h", |
| 23 "+ios/web/web_state/ui/crw_web_controller.h", | 21 "+ios/web/web_state/ui/crw_web_controller.h", |
| 24 ], | 22 ], |
| 25 "^tab_model_unittest\.mm$": [ | 23 "^tab_model_unittest\.mm$": [ |
| 26 "+ios/web/navigation/crw_session_controller.h", | 24 "+ios/web/navigation/crw_session_controller.h", |
| 27 "+ios/web/web_state/ui/crw_web_controller.h", | 25 "+ios/web/web_state/ui/crw_web_controller.h", |
| 28 "+ios/web/web_state/web_state_impl.h", | 26 "+ios/web/web_state/web_state_impl.h", |
| 29 "+ios/web/navigation/navigation_manager_impl.h", | 27 "+ios/web/navigation/navigation_manager_impl.h", |
| 30 ], | 28 ], |
| 31 } | 29 } |
| OLD | NEW |