OLD | NEW |
(Empty) | |
| 1 specific_include_rules = { |
| 2 # TODO(crbug.com/620134): Remove these exceptions. |
| 3 "^chrome_web_view_factory.*\.mm$": [ |
| 4 "+ios/web/net/request_group_util.h", |
| 5 "+ios/web/net/request_tracker_impl.h", |
| 6 ], |
| 7 |
| 8 # TODO(crbug.com/620489): Remove these exceptions. |
| 9 "^browser_view_controller\.mm$": [ |
| 10 "+ios/web/navigation/crw_session_controller.h", |
| 11 "+ios/web/navigation/crw_session_entry.h", |
| 12 "+ios/web/navigation/navigation_manager_impl.h", |
| 13 "+ios/web/web_state/ui/crw_web_controller.h", |
| 14 ], |
| 15 "^browser_view_controller_unittest\.mm$": [ |
| 16 "+ios/web/navigation/crw_session_controller.h", |
| 17 "+ios/web/web_state/ui/crw_web_controller.h", |
| 18 "+ios/web/web_state/web_state_impl.h", |
| 19 ], |
| 20 |
| 21 # TODO(crbug.com/620139): Remove this exception. |
| 22 "^fullscreen_controller\.mm$": [ |
| 23 "+ios/web/web_state/ui/crw_web_controller.h", |
| 24 ], |
| 25 |
| 26 # TODO(crbug.com/620143): Remove these exceptions. |
| 27 "^fullscreen_controller_unittest\.mm$": [ |
| 28 "+ios/web/web_state/crw_web_view_proxy_impl.h", |
| 29 "+ios/web/web_state/ui/crw_web_controller.h", |
| 30 ], |
| 31 |
| 32 # TODO(crbug.com/620139): Remove these exceptions. |
| 33 "^fullscreen_controller_unittest\.mm$": [ |
| 34 "+ios/web/web_state/crw_web_view_proxy_impl.h", |
| 35 "+ios/web/web_state/ui/crw_web_controller.h", |
| 36 ], |
| 37 |
| 38 # TODO(crbug.com/620147): Remove these exceptions. |
| 39 "^open_in_controller\.mm$": [ |
| 40 "+ios/web/web_state/ui/crw_web_controller.h", |
| 41 ], |
| 42 "^open_in_controller_unittest\.mm$": [ |
| 43 "+ios/web/web_state/ui/crw_web_controller.h", |
| 44 ], |
| 45 |
| 46 # TODO(crbug.com/620438): Remove this exception. |
| 47 "^preload_controller\.mm$": [ |
| 48 "+ios/web/web_state/ui/crw_web_controller.h", |
| 49 ], |
| 50 } |
OLD | NEW |