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

Unified Diff: net/BUILD.gn

Issue 2416483002: Use std::string instead of mojo::String in //net. (Closed)
Patch Set: Created 4 years, 2 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/browser/net/utility_process_mojo_proxy_resolver_factory.cc ('k') | net/DEPS » ('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 312b253b118d4391f9c26df316622ff2cde0eebb..d0afd624a27b9174a4eb99bda3751cf2dcbced92 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -740,7 +740,6 @@ if (use_v8_in_net && !is_android) {
public_deps = [
":net_with_v8",
"//base",
- "//mojo/common",
"//mojo/public/cpp/bindings",
"//net/interfaces",
@@ -770,7 +769,6 @@ if (use_v8_in_net && !is_android) {
public_deps = [
":net",
- "//mojo/common",
"//mojo/public/cpp/bindings",
"//net/interfaces",
]
« no previous file with comments | « chrome/browser/net/utility_process_mojo_proxy_resolver_factory.cc ('k') | net/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698