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

Unified Diff: Source/core/core.gypi

Issue 14746002: Add WebPrescientNetworking to trigger preconnect from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use WebPrescientNetworking instead of WebPrerenderingSupport Created 7 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 25367577e0b5ac1447bc2604fefd8a23418af655..79406b6b67d51f734d7467282915e50fd829f646 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3052,6 +3052,8 @@
'platform/network/NetworkStateNotifier.h',
'platform/network/ParsedContentType.cpp',
'platform/network/ParsedContentType.h',
+ 'platform/network/Preconnect.h',
+ 'platform/network/Preconnect.cpp',
'platform/network/ProxyServer.cpp',
'platform/network/ResourceError.cpp',
'platform/network/ResourceError.h',
@@ -3610,6 +3612,7 @@
'platform/chromium/support/WebMediaStreamSource.cpp',
'platform/chromium/support/WebMediaStreamSourcesRequest.cpp',
'platform/chromium/support/WebMediaStreamTrack.cpp',
+ 'platform/chromium/support/WebPrescientNetworking.cpp',
'platform/chromium/support/WebPrerender.cpp',
'platform/chromium/support/WebPrerenderingSupport.cpp',
'platform/chromium/support/WebRTCConfiguration.cpp',

Powered by Google App Engine
This is Rietveld 408576698