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

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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'http/http_chunked_decoder.cc', 491 'http/http_chunked_decoder.cc',
492 'http/http_chunked_decoder.h', 492 'http/http_chunked_decoder.h',
493 'http/http_network_layer.cc', 493 'http/http_network_layer.cc',
494 'http/http_network_layer.h', 494 'http/http_network_layer.h',
495 'http/http_network_session.cc', 495 'http/http_network_session.cc',
496 'http/http_network_session.h', 496 'http/http_network_session.h',
497 'http/http_network_session_peer.cc', 497 'http/http_network_session_peer.cc',
498 'http/http_network_session_peer.h', 498 'http/http_network_session_peer.h',
499 'http/http_network_transaction.cc', 499 'http/http_network_transaction.cc',
500 'http/http_network_transaction.h', 500 'http/http_network_transaction.h',
501 'http/http_security_headers.cc',
502 'http/http_security_headers.h',
501 'http/http_pipelined_connection.h', 503 'http/http_pipelined_connection.h',
502 'http/http_pipelined_connection_impl.cc', 504 'http/http_pipelined_connection_impl.cc',
503 'http/http_pipelined_connection_impl.h', 505 'http/http_pipelined_connection_impl.h',
504 'http/http_pipelined_host.cc', 506 'http/http_pipelined_host.cc',
505 'http/http_pipelined_host.h', 507 'http/http_pipelined_host.h',
506 'http/http_pipelined_host_capability.h', 508 'http/http_pipelined_host_capability.h',
507 'http/http_pipelined_host_forced.cc', 509 'http/http_pipelined_host_forced.cc',
508 'http/http_pipelined_host_forced.h', 510 'http/http_pipelined_host_forced.h',
509 'http/http_pipelined_host_impl.cc', 511 'http/http_pipelined_host_impl.cc',
510 'http/http_pipelined_host_impl.h', 512 'http/http_pipelined_host_impl.h',
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 'http/http_pipelined_host_impl_unittest.cc', 1336 'http/http_pipelined_host_impl_unittest.cc',
1335 'http/http_pipelined_host_pool_unittest.cc', 1337 'http/http_pipelined_host_pool_unittest.cc',
1336 'http/http_pipelined_host_test_util.cc', 1338 'http/http_pipelined_host_test_util.cc',
1337 'http/http_pipelined_host_test_util.h', 1339 'http/http_pipelined_host_test_util.h',
1338 'http/http_pipelined_network_transaction_unittest.cc', 1340 'http/http_pipelined_network_transaction_unittest.cc',
1339 'http/http_proxy_client_socket_pool_spdy2_unittest.cc', 1341 'http/http_proxy_client_socket_pool_spdy2_unittest.cc',
1340 'http/http_proxy_client_socket_pool_spdy3_unittest.cc', 1342 'http/http_proxy_client_socket_pool_spdy3_unittest.cc',
1341 'http/http_request_headers_unittest.cc', 1343 'http/http_request_headers_unittest.cc',
1342 'http/http_response_body_drainer_unittest.cc', 1344 'http/http_response_body_drainer_unittest.cc',
1343 'http/http_response_headers_unittest.cc', 1345 'http/http_response_headers_unittest.cc',
1346 'http/http_security_headers_unittest.cc',
1344 'http/http_server_properties_impl_unittest.cc', 1347 'http/http_server_properties_impl_unittest.cc',
1345 'http/http_stream_factory_impl_unittest.cc', 1348 'http/http_stream_factory_impl_unittest.cc',
1346 'http/http_stream_parser_unittest.cc', 1349 'http/http_stream_parser_unittest.cc',
1347 'http/http_transaction_unittest.cc', 1350 'http/http_transaction_unittest.cc',
1348 'http/http_transaction_unittest.h', 1351 'http/http_transaction_unittest.h',
1349 'http/http_util_unittest.cc', 1352 'http/http_util_unittest.cc',
1350 'http/http_vary_data_unittest.cc', 1353 'http/http_vary_data_unittest.cc',
1351 'http/infinite_cache_unittest.cc', 1354 'http/infinite_cache_unittest.cc',
1352 'http/mock_allow_url_security_manager.cc', 1355 'http/mock_allow_url_security_manager.cc',
1353 'http/mock_allow_url_security_manager.h', 1356 'http/mock_allow_url_security_manager.h',
(...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after
2335 '--result', '<@(_outputs)', 2338 '--result', '<@(_outputs)',
2336 '--isolate', 'net_unittests.isolate', 2339 '--isolate', 'net_unittests.isolate',
2337 ], 2340 ],
2338 }, 2341 },
2339 ], 2342 ],
2340 }, 2343 },
2341 ], 2344 ],
2342 }], 2345 }],
2343 ], 2346 ],
2344 } 2347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698