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

Side by Side Diff: net/net.gyp

Issue 11274032: Separate http_security_headers from transport_security_state (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'http/http_request_headers.cc', 522 'http/http_request_headers.cc',
523 'http/http_request_headers.h', 523 'http/http_request_headers.h',
524 'http/http_request_info.cc', 524 'http/http_request_info.cc',
525 'http/http_request_info.h', 525 'http/http_request_info.h',
526 'http/http_response_body_drainer.cc', 526 'http/http_response_body_drainer.cc',
527 'http/http_response_body_drainer.h', 527 'http/http_response_body_drainer.h',
528 'http/http_response_headers.cc', 528 'http/http_response_headers.cc',
529 'http/http_response_headers.h', 529 'http/http_response_headers.h',
530 'http/http_response_info.cc', 530 'http/http_response_info.cc',
531 'http/http_response_info.h', 531 'http/http_response_info.h',
532 'http/http_security_headers.cc',
533 'http/http_security_headers.h',
532 'http/http_server_properties.cc', 534 'http/http_server_properties.cc',
533 'http/http_server_properties.h', 535 'http/http_server_properties.h',
534 'http/http_server_properties_impl.cc', 536 'http/http_server_properties_impl.cc',
535 'http/http_server_properties_impl.h', 537 'http/http_server_properties_impl.h',
536 'http/http_status_code.h', 538 'http/http_status_code.h',
537 'http/http_stream.h', 539 'http/http_stream.h',
538 'http/http_stream_factory.cc', 540 'http/http_stream_factory.cc',
539 'http/http_stream_factory.h', 541 'http/http_stream_factory.h',
540 'http/http_stream_factory_impl.cc', 542 'http/http_stream_factory_impl.cc',
541 'http/http_stream_factory_impl.h', 543 'http/http_stream_factory_impl.h',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1338 'http/http_pipelined_host_impl_unittest.cc', 1340 'http/http_pipelined_host_impl_unittest.cc',
1339 'http/http_pipelined_host_pool_unittest.cc', 1341 'http/http_pipelined_host_pool_unittest.cc',
1340 'http/http_pipelined_host_test_util.cc', 1342 'http/http_pipelined_host_test_util.cc',
1341 'http/http_pipelined_host_test_util.h', 1343 'http/http_pipelined_host_test_util.h',
1342 'http/http_pipelined_network_transaction_unittest.cc', 1344 'http/http_pipelined_network_transaction_unittest.cc',
1343 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', 1345 'http/http_proxy_client_socket_pool_spdy2_unittest.cc',
1344 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', 1346 'http/http_proxy_client_socket_pool_spdy3_unittest.cc',
1345 'http/http_request_headers_unittest.cc', 1347 'http/http_request_headers_unittest.cc',
1346 'http/http_response_body_drainer_unittest.cc', 1348 'http/http_response_body_drainer_unittest.cc',
1347 'http/http_response_headers_unittest.cc', 1349 'http/http_response_headers_unittest.cc',
1350 'http/http_security_headers_unittest.cc',
1348 'http/http_server_properties_impl_unittest.cc', 1351 'http/http_server_properties_impl_unittest.cc',
1349 'http/http_stream_factory_impl_unittest.cc', 1352 'http/http_stream_factory_impl_unittest.cc',
1350 'http/http_stream_parser_unittest.cc', 1353 'http/http_stream_parser_unittest.cc',
1351 'http/http_transaction_unittest.cc', 1354 'http/http_transaction_unittest.cc',
1352 'http/http_transaction_unittest.h', 1355 'http/http_transaction_unittest.h',
1353 'http/http_util_unittest.cc', 1356 'http/http_util_unittest.cc',
1354 'http/http_vary_data_unittest.cc', 1357 'http/http_vary_data_unittest.cc',
1355 'http/infinite_cache_unittest.cc', 1358 'http/infinite_cache_unittest.cc',
1356 'http/mock_allow_url_security_manager.cc', 1359 'http/mock_allow_url_security_manager.cc',
1357 'http/mock_allow_url_security_manager.h', 1360 'http/mock_allow_url_security_manager.h',
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
2341 '--result', '<@(_outputs)', 2344 '--result', '<@(_outputs)',
2342 '--isolate', 'net_unittests.isolate', 2345 '--isolate', 'net_unittests.isolate',
2343 ], 2346 ],
2344 }, 2347 },
2345 ], 2348 ],
2346 }, 2349 },
2347 ], 2350 ],
2348 }], 2351 }],
2349 ], 2352 ],
2350 } 2353 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698