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

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
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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 'spdy/spdy_http_utils.h', 670 'spdy/spdy_http_utils.h',
671 'spdy/spdy_io_buffer.cc', 671 'spdy/spdy_io_buffer.cc',
672 'spdy/spdy_io_buffer.h', 672 'spdy/spdy_io_buffer.h',
673 'spdy/spdy_protocol.h', 673 'spdy/spdy_protocol.h',
674 'spdy/spdy_proxy_client_socket.cc', 674 'spdy/spdy_proxy_client_socket.cc',
675 'spdy/spdy_proxy_client_socket.h', 675 'spdy/spdy_proxy_client_socket.h',
676 'spdy/spdy_session.cc', 676 'spdy/spdy_session.cc',
677 'spdy/spdy_session.h', 677 'spdy/spdy_session.h',
678 'spdy/spdy_session_pool.cc', 678 'spdy/spdy_session_pool.cc',
679 'spdy/spdy_session_pool.h', 679 'spdy/spdy_session_pool.h',
680 'spdy/spdy_settings_storage.cc',
681 'spdy/spdy_settings_storage.h',
682 'spdy/spdy_stream.cc', 680 'spdy/spdy_stream.cc',
683 'spdy/spdy_stream.h', 681 'spdy/spdy_stream.h',
684 'spdy/spdy_websocket_stream.cc', 682 'spdy/spdy_websocket_stream.cc',
685 'spdy/spdy_websocket_stream.h', 683 'spdy/spdy_websocket_stream.h',
686 'third_party/mozilla_security_manager/nsKeygenHandler.cpp', 684 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
687 'third_party/mozilla_security_manager/nsKeygenHandler.h', 685 'third_party/mozilla_security_manager/nsKeygenHandler.h',
688 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp', 686 'third_party/mozilla_security_manager/nsNSSCertTrust.cpp',
689 'third_party/mozilla_security_manager/nsNSSCertTrust.h', 687 'third_party/mozilla_security_manager/nsNSSCertTrust.h',
690 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 688 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
691 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 689 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1840 'tools/dump_cache/url_to_filename_encoder.cc', 1838 'tools/dump_cache/url_to_filename_encoder.cc',
1841 'tools/dump_cache/url_to_filename_encoder.h', 1839 'tools/dump_cache/url_to_filename_encoder.h',
1842 'tools/dump_cache/url_utilities.h', 1840 'tools/dump_cache/url_utilities.h',
1843 'tools/dump_cache/url_utilities.cc', 1841 'tools/dump_cache/url_utilities.cc',
1844 ], 1842 ],
1845 }, 1843 },
1846 ], 1844 ],
1847 }], 1845 }],
1848 ], 1846 ],
1849 } 1847 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698