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

Unified Diff: net/net.gyp

Issue 1017453005: Add support for ProxyResolverErrorObserver to ProxyResolverMojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/interfaces/proxy_resolver_service.mojom ('k') | net/net.gypi » ('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 e3d858c633934ffed602860c4c65c5870b5553dd..cbc2d23efabfa2a9fc6030f548c1408ccb6c8aac 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -319,6 +319,7 @@
'proxy/load_state_change_coalescer_unittest.cc',
'proxy/mojo_proxy_resolver_factory_impl_unittest.cc',
'proxy/mojo_proxy_resolver_impl_unittest.cc',
+ 'proxy/proxy_resolver_error_observer_mojo_unittest.cc',
'proxy/proxy_resolver_mojo_unittest.cc',
'proxy/proxy_service_mojo_unittest.cc',
],
@@ -925,6 +926,8 @@
'proxy/mojo_proxy_resolver_factory_impl.h',
'proxy/mojo_proxy_resolver_impl.cc',
'proxy/mojo_proxy_resolver_impl.h',
+ 'proxy/proxy_resolver_error_observer_mojo.cc',
+ 'proxy/proxy_resolver_error_observer_mojo.h',
],
'dependencies': [
'mojo_type_converters',
« no previous file with comments | « net/interfaces/proxy_resolver_service.mojom ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698