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

Side by Side Diff: net/net.gyp

Issue 10054034: SPDY - replaced SpdySettings (list) with SettingsMap (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « net/http/http_proxy_client_socket_pool.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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'spdy/spdy_http_utils.h', 671 'spdy/spdy_http_utils.h',
672 'spdy/spdy_io_buffer.cc', 672 'spdy/spdy_io_buffer.cc',
673 'spdy/spdy_io_buffer.h', 673 'spdy/spdy_io_buffer.h',
674 'spdy/spdy_protocol.h', 674 'spdy/spdy_protocol.h',
675 'spdy/spdy_proxy_client_socket.cc', 675 'spdy/spdy_proxy_client_socket.cc',
676 'spdy/spdy_proxy_client_socket.h', 676 'spdy/spdy_proxy_client_socket.h',
677 'spdy/spdy_session.cc', 677 'spdy/spdy_session.cc',
678 'spdy/spdy_session.h', 678 'spdy/spdy_session.h',
679 'spdy/spdy_session_pool.cc', 679 'spdy/spdy_session_pool.cc',
680 'spdy/spdy_session_pool.h', 680 'spdy/spdy_session_pool.h',
681 'spdy/spdy_settings_storage.cc',
682 'spdy/spdy_settings_storage.h',
683 'spdy/spdy_stream.cc', 681 'spdy/spdy_stream.cc',
684 'spdy/spdy_stream.h', 682 'spdy/spdy_stream.h',
685 'spdy/spdy_websocket_stream.cc', 683 'spdy/spdy_websocket_stream.cc',
686 'spdy/spdy_websocket_stream.h', 684 'spdy/spdy_websocket_stream.h',
687 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 685 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
688 'third_party/mozilla_security_manager/nsKeygenHandler.h', 686 'third_party/mozilla_security_manager/nsKeygenHandler.h',
689 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', 687 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
690 'third_party/mozilla_security_manager/nsNSSCertTrust.h', 688 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
691 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 689 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
692 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 690 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 'tools/dump_cache/url_to_filename_encoder.cc', 1805 'tools/dump_cache/url_to_filename_encoder.cc',
1808 'tools/dump_cache/url_to_filename_encoder.h', 1806 'tools/dump_cache/url_to_filename_encoder.h',
1809 'tools/dump_cache/url_utilities.h', 1807 'tools/dump_cache/url_utilities.h',
1810 'tools/dump_cache/url_utilities.cc', 1808 'tools/dump_cache/url_utilities.cc',
1811 ], 1809 ],
1812 }, 1810 },
1813 ], 1811 ],
1814 }], 1812 }],
1815 ], 1813 ],
1816 } 1814 }
OLDNEW
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/spdy/buffered_spdy_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698