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

Unified Diff: net/net.gyp

Issue 862813002: WIP: Prototype OOP V8 PAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight cleanup and report JS memory usage. Created 5 years, 11 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/host_resolver_mojo_host.cc ('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 834a4c62e8ec5a33132f43f95c1ad541827b55e9..9700ffa2ead840866b27e9ceb49844a622d14ba9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1191,6 +1191,11 @@
'NET_IMPLEMENTATION',
],
'sources': [
+ 'proxy/proxy_resolver.mojom',
+ 'proxy/proxy_resolver_mojo.cc',
+ 'proxy/proxy_resolver_mojo.h',
+ 'proxy/proxy_resolver_mojo_host.cc',
+ 'proxy/proxy_resolver_mojo_host.h',
'proxy/proxy_resolver_v8.cc',
'proxy/proxy_resolver_v8.h',
'proxy/proxy_resolver_v8_tracing.cc',
@@ -1198,6 +1203,9 @@
'proxy/proxy_service_v8.cc',
'proxy/proxy_service_v8.h',
],
+ 'includes': [
+ '../mojo/mojom_bindings_generator.gypi',
+ ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
},
« no previous file with comments | « net/dns/host_resolver_mojo_host.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698