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

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: Fix merge Created 3 years, 6 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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/components/io_thread/ios_io_thread.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/components/io_thread/BUILD.gn
diff --git a/ios/components/io_thread/BUILD.gn b/ios/components/io_thread/BUILD.gn
index 537786d0487fa7ec037af3fcd1462fa5de326dbb..229a02342513914fdf260627e54f8f5b266c5352 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",
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/components/io_thread/ios_io_thread.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698