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_content_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 # TODO(crbug.com/546231): Remove this exception. | |
15 "^web_controller_provider_impl\.mm$": [ | |
16 "+ios/web/web_state/ui/crw_web_controller.h", | |
17 "+ios/web/web_state/web_state_impl.h", | |
18 ], | |
19 } | 14 } |
OLD | NEW |