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

Unified Diff: components/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: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 482b3b8677879c1d4e5c2fea46df8fada06162e4..8a45950aff78ba0023bd148bd85e63d3853477d4 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -102,7 +102,7 @@ test("components_unittests") {
"//components/mime_util:unit_tests",
"//components/navigation_metrics:unit_tests",
"//components/net_log:unit_tests",
- "//components/network_session_configurator:unit_tests",
+ "//components/network_session_configurator/browser:unit_tests",
"//components/network_time:unit_tests",
"//components/ntp_snippets:unit_tests",
"//components/ntp_tiles:unit_tests",

Powered by Google App Engine
This is Rietveld 408576698