| 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/navigation_manager_impl.h", | 11 "+ios/web/navigation/navigation_manager_impl.h", |
| 12 "+ios/web/web_state/ui/crw_web_controller.h", | 12 "+ios/web/web_state/ui/crw_web_controller.h", |
| 13 ], | 13 ], |
| 14 "^browser_view_controller_unittest\.mm$": [ | 14 "^browser_view_controller_unittest\.mm$": [ |
| 15 "+ios/web/navigation/crw_session_controller.h", | 15 "+ios/web/navigation/crw_session_controller.h", |
| 16 "+ios/web/web_state/ui/crw_web_controller.h", | 16 "+ios/web/web_state/ui/crw_web_controller.h", |
| 17 "+ios/web/web_state/web_state_impl.h", | 17 "+ios/web/web_state/web_state_impl.h", |
| 18 ], | 18 ], |
| 19 | 19 |
| 20 # TODO(crbug.com/620139): Remove this exception. | 20 # TODO(crbug.com/620139): Remove this exception. |
| 21 "^fullscreen_controller\.mm$": [ | 21 "^fullscreen_controller\.mm$": [ |
| 22 "+ios/web/web_state/ui/crw_web_controller.h", | 22 "+ios/web/web_state/ui/crw_web_controller.h", |
| 23 ], | 23 ], |
| 24 | 24 |
| 25 # TODO(crbug.com/620143): Remove these exceptions. | 25 # TODO(crbug.com/620143): Remove these exceptions. |
| 26 "^fullscreen_controller_unittest\.mm$": [ | 26 "^fullscreen_controller_unittest\.mm$": [ |
| 27 "+ios/web/web_state/crw_web_view_proxy_impl.h", | 27 "+ios/web/web_state/ui/crw_web_view_proxy_impl.h", |
| 28 "+ios/web/web_state/ui/crw_web_controller.h", | 28 "+ios/web/web_state/ui/crw_web_controller.h", |
| 29 ], | 29 ], |
| 30 | 30 |
| 31 # TODO(crbug.com/620139): Remove these exceptions. | 31 # TODO(crbug.com/620139): Remove these exceptions. |
| 32 "^fullscreen_controller_unittest\.mm$": [ | 32 "^fullscreen_controller_unittest\.mm$": [ |
| 33 "+ios/web/web_state/crw_web_view_proxy_impl.h", | 33 "+ios/web/web_state/ui/crw_web_view_proxy_impl.h", |
| 34 "+ios/web/web_state/ui/crw_web_controller.h", | 34 "+ios/web/web_state/ui/crw_web_controller.h", |
| 35 ], | 35 ], |
| 36 | 36 |
| 37 # TODO(crbug.com/620147): Remove these exceptions. | 37 # TODO(crbug.com/620147): Remove these exceptions. |
| 38 "^open_in_controller\.mm$": [ | 38 "^open_in_controller\.mm$": [ |
| 39 "+ios/web/web_state/ui/crw_web_controller.h", | 39 "+ios/web/web_state/ui/crw_web_controller.h", |
| 40 ], | 40 ], |
| 41 "^open_in_controller_unittest\.mm$": [ | 41 "^open_in_controller_unittest\.mm$": [ |
| 42 "+ios/web/web_state/ui/crw_web_controller.h", | 42 "+ios/web/web_state/ui/crw_web_controller.h", |
| 43 ], | 43 ], |
| 44 | 44 |
| 45 # TODO(crbug.com/620438): Remove this exception. | 45 # TODO(crbug.com/620438): Remove this exception. |
| 46 "^preload_controller\.mm$": [ | 46 "^preload_controller\.mm$": [ |
| 47 "+ios/web/web_state/ui/crw_web_controller.h", | 47 "+ios/web/web_state/ui/crw_web_controller.h", |
| 48 ], | 48 ], |
| 49 } | 49 } |
| OLD | NEW |