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

Unified Diff: net/BUILD.gn

Issue 2083463002: Replace //net TypeConverters with StructTraits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@type-converter-cleanup--gurl
Patch Set: rebase 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
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 980b69230c07db1c8ffe9a83e7fd20efa04575d2..312b253b118d4391f9c26df316622ff2cde0eebb 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -738,7 +738,6 @@ if (use_v8_in_net && !is_android) {
]
public_deps = [
- ":mojo_type_converters",
":net_with_v8",
"//base",
"//mojo/common",
@@ -753,22 +752,6 @@ if (use_v8_in_net && !is_android) {
]
}
- source_set("mojo_type_converters") {
- sources = [
- "dns/mojo_host_type_converters.cc",
- "dns/mojo_host_type_converters.h",
- "proxy/mojo_proxy_type_converters.cc",
- "proxy/mojo_proxy_type_converters.h",
- ]
-
- public_deps = [
- ":net",
- "//base",
- "//mojo/public/cpp/bindings",
- "//net/interfaces",
- ]
- }
-
source_set("net_utility_services") {
sources = [
"dns/host_resolver_mojo.cc",
@@ -786,7 +769,6 @@ if (use_v8_in_net && !is_android) {
]
public_deps = [
- ":mojo_type_converters",
":net",
"//mojo/common",
"//mojo/public/cpp/bindings",

Powered by Google App Engine
This is Rietveld 408576698