OLD | NEW |
---|---|
1 specific_include_rules = { | 1 specific_include_rules = { |
2 # TODO(crbug.com/619984): Remove this exception. | 2 # TODO(crbug.com/619984): Remove this exception. |
Eugene But (OOO till 7-30)
2017/01/26 01:04:38
crbug.com/619984 is about using GetLastUserItem, w
pkl (ping after 24h if needed)
2017/01/26 02:26:28
Done.
| |
3 "^native_app_navigation_controller\.mm$": [ | 3 "^native_app_navigation_controller\.mm$": [ |
4 "+ios/web/navigation/navigation_manager_impl.h", | 4 "+ios/web/navigation/navigation_manager_impl.h", |
5 ], | 5 ], |
6 "^native_app_navigation_utils\.mm$": [ | |
7 "+ios/web/navigation/navigation_manager_impl.h", | |
Eugene But (OOO till 7-30)
2017/01/26 01:04:38
Do we need this exception?
pkl (ping after 24h if needed)
2017/01/26 02:26:28
Yes, it is needed.
| |
8 ], | |
9 "^native_app_navigation_utils_unittest\.mm$": [ | |
Eugene But (OOO till 7-30)
2017/01/26 01:04:38
Could you please file a bug to remove private API
pkl (ping after 24h if needed)
2017/01/26 02:26:28
I recycled the crbug quoted above because it is re
| |
10 "+ios/web/navigation/crw_session_controller.h", | |
11 "+ios/web/navigation/navigation_manager_impl.h", | |
12 "+ios/web/web_state/web_state_impl.h", | |
13 ], | |
6 } | 14 } |
OLD | NEW |