| OLD | NEW |
| 1 specific_include_rules = { | 1 specific_include_rules = { |
| 2 # TODO(crbug.com/619992): Remove this exception. | 2 # TODO(crbug.com/619992): Remove this exception. |
| 3 "^session_service\.mm$": [ | 3 "^session_service\.mm$": [ |
| 4 "+ios/web/navigation/crw_session_certificate_policy_manager.h", | 4 "+ios/web/navigation/crw_session_certificate_policy_manager.h", |
| 5 "+ios/web/navigation/crw_session_controller.h", | |
| 6 "+ios/web/navigation/crw_session_entry.h", | |
| 7 ], | 5 ], |
| 8 | 6 |
| 9 # TODO(crbug.com/620045): Remove these exceptions. | 7 # TODO(crbug.com/620045): Remove these exceptions. |
| 10 "^session_window\.h$": [ | 8 "^session_window\.h$": [ |
| 11 "+ios/web/web_state/web_state_impl.h", | 9 "+ios/web/web_state/web_state_impl.h", |
| 12 ], | 10 ], |
| 13 "^session_window\.mm$": [ | 11 "^session_window\.mm$": [ |
| 14 "+ios/web/navigation/crw_session_controller.h", | 12 "+ios/web/navigation/crw_session_controller.h", |
| 15 "+ios/web/web_state/web_state_impl.h", | 13 "+ios/web/web_state/web_state_impl.h", |
| 16 ], | 14 ], |
| 17 "^session_window_unittest\.mm$": [ | 15 "^session_window_unittest\.mm$": [ |
| 18 "+ios/web/navigation/crw_session_controller.h", | 16 "+ios/web/navigation/crw_session_controller.h", |
| 19 ], | 17 ], |
| 20 | 18 |
| 21 # TODO(crbug.com/620083): Remove this exception. | 19 # TODO(crbug.com/620083): Remove this exception. |
| 22 "^tab_restore_service_delegate_impl_ios\.mm$": [ | 20 "^tab_restore_service_delegate_impl_ios\.mm$": [ |
| 23 "+ios/web/navigation/navigation_manager_impl.h", | 21 "+ios/web/navigation/navigation_manager_impl.h", |
| 24 "+ios/web/web_state/web_state_impl.h", | 22 "+ios/web/web_state/web_state_impl.h", |
| 25 ], | 23 ], |
| 26 } | 24 } |
| OLD | NEW |