Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 specific_include_rules = { | |
| 2 # TODO(crbug.com/620907): Remove these exceptions. | |
| 3 "^tab_history_cell\.mm$": [ | |
| 4 "+ios/web/navigation/crw_session_entry.h", | |
| 5 ], | |
| 6 "tab_history_popup_controller.mm": [ | |
| 7 "+ios/web/navigation/crw_session_entry.h", | |
| 8 ], | |
| 9 "tab_history_popup_controller_unittest.mm": [ | |
| 10 "+ios/web/navigation/crw_session_entry.h", | |
| 11 ], | |
| 12 "tab_history_view_controller.mm": [ | |
| 13 "+ios/web/navigation/crw_session_entry.h", | |
| 14 ], | |
| 15 } | |
| OLD | NEW |