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

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

Issue 2786033002: Expose way to set google api key through CWVWebView class method. (Closed)
Patch Set: fix dependency Created 3 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 | « ios/web_view/BUILD.gn ('k') | ios/web_view/internal/cwv_web_view.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 "+google_apis",
10 "+ios/net", 11 "+ios/net",
11 "+ios/web/public", 12 "+ios/web/public",
12 "+ios/web_view", 13 "+ios/web_view",
13 "+net", 14 "+net",
14 "+ui/base", 15 "+ui/base",
15 ] 16 ]
OLDNEW
« no previous file with comments | « ios/web_view/BUILD.gn ('k') | ios/web_view/internal/cwv_web_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698