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

Side by Side Diff: net/net.gyp

Issue 10870080: Add SPDY request headers to DevTools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Back to CL #6 Created 8 years, 3 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/debugger/devtools_netlog_observer.cc ('k') | net/spdy/buffered_spdy_framer.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 (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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'spdy/spdy_credential_builder.cc', 693 'spdy/spdy_credential_builder.cc',
694 'spdy/spdy_credential_builder.h', 694 'spdy/spdy_credential_builder.h',
695 'spdy/spdy_credential_state.cc', 695 'spdy/spdy_credential_state.cc',
696 'spdy/spdy_credential_state.h', 696 'spdy/spdy_credential_state.h',
697 'spdy/spdy_frame_builder.cc', 697 'spdy/spdy_frame_builder.cc',
698 'spdy/spdy_frame_builder.h', 698 'spdy/spdy_frame_builder.h',
699 'spdy/spdy_frame_reader.cc', 699 'spdy/spdy_frame_reader.cc',
700 'spdy/spdy_frame_reader.h', 700 'spdy/spdy_frame_reader.h',
701 'spdy/spdy_framer.cc', 701 'spdy/spdy_framer.cc',
702 'spdy/spdy_framer.h', 702 'spdy/spdy_framer.h',
703 'spdy/spdy_header_block.cc',
704 'spdy/spdy_header_block.h',
703 'spdy/spdy_http_stream.cc', 705 'spdy/spdy_http_stream.cc',
704 'spdy/spdy_http_stream.h', 706 'spdy/spdy_http_stream.h',
705 'spdy/spdy_http_utils.cc', 707 'spdy/spdy_http_utils.cc',
706 'spdy/spdy_http_utils.h', 708 'spdy/spdy_http_utils.h',
707 'spdy/spdy_io_buffer.cc', 709 'spdy/spdy_io_buffer.cc',
708 'spdy/spdy_io_buffer.h', 710 'spdy/spdy_io_buffer.h',
709 'spdy/spdy_protocol.h', 711 'spdy/spdy_protocol.h',
710 'spdy/spdy_proxy_client_socket.cc', 712 'spdy/spdy_proxy_client_socket.cc',
711 'spdy/spdy_proxy_client_socket.h', 713 'spdy/spdy_proxy_client_socket.h',
712 'spdy/spdy_session.cc', 714 'spdy/spdy_session.cc',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
1344 'socket/transport_client_socket_unittest.cc', 1346 'socket/transport_client_socket_unittest.cc',
1345 'socket/web_socket_server_socket_unittest.cc', 1347 'socket/web_socket_server_socket_unittest.cc',
1346 'socket_stream/socket_stream_metrics_unittest.cc', 1348 'socket_stream/socket_stream_metrics_unittest.cc',
1347 'socket_stream/socket_stream_unittest.cc', 1349 'socket_stream/socket_stream_unittest.cc',
1348 'spdy/buffered_spdy_framer_spdy3_unittest.cc', 1350 'spdy/buffered_spdy_framer_spdy3_unittest.cc',
1349 'spdy/buffered_spdy_framer_spdy2_unittest.cc', 1351 'spdy/buffered_spdy_framer_spdy2_unittest.cc',
1350 'spdy/spdy_credential_builder_unittest.cc', 1352 'spdy/spdy_credential_builder_unittest.cc',
1351 'spdy/spdy_credential_state_unittest.cc', 1353 'spdy/spdy_credential_state_unittest.cc',
1352 'spdy/spdy_frame_reader_test.cc', 1354 'spdy/spdy_frame_reader_test.cc',
1353 'spdy/spdy_framer_test.cc', 1355 'spdy/spdy_framer_test.cc',
1356 'spdy/spdy_header_block_unittest.cc',
1354 'spdy/spdy_http_stream_spdy3_unittest.cc', 1357 'spdy/spdy_http_stream_spdy3_unittest.cc',
1355 'spdy/spdy_http_stream_spdy2_unittest.cc', 1358 'spdy/spdy_http_stream_spdy2_unittest.cc',
1356 'spdy/spdy_http_utils_unittest.cc', 1359 'spdy/spdy_http_utils_unittest.cc',
1357 'spdy/spdy_network_transaction_spdy3_unittest.cc', 1360 'spdy/spdy_network_transaction_spdy3_unittest.cc',
1358 'spdy/spdy_network_transaction_spdy2_unittest.cc', 1361 'spdy/spdy_network_transaction_spdy2_unittest.cc',
1359 'spdy/spdy_protocol_test.cc', 1362 'spdy/spdy_protocol_test.cc',
1360 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc', 1363 'spdy/spdy_proxy_client_socket_spdy3_unittest.cc',
1361 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc', 1364 'spdy/spdy_proxy_client_socket_spdy2_unittest.cc',
1362 'spdy/spdy_session_spdy3_unittest.cc', 1365 'spdy/spdy_session_spdy3_unittest.cc',
1363 'spdy/spdy_session_spdy2_unittest.cc', 1366 'spdy/spdy_session_spdy2_unittest.cc',
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2144 '--result', '<@(_outputs)', 2147 '--result', '<@(_outputs)',
2145 '--isolate', 'net_unittests.isolate', 2148 '--isolate', 'net_unittests.isolate',
2146 ], 2149 ],
2147 }, 2150 },
2148 ], 2151 ],
2149 }, 2152 },
2150 ], 2153 ],
2151 }], 2154 }],
2152 ], 2155 ],
2153 } 2156 }
OLDNEW
« no previous file with comments | « content/browser/debugger/devtools_netlog_observer.cc ('k') | net/spdy/buffered_spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698