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

Unified Diff: net/BUILD.gn

Issue 2718633002: debug on ios simulator
Patch Set: add to BUILD.gn test_support_bundle_data Created 3 years, 10 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 | « no previous file | net/quic/chromium/quic_chromium_client_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 8c4009f16395a33d3d4d1a8e9becee9d7bfafd78..9f2888463c1c091352acef64a03d75ea4d62544f 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2117,6 +2117,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 | « no previous file | net/quic/chromium/quic_chromium_client_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698