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

Side by Side Diff: net/net.gyp

Issue 19637005: Allow HttpServer response to include custom headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, add back original Send method Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « content/browser/devtools/devtools_http_handler_impl.cc ('k') | net/server/http_connection.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1468 'type': '<(gtest_target_type)', 1468 'type': '<(gtest_target_type)',
1469 'dependencies': [ 1469 'dependencies': [
1470 '../base/base.gyp:base', 1470 '../base/base.gyp:base',
1471 '../base/base.gyp:base_i18n', 1471 '../base/base.gyp:base_i18n',
1472 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1472 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1473 '../crypto/crypto.gyp:crypto', 1473 '../crypto/crypto.gyp:crypto',
1474 '../testing/gmock.gyp:gmock', 1474 '../testing/gmock.gyp:gmock',
1475 '../testing/gtest.gyp:gtest', 1475 '../testing/gtest.gyp:gtest',
1476 '../third_party/zlib/zlib.gyp:zlib', 1476 '../third_party/zlib/zlib.gyp:zlib',
1477 '../url/url.gyp:url_lib', 1477 '../url/url.gyp:url_lib',
1478 'http_server',
1478 'net', 1479 'net',
1479 'net_test_support' 1480 'net_test_support'
1480 ], 1481 ],
1481 'sources': [ 1482 'sources': [
1482 'android/keystore_unittest.cc', 1483 'android/keystore_unittest.cc',
1483 'android/network_change_notifier_android_unittest.cc', 1484 'android/network_change_notifier_android_unittest.cc',
1484 'base/address_list_unittest.cc', 1485 'base/address_list_unittest.cc',
1485 'base/address_tracker_linux_unittest.cc', 1486 'base/address_tracker_linux_unittest.cc',
1486 'base/backoff_entry_unittest.cc', 1487 'base/backoff_entry_unittest.cc',
1487 'base/big_endian_unittest.cc', 1488 'base/big_endian_unittest.cc',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1740 'quic/quic_protocol_test.cc', 1741 'quic/quic_protocol_test.cc',
1741 'quic/quic_reliable_client_stream_test.cc', 1742 'quic/quic_reliable_client_stream_test.cc',
1742 'quic/quic_session_test.cc', 1743 'quic/quic_session_test.cc',
1743 'quic/quic_spdy_compressor_test.cc', 1744 'quic/quic_spdy_compressor_test.cc',
1744 'quic/quic_spdy_decompressor_test.cc', 1745 'quic/quic_spdy_decompressor_test.cc',
1745 'quic/quic_stream_factory_test.cc', 1746 'quic/quic_stream_factory_test.cc',
1746 'quic/quic_stream_sequencer_test.cc', 1747 'quic/quic_stream_sequencer_test.cc',
1747 'quic/quic_time_test.cc', 1748 'quic/quic_time_test.cc',
1748 'quic/quic_utils_test.cc', 1749 'quic/quic_utils_test.cc',
1749 'quic/reliable_quic_stream_test.cc', 1750 'quic/reliable_quic_stream_test.cc',
1751 'server/http_server_response_info_unittest.cc',
1750 'socket/buffered_write_stream_socket_unittest.cc', 1752 'socket/buffered_write_stream_socket_unittest.cc',
1751 'socket/client_socket_pool_base_unittest.cc', 1753 'socket/client_socket_pool_base_unittest.cc',
1752 'socket/deterministic_socket_data_unittest.cc', 1754 'socket/deterministic_socket_data_unittest.cc',
1753 'socket/mock_client_socket_pool_manager.cc', 1755 'socket/mock_client_socket_pool_manager.cc',
1754 'socket/mock_client_socket_pool_manager.h', 1756 'socket/mock_client_socket_pool_manager.h',
1755 'socket/socks5_client_socket_unittest.cc', 1757 'socket/socks5_client_socket_unittest.cc',
1756 'socket/socks_client_socket_pool_unittest.cc', 1758 'socket/socks_client_socket_pool_unittest.cc',
1757 'socket/socks_client_socket_unittest.cc', 1759 'socket/socks_client_socket_unittest.cc',
1758 'socket/ssl_client_socket_openssl_unittest.cc', 1760 'socket/ssl_client_socket_openssl_unittest.cc',
1759 'socket/ssl_client_socket_pool_unittest.cc', 1761 'socket/ssl_client_socket_pool_unittest.cc',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 '../base/base.gyp:base', 2323 '../base/base.gyp:base',
2322 'net', 2324 'net',
2323 ], 2325 ],
2324 'sources': [ 2326 'sources': [
2325 'server/http_connection.cc', 2327 'server/http_connection.cc',
2326 'server/http_connection.h', 2328 'server/http_connection.h',
2327 'server/http_server.cc', 2329 'server/http_server.cc',
2328 'server/http_server.h', 2330 'server/http_server.h',
2329 'server/http_server_request_info.cc', 2331 'server/http_server_request_info.cc',
2330 'server/http_server_request_info.h', 2332 'server/http_server_request_info.h',
2333 'server/http_server_response_info.cc',
2334 'server/http_server_response_info.h',
2331 'server/web_socket.cc', 2335 'server/web_socket.cc',
2332 'server/web_socket.h', 2336 'server/web_socket.h',
2333 ], 2337 ],
2334 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2338 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2335 'msvs_disabled_warnings': [4267, ], 2339 'msvs_disabled_warnings': [4267, ],
2336 }, 2340 },
2337 { 2341 {
2338 'target_name': 'dump_cache', 2342 'target_name': 'dump_cache',
2339 'type': 'executable', 2343 'type': 'executable',
2340 'dependencies': [ 2344 'dependencies': [
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2877 'net_unittests.isolate', 2881 'net_unittests.isolate',
2878 ], 2882 ],
2879 'sources': [ 2883 'sources': [
2880 'net_unittests.isolate', 2884 'net_unittests.isolate',
2881 ], 2885 ],
2882 }, 2886 },
2883 ], 2887 ],
2884 }], 2888 }],
2885 ], 2889 ],
2886 } 2890 }
OLDNEW
« no previous file with comments | « content/browser/devtools/devtools_http_handler_impl.cc ('k') | net/server/http_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698