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

Side by Side Diff: net/net.gypi

Issue 2551153003: Add static domain security state generator tool. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/domain_security_preload_generator/bit_writer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 'url_request/websocket_handshake_userdata_key.cc', 1429 'url_request/websocket_handshake_userdata_key.cc',
1430 'url_request/websocket_handshake_userdata_key.h', 1430 'url_request/websocket_handshake_userdata_key.h',
1431 1431
1432 'websockets/websocket_handshake_request_info.h', 1432 'websockets/websocket_handshake_request_info.h',
1433 'websockets/websocket_handshake_response_info.h', 1433 'websockets/websocket_handshake_response_info.h',
1434 # WebSockets headers are included net/http files. Since net/http can be 1434 # WebSockets headers are included net/http files. Since net/http can be
1435 # built without linking net/websockets code, the uses of the websockets 1435 # built without linking net/websockets code, the uses of the websockets
1436 # headers from url_request are carefully written not to introduce link- 1436 # headers from url_request are carefully written not to introduce link-
1437 # time dependencies. 1437 # time dependencies.
1438 # 1438 #
1439 # To make "gn check" validate the header usage properly, these are the 1439 # To make 'gn check' validate the header usage properly, these are the
lgarron 2016/12/05 20:48:30 Nit: estore double quotes (I think you search-repl
martijnc 2016/12/07 22:37:52 Done.
1440 # websocket headers needed by the shared net code, which are duplicated 1440 # websocket headers needed by the shared net code, which are duplicated
1441 # unconditionally here from the conditional websockets list below. 1441 # unconditionally here from the conditional websockets list below.
1442 'websockets/websocket_handshake_stream_base.h', 1442 'websockets/websocket_handshake_stream_base.h',
1443 'websockets/websocket_stream.h', 1443 'websockets/websocket_stream.h',
1444 ], 1444 ],
1445 'net_extras_sources': [ 1445 'net_extras_sources': [
1446 'extras/sqlite/cookie_crypto_delegate.h', 1446 'extras/sqlite/cookie_crypto_delegate.h',
1447 'extras/sqlite/sqlite_channel_id_store.cc', 1447 'extras/sqlite/sqlite_channel_id_store.cc',
1448 'extras/sqlite/sqlite_channel_id_store.h', 1448 'extras/sqlite/sqlite_channel_id_store.h',
1449 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1449 'extras/sqlite/sqlite_persistent_cookie_store.cc',
(...skipping 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
2119 'websockets/websocket_test_util.h', 2119 'websockets/websocket_test_util.h',
2120 ], 2120 ],
2121 'net_base_mac_ios_sources': [ 2121 'net_base_mac_ios_sources': [
2122 'base/mac/url_conversions.h', 2122 'base/mac/url_conversions.h',
2123 'base/mac/url_conversions.mm', 2123 'base/mac/url_conversions.mm',
2124 ], 2124 ],
2125 'net_base_test_mac_ios_sources': [ 2125 'net_base_test_mac_ios_sources': [
2126 'base/mac/url_conversions_unittest.mm', 2126 'base/mac/url_conversions_unittest.mm',
2127 ], 2127 ],
2128 'net_file_support_sources': [ 2128 'net_file_support_sources': [
2129 "base/directory_lister.cc", 2129 'base/directory_lister.cc',
2130 "base/directory_lister.h", 2130 'base/directory_lister.h',
2131 "base/directory_listing.cc", 2131 'base/directory_listing.cc',
2132 "base/directory_listing.h", 2132 'base/directory_listing.h',
2133 "url_request/file_protocol_handler.cc", 2133 'url_request/file_protocol_handler.cc',
2134 "url_request/file_protocol_handler.h", 2134 'url_request/file_protocol_handler.h',
2135 "url_request/url_request_file_dir_job.cc", 2135 'url_request/url_request_file_dir_job.cc',
2136 "url_request/url_request_file_dir_job.h", 2136 'url_request/url_request_file_dir_job.h',
2137 "url_request/url_request_file_job.cc", 2137 'url_request/url_request_file_job.cc',
2138 "url_request/url_request_file_job.h", 2138 'url_request/url_request_file_job.h',
2139 ], 2139 ],
2140 'net_ftp_support_sources': [ 2140 'net_ftp_support_sources': [
2141 "ftp/ftp_auth_cache.cc", 2141 'ftp/ftp_auth_cache.cc',
2142 "ftp/ftp_auth_cache.h", 2142 'ftp/ftp_auth_cache.h',
2143 "ftp/ftp_ctrl_response_buffer.cc", 2143 'ftp/ftp_ctrl_response_buffer.cc',
2144 "ftp/ftp_ctrl_response_buffer.h", 2144 'ftp/ftp_ctrl_response_buffer.h',
2145 "ftp/ftp_directory_listing_parser.cc", 2145 'ftp/ftp_directory_listing_parser.cc',
2146 "ftp/ftp_directory_listing_parser.h", 2146 'ftp/ftp_directory_listing_parser.h',
2147 "ftp/ftp_directory_listing_parser_ls.cc", 2147 'ftp/ftp_directory_listing_parser_ls.cc',
2148 "ftp/ftp_directory_listing_parser_ls.h", 2148 'ftp/ftp_directory_listing_parser_ls.h',
2149 "ftp/ftp_directory_listing_parser_vms.cc", 2149 'ftp/ftp_directory_listing_parser_vms.cc',
2150 "ftp/ftp_directory_listing_parser_vms.h", 2150 'ftp/ftp_directory_listing_parser_vms.h',
2151 "ftp/ftp_directory_listing_parser_windows.cc", 2151 'ftp/ftp_directory_listing_parser_windows.cc',
2152 "ftp/ftp_directory_listing_parser_windows.h", 2152 'ftp/ftp_directory_listing_parser_windows.h',
2153 "ftp/ftp_network_layer.cc", 2153 'ftp/ftp_network_layer.cc',
2154 "ftp/ftp_network_layer.h", 2154 'ftp/ftp_network_layer.h',
2155 "ftp/ftp_network_session.cc", 2155 'ftp/ftp_network_session.cc',
2156 "ftp/ftp_network_session.h", 2156 'ftp/ftp_network_session.h',
2157 "ftp/ftp_network_transaction.cc", 2157 'ftp/ftp_network_transaction.cc',
2158 "ftp/ftp_network_transaction.h", 2158 'ftp/ftp_network_transaction.h',
2159 "ftp/ftp_request_info.h", 2159 'ftp/ftp_request_info.h',
2160 "ftp/ftp_response_info.cc", 2160 'ftp/ftp_response_info.cc',
2161 "ftp/ftp_response_info.h", 2161 'ftp/ftp_response_info.h',
2162 "ftp/ftp_server_type_histograms.cc", 2162 'ftp/ftp_server_type_histograms.cc',
2163 "ftp/ftp_server_type_histograms.h", 2163 'ftp/ftp_server_type_histograms.h',
2164 "ftp/ftp_transaction.h", 2164 'ftp/ftp_transaction.h',
2165 "ftp/ftp_transaction_factory.h", 2165 'ftp/ftp_transaction_factory.h',
2166 "ftp/ftp_util.cc", 2166 'ftp/ftp_util.cc',
2167 "ftp/ftp_util.h", 2167 'ftp/ftp_util.h',
2168 "url_request/ftp_protocol_handler.cc", 2168 'url_request/ftp_protocol_handler.cc',
2169 "url_request/ftp_protocol_handler.h", 2169 'url_request/ftp_protocol_handler.h',
2170 "url_request/url_request_ftp_job.cc", 2170 'url_request/url_request_ftp_job.cc',
2171 "url_request/url_request_ftp_job.h", 2171 'url_request/url_request_ftp_job.h',
2172 ], 2172 ],
2173 'net_websockets_sources': [ 2173 'net_websockets_sources': [
2174 "websockets/websocket_basic_handshake_stream.cc", 2174 'websockets/websocket_basic_handshake_stream.cc',
2175 "websockets/websocket_basic_handshake_stream.h", 2175 'websockets/websocket_basic_handshake_stream.h',
2176 "websockets/websocket_basic_stream.cc", 2176 'websockets/websocket_basic_stream.cc',
2177 "websockets/websocket_basic_stream.h", 2177 'websockets/websocket_basic_stream.h',
2178 "websockets/websocket_channel.cc", 2178 'websockets/websocket_channel.cc',
2179 "websockets/websocket_channel.h", 2179 'websockets/websocket_channel.h',
2180 "websockets/websocket_deflate_parameters.cc", 2180 'websockets/websocket_deflate_parameters.cc',
2181 "websockets/websocket_deflate_parameters.h", 2181 'websockets/websocket_deflate_parameters.h',
2182 "websockets/websocket_deflate_predictor.h", 2182 'websockets/websocket_deflate_predictor.h',
2183 "websockets/websocket_deflate_predictor_impl.cc", 2183 'websockets/websocket_deflate_predictor_impl.cc',
2184 "websockets/websocket_deflate_predictor_impl.h", 2184 'websockets/websocket_deflate_predictor_impl.h',
2185 "websockets/websocket_deflate_stream.cc", 2185 'websockets/websocket_deflate_stream.cc',
2186 "websockets/websocket_deflate_stream.h", 2186 'websockets/websocket_deflate_stream.h',
2187 "websockets/websocket_deflater.cc", 2187 'websockets/websocket_deflater.cc',
2188 "websockets/websocket_deflater.h", 2188 'websockets/websocket_deflater.h',
2189 "websockets/websocket_errors.cc", 2189 'websockets/websocket_errors.cc',
2190 "websockets/websocket_errors.h", 2190 'websockets/websocket_errors.h',
2191 "websockets/websocket_extension.cc", 2191 'websockets/websocket_extension.cc',
2192 "websockets/websocket_extension.h", 2192 'websockets/websocket_extension.h',
2193 "websockets/websocket_extension_parser.cc", 2193 'websockets/websocket_extension_parser.cc',
2194 "websockets/websocket_extension_parser.h", 2194 'websockets/websocket_extension_parser.h',
2195 "websockets/websocket_frame.cc", 2195 'websockets/websocket_frame.cc',
2196 "websockets/websocket_frame.h", 2196 'websockets/websocket_frame.h',
2197 "websockets/websocket_frame_parser.cc", 2197 'websockets/websocket_frame_parser.cc',
2198 "websockets/websocket_frame_parser.h", 2198 'websockets/websocket_frame_parser.h',
2199 "websockets/websocket_handshake_challenge.cc", 2199 'websockets/websocket_handshake_challenge.cc',
2200 "websockets/websocket_handshake_challenge.h", 2200 'websockets/websocket_handshake_challenge.h',
2201 "websockets/websocket_handshake_constants.cc", 2201 'websockets/websocket_handshake_constants.cc',
2202 "websockets/websocket_handshake_constants.h", 2202 'websockets/websocket_handshake_constants.h',
2203 "websockets/websocket_handshake_request_info.cc", 2203 'websockets/websocket_handshake_request_info.cc',
2204 "websockets/websocket_handshake_request_info.h", 2204 'websockets/websocket_handshake_request_info.h',
2205 "websockets/websocket_handshake_response_info.cc", 2205 'websockets/websocket_handshake_response_info.cc',
2206 "websockets/websocket_handshake_response_info.h", 2206 'websockets/websocket_handshake_response_info.h',
2207 "websockets/websocket_handshake_stream_base.h", 2207 'websockets/websocket_handshake_stream_base.h',
2208 "websockets/websocket_handshake_stream_create_helper.cc", 2208 'websockets/websocket_handshake_stream_create_helper.cc',
2209 "websockets/websocket_handshake_stream_create_helper.h", 2209 'websockets/websocket_handshake_stream_create_helper.h',
2210 "websockets/websocket_inflater.cc", 2210 'websockets/websocket_inflater.cc',
2211 "websockets/websocket_inflater.h", 2211 'websockets/websocket_inflater.h',
2212 "websockets/websocket_stream.cc", 2212 'websockets/websocket_stream.cc',
2213 "websockets/websocket_stream.h", 2213 'websockets/websocket_stream.h',
2214 ], 2214 ],
2215 # List of test data files for //net:test_support. Can be regenerated by 2215 # List of test data files for //net:test_support. Can be regenerated by
2216 # running net/data/update_net_gypi.py. 2216 # running net/data/update_net_gypi.py.
2217 'net_test_support_data_sources': [ 2217 'net_test_support_data_sources': [
2218 'data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem', 2218 'data/ssl/certificates/1024-rsa-ee-by-1024-rsa-intermediate.pem',
2219 'data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem', 2219 'data/ssl/certificates/1024-rsa-ee-by-2048-rsa-intermediate.pem',
2220 'data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem', 2220 'data/ssl/certificates/1024-rsa-ee-by-768-rsa-intermediate.pem',
2221 'data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem', 2221 'data/ssl/certificates/1024-rsa-ee-by-prime256v1-ecdsa-intermediate.pem',
2222 'data/ssl/certificates/1024-rsa-intermediate.pem', 2222 'data/ssl/certificates/1024-rsa-intermediate.pem',
2223 'data/ssl/certificates/10_year_validity.pem', 2223 'data/ssl/certificates/10_year_validity.pem',
(...skipping 1151 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 'third_party/nist-pkits/crls/requireExplicitPolicy4subsubsubCACRL.crl', 3375 'third_party/nist-pkits/crls/requireExplicitPolicy4subsubsubCACRL.crl',
3376 'third_party/nist-pkits/crls/requireExplicitPolicy5CACRL.crl', 3376 'third_party/nist-pkits/crls/requireExplicitPolicy5CACRL.crl',
3377 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3377 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3378 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3378 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3379 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3379 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3380 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3380 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3381 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3381 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3382 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3382 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3383 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3383 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3384 ], 3384 ],
3385 'net_domain_security_state_generator_sources': [
3386 'tools/domain_security_preload_generator/bit_writer.cc',
3387 'tools/domain_security_preload_generator/bit_writer.h',
3388 'tools/domain_security_preload_generator/cert_util.cc',
3389 'tools/domain_security_preload_generator/cert_util.h',
3390 'tools/domain_security_preload_generator/domain_security_entry.cc',
3391 'tools/domain_security_preload_generator/domain_security_entry.h',
3392 'tools/domain_security_preload_generator/domain_security_preload_generator .cc',
3393 'tools/domain_security_preload_generator/huffman/huffman_frequency_tracker .cc',
3394 'tools/domain_security_preload_generator/huffman/huffman_frequency_tracker .h',
3395 'tools/domain_security_preload_generator/huffman/huffman_node.cc',
3396 'tools/domain_security_preload_generator/huffman/huffman_node.h',
3397 'tools/domain_security_preload_generator/pinset.cc',
3398 'tools/domain_security_preload_generator/pinset.h',
3399 'tools/domain_security_preload_generator/pinsets.cc',
3400 'tools/domain_security_preload_generator/pinsets.h',
3401 'tools/domain_security_preload_generator/preloaded_state_generator.cc',
3402 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3403 'tools/domain_security_preload_generator/spki_hash.cc',
3404 'tools/domain_security_preload_generator/spki_hash.h',
3405 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3406 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3407 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3408 'tools/domain_security_preload_generator/trie/trie_writer.h',
3409 ],
3385 } 3410 }
3386 } 3411 }
OLDNEW
« no previous file with comments | « net/BUILD.gn ('k') | net/tools/domain_security_preload_generator/bit_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698