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

Side by Side Diff: ios/chrome/app/DEPS

Issue 2600963002: [ios] Do not use CRWWebController in MainController. (Closed)
Patch Set: Created 3 years, 11 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/chrome/app/main_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 "+breakpad/src/client/ios", 2 "+breakpad/src/client/ios",
3 "+components/bookmarks/browser", 3 "+components/bookmarks/browser",
4 "+components/bookmarks/test", 4 "+components/bookmarks/test",
5 "+components/browser_sync", 5 "+components/browser_sync",
6 "+components/browsing_data/core", 6 "+components/browsing_data/core",
7 "+components/component_updater", 7 "+components/component_updater",
8 "+components/content_settings", 8 "+components/content_settings",
9 "+components/crash/core/common", 9 "+components/crash/core/common",
10 "+components/favicon/core", 10 "+components/favicon/core",
(...skipping 19 matching lines...) Expand all
30 "+ios/chrome/grit", 30 "+ios/chrome/grit",
31 ] 31 ]
32 32
33 specific_include_rules = { 33 specific_include_rules = {
34 "main_controller.mm": [ 34 "main_controller.mm": [
35 # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request 35 # TODO(crbug.com/585700): Remove ios/web/net exceptions, once request
36 # tracker is removed. 36 # tracker is removed.
37 "+ios/web/net/request_tracker_factory_impl.h", 37 "+ios/web/net/request_tracker_factory_impl.h",
38 "+ios/web/net/request_tracker_impl.h", 38 "+ios/web/net/request_tracker_impl.h",
39 "+ios/web/net/web_http_protocol_handler_delegate.h", 39 "+ios/web/net/web_http_protocol_handler_delegate.h",
40
41 # TODO(crbug.com/616288): Remove this exception.
42 "+ios/web/web_state/ui/crw_web_controller.h",
43 ], 40 ],
44 } 41 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/main_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698