OLD | NEW |
1 specific_include_rules = { | 1 specific_include_rules = { |
| 2 # TODO(crbug.com/622072): Remove this exception. |
| 3 "^blocked_popup_handler\.h$": [ |
| 4 "+ios/web/web_state/blocked_popup_info.h", |
| 5 ], |
| 6 # TODO(crbug.com/622485): Remove this exception. |
| 7 "^error_page_content_unittest\.mm$": [ |
| 8 "+ios/web/web_state/error_translation_util.h", |
| 9 ], |
| 10 # TODO(crbug.com/623125): Remove this exception. |
| 11 "^early_page_script_perftest\.mm$": [ |
| 12 "+ios/web/web_state/js/page_script_util.h", |
| 13 ], |
2 # TODO(crbug.com/546231): Remove this exception. | 14 # TODO(crbug.com/546231): Remove this exception. |
3 "^web_controller_provider_impl\.mm$": [ | 15 "^web_controller_provider_impl\.mm$": [ |
4 "+ios/web/web_state/ui/crw_web_controller.h", | 16 "+ios/web/web_state/ui/crw_web_controller.h", |
5 "+ios/web/web_state/web_state_impl.h", | 17 "+ios/web/web_state/web_state_impl.h", |
6 ], | 18 ], |
7 } | 19 } |
OLD | NEW |