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

Side by Side Diff: ios/web_view/internal/DEPS

Issue 2654063004: Remove uses of private web API in ios/web_view. (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/web_view/internal/criwv_web_view_impl.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 "+base", 2 "+base",
3 "+components/infobars/core", 3 "+components/infobars/core",
4 "+components/keyed_service/core", 4 "+components/keyed_service/core",
5 "+components/keyed_service/ios", 5 "+components/keyed_service/ios",
6 "+components/pref_registry", 6 "+components/pref_registry",
7 "+components/prefs", 7 "+components/prefs",
8 "+components/translate/core", 8 "+components/translate/core",
9 "+components/translate/ios", 9 "+components/translate/ios",
10 "+ios/net", 10 "+ios/net",
11 "+ios/web/public", 11 "+ios/web/public",
12 "+ios/web_view", 12 "+ios/web_view",
13 "+net", 13 "+net",
14 "+ui/base", 14 "+ui/base",
15
16 # TODO(crbug.com/622967): Remove these exceptions.
17 "+ios/web/navigation/crw_session_controller.h",
18 "+ios/web/web_state/ui/crw_web_controller.h",
19 "+ios/web/web_state/web_state_impl.h",
20 ] 15 ]
OLDNEW
« no previous file with comments | « no previous file | ios/web_view/internal/criwv_web_view_impl.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698