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

Side by Side Diff: net/BUILD.gn

Issue 2751623002: Revert of Server push cancellation: add a finch trial parameter (patchset #14 id:280001 of https://… (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 2103 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 "//build/config/sanitizers:deps", 2114 "//build/config/sanitizers:deps",
2115 "//build/win:default_exe_manifest", 2115 "//build/win:default_exe_manifest",
2116 ] 2116 ]
2117 } 2117 }
2118 } 2118 }
2119 2119
2120 bundle_data("test_support_bundle_data") { 2120 bundle_data("test_support_bundle_data") {
2121 visibility = [ ":test_support" ] 2121 visibility = [ ":test_support" ]
2122 testonly = true 2122 testonly = true
2123 sources = [ 2123 sources = [
2124 "data/quic_http_response_cache_data_with_push/test.example.com/favicon.ico",
2125 "data/quic_http_response_cache_data_with_push/test.example.com/index.html",
2126 "data/quic_http_response_cache_data_with_push/test.example.com/index2.html",
2127 "data/quic_http_response_cache_data_with_push/test.example.com/kitten-1.jpg" ,
2128 "data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem", 2124 "data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem",
2129 "data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem", 2125 "data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem",
2130 "data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem", 2126 "data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem",
2131 "data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem", 2127 "data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem",
2132 "data/ssl/certificates/1024-rsa-intermediate.pem", 2128 "data/ssl/certificates/1024-rsa-intermediate.pem",
2133 "data/ssl/certificates/10_year_validity.pem", 2129 "data/ssl/certificates/10_year_validity.pem",
2134 "data/ssl/certificates/11_year_validity.pem", 2130 "data/ssl/certificates/11_year_validity.pem",
2135 "data/ssl/certificates/2029_globalsign_com_cert.pem", 2131 "data/ssl/certificates/2029_globalsign_com_cert.pem",
2136 "data/ssl/certificates/2048-rsa-ee-by-1024-rsa-intermediate.pem", 2132 "data/ssl/certificates/2048-rsa-ee-by-1024-rsa-intermediate.pem",
2137 "data/ssl/certificates/2048-rsa-ee-by-2048-rsa-intermediate.pem", 2133 "data/ssl/certificates/2048-rsa-ee-by-2048-rsa-intermediate.pem",
(...skipping 3577 matching lines...) Expand 10 before | Expand all | Expand 10 after
5715 "tools/transport_security_state_generator/trie/trie_writer.cc", 5711 "tools/transport_security_state_generator/trie/trie_writer.cc",
5716 "tools/transport_security_state_generator/trie/trie_writer.h", 5712 "tools/transport_security_state_generator/trie/trie_writer.h",
5717 ] 5713 ]
5718 deps = [ 5714 deps = [
5719 "//base", 5715 "//base",
5720 "//crypto", 5716 "//crypto",
5721 "//third_party/boringssl", 5717 "//third_party/boringssl",
5722 ] 5718 ]
5723 } 5719 }
5724 } 5720 }
OLDNEW
« 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