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

Unified Diff: net/BUILD.gn

Issue 2625853002: Remove --v8-pac-mojo-in-process (Closed)
Patch Set: test Created 3 years, 11 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 | « chrome/common/chrome_switches.cc ('k') | net/proxy/in_process_mojo_proxy_resolver_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 145790b7a7502a7aaa309b7ff633ac2296efd2d9..796fb2b82382bb9c459b4b2388bf04d1ca317245 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -704,8 +704,6 @@ if (use_v8_in_net && !is_android) {
sources = [
"dns/mojo_host_resolver_impl.cc",
"dns/mojo_host_resolver_impl.h",
- "proxy/in_process_mojo_proxy_resolver_factory.cc",
- "proxy/in_process_mojo_proxy_resolver_factory.h",
"proxy/mojo_proxy_resolver_factory.h",
"proxy/proxy_resolver_factory_mojo.cc",
"proxy/proxy_resolver_factory_mojo.h",
@@ -718,12 +716,6 @@ if (use_v8_in_net && !is_android) {
"//base",
"//mojo/public/cpp/bindings",
"//net/interfaces",
-
- # NOTE(amistry): As long as we support in-process Mojo v8 PAC, we need
- # this dependency since in_process_mojo_proxy_resolver_factory creates
- # the utility process side Mojo services in the browser process.
- # Ultimately, this will go away when we only support out-of-process.
- ":net_utility_services",
]
}
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | net/proxy/in_process_mojo_proxy_resolver_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698