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

Unified Diff: net/net_unittests.isolate

Issue 11885009: Improve performance of proxy resolver by tracing DNS dependencies. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase off trunk Created 7 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
Index: net/net_unittests.isolate
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate
index b3c8d7b354c59166d5fa398a08afbba603caf378..fe7dbf3bca0720997eacbd8353741f1bd6b36118 100644
--- a/net/net_unittests.isolate
+++ b/net/net_unittests.isolate
@@ -228,6 +228,13 @@
}, {
'variables': {
'isolate_dependency_tracked': [
+ 'data/proxy_resolver_v8_tracing_unittest/dns_during_init.js',
+ 'data/proxy_resolver_v8_tracing_unittest/dns.js',
+ 'data/proxy_resolver_v8_tracing_unittest/error.js',
+ 'data/proxy_resolver_v8_tracing_unittest/global_sideffects1.js',
+ 'data/proxy_resolver_v8_tracing_unittest/global_sideffects2.js',
+ 'data/proxy_resolver_v8_tracing_unittest/simple.js',
+ 'data/proxy_resolver_v8_tracing_unittest/too_many_alerts.js',
'data/proxy_resolver_v8_unittest/binding_from_global.js',
'data/proxy_resolver_v8_unittest/bindings.js',
'data/proxy_resolver_v8_unittest/direct.js',

Powered by Google App Engine
This is Rietveld 408576698