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

Unified Diff: ios/components/io_thread/BUILD.gn

Issue 2914893002: Move some of IOThread's command line logic to network_session_configurator. (Closed)
Patch Set: Fixes... 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/BUILD.gn
diff --git a/ios/components/io_thread/BUILD.gn b/ios/components/io_thread/BUILD.gn
index a02fef14ad1a6806dc6c6503db59c6e9e34c370d..74d12ab60c5f4ec7c6ae6054be758463f2617eb5 100644
--- a/ios/components/io_thread/BUILD.gn
+++ b/ios/components/io_thread/BUILD.gn
@@ -8,7 +8,7 @@ component("io_thread") {
deps = [
"//base",
"//components/net_log",
- "//components/network_session_configurator",
+ "//components/network_session_configurator/browser",
"//components/prefs",
"//components/proxy_config",
"//components/proxy_config/ios",

Powered by Google App Engine
This is Rietveld 408576698