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

Unified Diff: net/BUILD.gn

Issue 2692813002: Server push cancellation: add a finch trial parameter (Closed)
Patch Set: Spin the message loop to ensure the client receives the response Created 3 years, 8 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/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 2913343112f1cf35b6bf9b392d70ced15782ec76..eeb1dea85c052374be1b0e2c21e2092353c6707c 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2200,6 +2200,10 @@ bundle_data("test_support_bundle_data") {
visibility = [ ":test_support" ]
testonly = true
sources = [
+ "data/quic_http_response_cache_data_with_push/test.example.com/favicon.ico",
+ "data/quic_http_response_cache_data_with_push/test.example.com/index.html",
+ "data/quic_http_response_cache_data_with_push/test.example.com/index2.html",
+ "data/quic_http_response_cache_data_with_push/test.example.com/kitten-1.jpg",
"data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem",
"data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem",
"data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem",
« no previous file with comments | « components/network_session_configurator/network_session_configurator_unittest.cc ('k') | net/http/http_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698