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

Side by Side Diff: net/net.gyp

Issue 12220116: Refactor in preparation for SPDY 4, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Windows compile errors Created 7 years, 10 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 | « no previous file | net/spdy/spdy_frame_builder.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 'conditions': [ 10 'conditions': [
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 'spdy/spdy_framer.cc', 819 'spdy/spdy_framer.cc',
820 'spdy/spdy_framer.h', 820 'spdy/spdy_framer.h',
821 'spdy/spdy_header_block.cc', 821 'spdy/spdy_header_block.cc',
822 'spdy/spdy_header_block.h', 822 'spdy/spdy_header_block.h',
823 'spdy/spdy_http_stream.cc', 823 'spdy/spdy_http_stream.cc',
824 'spdy/spdy_http_stream.h', 824 'spdy/spdy_http_stream.h',
825 'spdy/spdy_http_utils.cc', 825 'spdy/spdy_http_utils.cc',
826 'spdy/spdy_http_utils.h', 826 'spdy/spdy_http_utils.h',
827 'spdy/spdy_io_buffer.cc', 827 'spdy/spdy_io_buffer.cc',
828 'spdy/spdy_io_buffer.h', 828 'spdy/spdy_io_buffer.h',
829 'spdy/spdy_protocol.cc',
829 'spdy/spdy_protocol.h', 830 'spdy/spdy_protocol.h',
830 'spdy/spdy_proxy_client_socket.cc', 831 'spdy/spdy_proxy_client_socket.cc',
831 'spdy/spdy_proxy_client_socket.h', 832 'spdy/spdy_proxy_client_socket.h',
832 'spdy/spdy_session.cc', 833 'spdy/spdy_session.cc',
833 'spdy/spdy_session.h', 834 'spdy/spdy_session.h',
834 'spdy/spdy_session_pool.cc', 835 'spdy/spdy_session_pool.cc',
835 'spdy/spdy_session_pool.h', 836 'spdy/spdy_session_pool.h',
836 'spdy/spdy_stream.cc', 837 'spdy/spdy_stream.cc',
837 'spdy/spdy_stream.h', 838 'spdy/spdy_stream.h',
838 'spdy/spdy_websocket_stream.cc', 839 'spdy/spdy_websocket_stream.cc',
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 '--result', '<@(_outputs)', 2502 '--result', '<@(_outputs)',
2502 '--isolate', 'net_unittests.isolate', 2503 '--isolate', 'net_unittests.isolate',
2503 ], 2504 ],
2504 }, 2505 },
2505 ], 2506 ],
2506 }, 2507 },
2507 ], 2508 ],
2508 }], 2509 }],
2509 ], 2510 ],
2510 } 2511 }
OLDNEW
« no previous file with comments | « no previous file | net/spdy/spdy_frame_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698