Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: ios/web/shell/DEPS

Issue 1835623002: [ios] Cleaned up ios web shell from UIWebView code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with origin/master Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ios/web/shell/view_controller.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # web shell must use only public API or own headers. 2 # web shell must use only public API or own headers.
3 "-ios/web", 3 "-ios/web",
4 "+ios/web/public", 4 "+ios/web/public",
5 "+ios/web/shell", 5 "+ios/web/shell",
6 6
7 # TODO(crbug.com/597997): Remove these exceptions. Web shell must not use 7 # TODO(crbug.com/597997): Remove these exceptions. Web shell must not use
8 # any private APIs from web. 8 # any private APIs from web.
9 "+ios/web/navigation/crw_session_controller.h",
10 "+ios/web/net/crw_url_verifying_protocol_handler.h",
11 "+ios/web/net/request_tracker_factory_impl.h",
12 "+ios/web/net/web_http_protocol_handler_delegate.h",
13 "+ios/web/web_state/ui/crw_web_controller.h", 9 "+ios/web/web_state/ui/crw_web_controller.h",
14 "+ios/web/web_state/web_state_impl.h", 10 "+ios/web/web_state/web_state_impl.h",
15 ] 11 ]
16 12
OLDNEW
« no previous file with comments | « no previous file | ios/web/shell/view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698