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

Unified Diff: net/BUILD.gn

Issue 955263002: Rename mojo_type_converters.* to mojo_{host,proxy}_type_converters.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | net/dns/host_resolver_mojo.cc » ('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 2c731e9b9a501344f4ef9ce45c6f62b9f1496970..bfacab909acbd2cee1391808200f75009d64e3bf 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -807,10 +807,10 @@ if (use_v8_in_net && !is_android) {
source_set("mojo_type_converters") {
sources = [
- "dns/mojo_type_converters.cc",
- "dns/mojo_type_converters.h",
- "proxy/mojo_type_converters.cc",
- "proxy/mojo_type_converters.h",
+ "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 = [
« no previous file with comments | « no previous file | net/dns/host_resolver_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698