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

Unified Diff: ios/components/io_thread/DEPS

Issue 2894483003: Initialize ios/web_view translate with a system-wide URLRequestContext. (Closed)
Patch Set: Remove unneeded deps. Created 3 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: ios/components/io_thread/DEPS
diff --git a/ios/components/io_thread/DEPS b/ios/components/io_thread/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..18ba547ec24ec2bdd9bb50fb28cee8c0142f8e01
--- /dev/null
+++ b/ios/components/io_thread/DEPS
@@ -0,0 +1,11 @@
+include_rules = [
+ "+components/net_log",
+ "+components/network_session_configurator",
+ "+components/prefs",
+ "+components/proxy_config",
+ "+components/ssl_config",
+ "+components/variations",
+ "+components/version_info",
+ "+ios/web/public",
+ "+net",
+]

Powered by Google App Engine
This is Rietveld 408576698