| OLD | NEW |
| 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", | 10 "+ios/web/navigation/crw_session_controller.h", |
| 11 "+ios/web/navigation/crw_session_entry.h", | |
| 12 "+ios/web/navigation/navigation_manager_impl.h", | 11 "+ios/web/navigation/navigation_manager_impl.h", |
| 13 "+ios/web/web_state/ui/crw_web_controller.h", | 12 "+ios/web/web_state/ui/crw_web_controller.h", |
| 14 ], | 13 ], |
| 15 "^browser_view_controller_unittest\.mm$": [ | 14 "^browser_view_controller_unittest\.mm$": [ |
| 16 "+ios/web/navigation/crw_session_controller.h", | 15 "+ios/web/navigation/crw_session_controller.h", |
| 17 "+ios/web/web_state/ui/crw_web_controller.h", | 16 "+ios/web/web_state/ui/crw_web_controller.h", |
| 18 "+ios/web/web_state/web_state_impl.h", | 17 "+ios/web/web_state/web_state_impl.h", |
| 19 ], | 18 ], |
| 20 | 19 |
| 21 # TODO(crbug.com/620139): Remove this exception. | 20 # TODO(crbug.com/620139): Remove this exception. |
| (...skipping 19 matching lines...) Expand all Loading... |
| 41 ], | 40 ], |
| 42 "^open_in_controller_unittest\.mm$": [ | 41 "^open_in_controller_unittest\.mm$": [ |
| 43 "+ios/web/web_state/ui/crw_web_controller.h", | 42 "+ios/web/web_state/ui/crw_web_controller.h", |
| 44 ], | 43 ], |
| 45 | 44 |
| 46 # TODO(crbug.com/620438): Remove this exception. | 45 # TODO(crbug.com/620438): Remove this exception. |
| 47 "^preload_controller\.mm$": [ | 46 "^preload_controller\.mm$": [ |
| 48 "+ios/web/web_state/ui/crw_web_controller.h", | 47 "+ios/web/web_state/ui/crw_web_controller.h", |
| 49 ], | 48 ], |
| 50 } | 49 } |
| OLD | NEW |