Chromium Code Reviews| Index: ios/chrome/browser/native_app_launcher/DEPS |
| diff --git a/ios/chrome/browser/native_app_launcher/DEPS b/ios/chrome/browser/native_app_launcher/DEPS |
| index 5ae0116afacdc94ed1bfddd1851aff6b5254732f..9ef23e18b6c93e1e6b7044760b91cf77c4a0c297 100644 |
| --- a/ios/chrome/browser/native_app_launcher/DEPS |
| +++ b/ios/chrome/browser/native_app_launcher/DEPS |
| @@ -3,4 +3,12 @@ specific_include_rules = { |
| "^native_app_navigation_controller\.mm$": [ |
| "+ios/web/navigation/navigation_manager_impl.h", |
| ], |
| + "^native_app_navigation_utils\.mm$": [ |
| + "+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.
|
| + ], |
| + "^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
|
| + "+ios/web/navigation/crw_session_controller.h", |
| + "+ios/web/navigation/navigation_manager_impl.h", |
| + "+ios/web/web_state/web_state_impl.h", |
| + ], |
| } |