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

Unified Diff: net/net.gyp

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 | « net/dns/mojo_type_converters.cc ('k') | net/proxy/mojo_proxy_resolver_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5ff2c519cb3734631bfd5b733212581ce81b33b1..569147cadb253bc262b885e0941cfab0238b5afd 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1304,10 +1304,10 @@
'target_name': 'mojo_type_converters',
'type': 'static_library',
'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',
],
'dependencies': [
'net',
« no previous file with comments | « net/dns/mojo_type_converters.cc ('k') | net/proxy/mojo_proxy_resolver_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698