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

Side by Side Diff: net/net.gyp

Issue 3845005: Add support for restricting the cipher suites that SSLClientSocket(Mac,NSS) use (Closed)
Patch Set: Upload before commit Created 10 years, 1 month 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'socket/ssl_client_socket_nss.cc', 603 'socket/ssl_client_socket_nss.cc',
604 'socket/ssl_client_socket_nss.h', 604 'socket/ssl_client_socket_nss.h',
605 'socket/ssl_client_socket_nss_factory.cc', 605 'socket/ssl_client_socket_nss_factory.cc',
606 'socket/ssl_client_socket_nss_factory.h', 606 'socket/ssl_client_socket_nss_factory.h',
607 'socket/ssl_client_socket_openssl.cc', 607 'socket/ssl_client_socket_openssl.cc',
608 'socket/ssl_client_socket_openssl.h', 608 'socket/ssl_client_socket_openssl.h',
609 'socket/ssl_client_socket_pool.cc', 609 'socket/ssl_client_socket_pool.cc',
610 'socket/ssl_client_socket_pool.h', 610 'socket/ssl_client_socket_pool.h',
611 'socket/ssl_client_socket_win.cc', 611 'socket/ssl_client_socket_win.cc',
612 'socket/ssl_client_socket_win.h', 612 'socket/ssl_client_socket_win.h',
613 'socket/ssl_error_params.cc',
614 'socket/ssl_error_params.h',
613 'socket/tcp_client_socket.cc', 615 'socket/tcp_client_socket.cc',
614 'socket/tcp_client_socket.h', 616 'socket/tcp_client_socket.h',
615 'socket/tcp_client_socket_libevent.cc', 617 'socket/tcp_client_socket_libevent.cc',
616 'socket/tcp_client_socket_libevent.h', 618 'socket/tcp_client_socket_libevent.h',
617 'socket/tcp_client_socket_pool.cc', 619 'socket/tcp_client_socket_pool.cc',
618 'socket/tcp_client_socket_pool.h', 620 'socket/tcp_client_socket_pool.h',
619 'socket/tcp_client_socket_win.cc', 621 'socket/tcp_client_socket_win.cc',
620 'socket/tcp_client_socket_win.h', 622 'socket/tcp_client_socket_win.h',
621 'socket_stream/socket_stream.cc', 623 'socket_stream/socket_stream.cc',
622 'socket_stream/socket_stream.h', 624 'socket_stream/socket_stream.h',
(...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
1406 ], 1408 ],
1407 }], 1409 }],
1408 ], 1410 ],
1409 } 1411 }
1410 1412
1411 # Local Variables: 1413 # Local Variables:
1412 # tab-width:2 1414 # tab-width:2
1413 # indent-tabs-mode:nil 1415 # indent-tabs-mode:nil
1414 # End: 1416 # End:
1415 # vim: set expandtab tabstop=2 shiftwidth=2: 1417 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698