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