 Chromium Code Reviews
 Chromium Code Reviews Issue 2551153003:
  Add static domain security state generator tool.  (Closed)
    
  
    Issue 2551153003:
  Add static domain security state generator tool.  (Closed) 
  | Index: net/net.gypi | 
| diff --git a/net/net.gypi b/net/net.gypi | 
| index 3a532c164ac540aaece97d4454b5a1301531f146..44847ede5d8394a9fac24b2fef249f7d4ac32cba 100644 | 
| --- a/net/net.gypi | 
| +++ b/net/net.gypi | 
| @@ -1436,7 +1436,7 @@ | 
| # headers from url_request are carefully written not to introduce link- | 
| # time dependencies. | 
| # | 
| - # To make "gn check" validate the header usage properly, these are the | 
| + # 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.
 | 
| # websocket headers needed by the shared net code, which are duplicated | 
| # unconditionally here from the conditional websockets list below. | 
| 'websockets/websocket_handshake_stream_base.h', | 
| @@ -2126,91 +2126,91 @@ | 
| 'base/mac/url_conversions_unittest.mm', | 
| ], | 
| 'net_file_support_sources': [ | 
| - "base/directory_lister.cc", | 
| - "base/directory_lister.h", | 
| - "base/directory_listing.cc", | 
| - "base/directory_listing.h", | 
| - "url_request/file_protocol_handler.cc", | 
| - "url_request/file_protocol_handler.h", | 
| - "url_request/url_request_file_dir_job.cc", | 
| - "url_request/url_request_file_dir_job.h", | 
| - "url_request/url_request_file_job.cc", | 
| - "url_request/url_request_file_job.h", | 
| + 'base/directory_lister.cc', | 
| + 'base/directory_lister.h', | 
| + 'base/directory_listing.cc', | 
| + 'base/directory_listing.h', | 
| + 'url_request/file_protocol_handler.cc', | 
| + 'url_request/file_protocol_handler.h', | 
| + 'url_request/url_request_file_dir_job.cc', | 
| + 'url_request/url_request_file_dir_job.h', | 
| + 'url_request/url_request_file_job.cc', | 
| + 'url_request/url_request_file_job.h', | 
| ], | 
| 'net_ftp_support_sources': [ | 
| - "ftp/ftp_auth_cache.cc", | 
| - "ftp/ftp_auth_cache.h", | 
| - "ftp/ftp_ctrl_response_buffer.cc", | 
| - "ftp/ftp_ctrl_response_buffer.h", | 
| - "ftp/ftp_directory_listing_parser.cc", | 
| - "ftp/ftp_directory_listing_parser.h", | 
| - "ftp/ftp_directory_listing_parser_ls.cc", | 
| - "ftp/ftp_directory_listing_parser_ls.h", | 
| - "ftp/ftp_directory_listing_parser_vms.cc", | 
| - "ftp/ftp_directory_listing_parser_vms.h", | 
| - "ftp/ftp_directory_listing_parser_windows.cc", | 
| - "ftp/ftp_directory_listing_parser_windows.h", | 
| - "ftp/ftp_network_layer.cc", | 
| - "ftp/ftp_network_layer.h", | 
| - "ftp/ftp_network_session.cc", | 
| - "ftp/ftp_network_session.h", | 
| - "ftp/ftp_network_transaction.cc", | 
| - "ftp/ftp_network_transaction.h", | 
| - "ftp/ftp_request_info.h", | 
| - "ftp/ftp_response_info.cc", | 
| - "ftp/ftp_response_info.h", | 
| - "ftp/ftp_server_type_histograms.cc", | 
| - "ftp/ftp_server_type_histograms.h", | 
| - "ftp/ftp_transaction.h", | 
| - "ftp/ftp_transaction_factory.h", | 
| - "ftp/ftp_util.cc", | 
| - "ftp/ftp_util.h", | 
| - "url_request/ftp_protocol_handler.cc", | 
| - "url_request/ftp_protocol_handler.h", | 
| - "url_request/url_request_ftp_job.cc", | 
| - "url_request/url_request_ftp_job.h", | 
| + 'ftp/ftp_auth_cache.cc', | 
| + 'ftp/ftp_auth_cache.h', | 
| + 'ftp/ftp_ctrl_response_buffer.cc', | 
| + 'ftp/ftp_ctrl_response_buffer.h', | 
| + 'ftp/ftp_directory_listing_parser.cc', | 
| + 'ftp/ftp_directory_listing_parser.h', | 
| + 'ftp/ftp_directory_listing_parser_ls.cc', | 
| + 'ftp/ftp_directory_listing_parser_ls.h', | 
| + 'ftp/ftp_directory_listing_parser_vms.cc', | 
| + 'ftp/ftp_directory_listing_parser_vms.h', | 
| + 'ftp/ftp_directory_listing_parser_windows.cc', | 
| + 'ftp/ftp_directory_listing_parser_windows.h', | 
| + 'ftp/ftp_network_layer.cc', | 
| + 'ftp/ftp_network_layer.h', | 
| + 'ftp/ftp_network_session.cc', | 
| + 'ftp/ftp_network_session.h', | 
| + 'ftp/ftp_network_transaction.cc', | 
| + 'ftp/ftp_network_transaction.h', | 
| + 'ftp/ftp_request_info.h', | 
| + 'ftp/ftp_response_info.cc', | 
| + 'ftp/ftp_response_info.h', | 
| + 'ftp/ftp_server_type_histograms.cc', | 
| + 'ftp/ftp_server_type_histograms.h', | 
| + 'ftp/ftp_transaction.h', | 
| + 'ftp/ftp_transaction_factory.h', | 
| + 'ftp/ftp_util.cc', | 
| + 'ftp/ftp_util.h', | 
| + 'url_request/ftp_protocol_handler.cc', | 
| + 'url_request/ftp_protocol_handler.h', | 
| + 'url_request/url_request_ftp_job.cc', | 
| + 'url_request/url_request_ftp_job.h', | 
| ], | 
| 'net_websockets_sources': [ | 
| - "websockets/websocket_basic_handshake_stream.cc", | 
| - "websockets/websocket_basic_handshake_stream.h", | 
| - "websockets/websocket_basic_stream.cc", | 
| - "websockets/websocket_basic_stream.h", | 
| - "websockets/websocket_channel.cc", | 
| - "websockets/websocket_channel.h", | 
| - "websockets/websocket_deflate_parameters.cc", | 
| - "websockets/websocket_deflate_parameters.h", | 
| - "websockets/websocket_deflate_predictor.h", | 
| - "websockets/websocket_deflate_predictor_impl.cc", | 
| - "websockets/websocket_deflate_predictor_impl.h", | 
| - "websockets/websocket_deflate_stream.cc", | 
| - "websockets/websocket_deflate_stream.h", | 
| - "websockets/websocket_deflater.cc", | 
| - "websockets/websocket_deflater.h", | 
| - "websockets/websocket_errors.cc", | 
| - "websockets/websocket_errors.h", | 
| - "websockets/websocket_extension.cc", | 
| - "websockets/websocket_extension.h", | 
| - "websockets/websocket_extension_parser.cc", | 
| - "websockets/websocket_extension_parser.h", | 
| - "websockets/websocket_frame.cc", | 
| - "websockets/websocket_frame.h", | 
| - "websockets/websocket_frame_parser.cc", | 
| - "websockets/websocket_frame_parser.h", | 
| - "websockets/websocket_handshake_challenge.cc", | 
| - "websockets/websocket_handshake_challenge.h", | 
| - "websockets/websocket_handshake_constants.cc", | 
| - "websockets/websocket_handshake_constants.h", | 
| - "websockets/websocket_handshake_request_info.cc", | 
| - "websockets/websocket_handshake_request_info.h", | 
| - "websockets/websocket_handshake_response_info.cc", | 
| - "websockets/websocket_handshake_response_info.h", | 
| - "websockets/websocket_handshake_stream_base.h", | 
| - "websockets/websocket_handshake_stream_create_helper.cc", | 
| - "websockets/websocket_handshake_stream_create_helper.h", | 
| - "websockets/websocket_inflater.cc", | 
| - "websockets/websocket_inflater.h", | 
| - "websockets/websocket_stream.cc", | 
| - "websockets/websocket_stream.h", | 
| + 'websockets/websocket_basic_handshake_stream.cc', | 
| + 'websockets/websocket_basic_handshake_stream.h', | 
| + 'websockets/websocket_basic_stream.cc', | 
| + 'websockets/websocket_basic_stream.h', | 
| + 'websockets/websocket_channel.cc', | 
| + 'websockets/websocket_channel.h', | 
| + 'websockets/websocket_deflate_parameters.cc', | 
| + 'websockets/websocket_deflate_parameters.h', | 
| + 'websockets/websocket_deflate_predictor.h', | 
| + 'websockets/websocket_deflate_predictor_impl.cc', | 
| + 'websockets/websocket_deflate_predictor_impl.h', | 
| + 'websockets/websocket_deflate_stream.cc', | 
| + 'websockets/websocket_deflate_stream.h', | 
| + 'websockets/websocket_deflater.cc', | 
| + 'websockets/websocket_deflater.h', | 
| + 'websockets/websocket_errors.cc', | 
| + 'websockets/websocket_errors.h', | 
| + 'websockets/websocket_extension.cc', | 
| + 'websockets/websocket_extension.h', | 
| + 'websockets/websocket_extension_parser.cc', | 
| + 'websockets/websocket_extension_parser.h', | 
| + 'websockets/websocket_frame.cc', | 
| + 'websockets/websocket_frame.h', | 
| + 'websockets/websocket_frame_parser.cc', | 
| + 'websockets/websocket_frame_parser.h', | 
| + 'websockets/websocket_handshake_challenge.cc', | 
| + 'websockets/websocket_handshake_challenge.h', | 
| + 'websockets/websocket_handshake_constants.cc', | 
| + 'websockets/websocket_handshake_constants.h', | 
| + 'websockets/websocket_handshake_request_info.cc', | 
| + 'websockets/websocket_handshake_request_info.h', | 
| + 'websockets/websocket_handshake_response_info.cc', | 
| + 'websockets/websocket_handshake_response_info.h', | 
| + 'websockets/websocket_handshake_stream_base.h', | 
| + 'websockets/websocket_handshake_stream_create_helper.cc', | 
| + 'websockets/websocket_handshake_stream_create_helper.h', | 
| + 'websockets/websocket_inflater.cc', | 
| + 'websockets/websocket_inflater.h', | 
| + 'websockets/websocket_stream.cc', | 
| + 'websockets/websocket_stream.h', | 
| ], | 
| # List of test data files for //net:test_support. Can be regenerated by | 
| # running net/data/update_net_gypi.py. | 
| @@ -3382,5 +3382,30 @@ | 
| 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', | 
| 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.crl', | 
| ], | 
| + 'net_domain_security_state_generator_sources': [ | 
| + 'tools/domain_security_preload_generator/bit_writer.cc', | 
| + 'tools/domain_security_preload_generator/bit_writer.h', | 
| + 'tools/domain_security_preload_generator/cert_util.cc', | 
| + 'tools/domain_security_preload_generator/cert_util.h', | 
| + 'tools/domain_security_preload_generator/domain_security_entry.cc', | 
| + 'tools/domain_security_preload_generator/domain_security_entry.h', | 
| + 'tools/domain_security_preload_generator/domain_security_preload_generator.cc', | 
| + 'tools/domain_security_preload_generator/huffman/huffman_frequency_tracker.cc', | 
| + 'tools/domain_security_preload_generator/huffman/huffman_frequency_tracker.h', | 
| + 'tools/domain_security_preload_generator/huffman/huffman_node.cc', | 
| + 'tools/domain_security_preload_generator/huffman/huffman_node.h', | 
| + 'tools/domain_security_preload_generator/pinset.cc', | 
| + 'tools/domain_security_preload_generator/pinset.h', | 
| + 'tools/domain_security_preload_generator/pinsets.cc', | 
| + 'tools/domain_security_preload_generator/pinsets.h', | 
| + 'tools/domain_security_preload_generator/preloaded_state_generator.cc', | 
| + 'tools/domain_security_preload_generator/preloaded_state_generator.h', | 
| + 'tools/domain_security_preload_generator/spki_hash.cc', | 
| + 'tools/domain_security_preload_generator/spki_hash.h', | 
| + 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', | 
| + 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', | 
| + 'tools/domain_security_preload_generator/trie/trie_writer.cc', | 
| + 'tools/domain_security_preload_generator/trie/trie_writer.h', | 
| + ], | 
| } | 
| } |