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

Side by Side Diff: net/net.gyp

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove virtual from VideoFrame::type() Created 10 years 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_stream_request.cc ('k') | net/server/http_listen_socket.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) 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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'socket/client_socket_pool_manager.h', 582 'socket/client_socket_pool_manager.h',
583 'socket/dns_cert_provenance_checker.cc', 583 'socket/dns_cert_provenance_checker.cc',
584 'socket/dns_cert_provenance_checker.h', 584 'socket/dns_cert_provenance_checker.h',
585 'socket/socket.h', 585 'socket/socket.h',
586 'socket/socks5_client_socket.cc', 586 'socket/socks5_client_socket.cc',
587 'socket/socks5_client_socket.h', 587 'socket/socks5_client_socket.h',
588 'socket/socks_client_socket.cc', 588 'socket/socks_client_socket.cc',
589 'socket/socks_client_socket.h', 589 'socket/socks_client_socket.h',
590 'socket/socks_client_socket_pool.cc', 590 'socket/socks_client_socket_pool.cc',
591 'socket/socks_client_socket_pool.h', 591 'socket/socks_client_socket_pool.h',
592 'socket/ssl_client_socket.cc',
592 'socket/ssl_client_socket.h', 593 'socket/ssl_client_socket.h',
593 'socket/ssl_client_socket_mac.cc', 594 'socket/ssl_client_socket_mac.cc',
594 'socket/ssl_client_socket_mac.h', 595 'socket/ssl_client_socket_mac.h',
595 'socket/ssl_client_socket_mac_factory.cc', 596 'socket/ssl_client_socket_mac_factory.cc',
596 'socket/ssl_client_socket_mac_factory.h', 597 'socket/ssl_client_socket_mac_factory.h',
597 'socket/ssl_client_socket_nss.cc', 598 'socket/ssl_client_socket_nss.cc',
598 'socket/ssl_client_socket_nss.h', 599 'socket/ssl_client_socket_nss.h',
599 'socket/ssl_client_socket_nss_factory.cc', 600 'socket/ssl_client_socket_nss_factory.cc',
600 'socket/ssl_client_socket_nss_factory.h', 601 'socket/ssl_client_socket_nss_factory.h',
601 'socket/ssl_client_socket_openssl.cc', 602 'socket/ssl_client_socket_openssl.cc',
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 ], 1448 ],
1448 }], 1449 }],
1449 ], 1450 ],
1450 } 1451 }
1451 1452
1452 # Local Variables: 1453 # Local Variables:
1453 # tab-width:2 1454 # tab-width:2
1454 # indent-tabs-mode:nil 1455 # indent-tabs-mode:nil
1455 # End: 1456 # End:
1456 # vim: set expandtab tabstop=2 shiftwidth=2: 1457 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_stream_request.cc ('k') | net/server/http_listen_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698