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

Side by Side Diff: net/net.gyp

Issue 5648004: Add the "virtual" keyword on method overrides that are missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missing file 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_factory.h ('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 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'websockets/websocket_frame_handler.cc', 698 'websockets/websocket_frame_handler.cc',
699 'websockets/websocket_frame_handler.h', 699 'websockets/websocket_frame_handler.h',
700 'websockets/websocket_handshake.cc', 700 'websockets/websocket_handshake.cc',
701 'websockets/websocket_handshake.h', 701 'websockets/websocket_handshake.h',
702 'websockets/websocket_handshake_draft75.cc', 702 'websockets/websocket_handshake_draft75.cc',
703 'websockets/websocket_handshake_draft75.h', 703 'websockets/websocket_handshake_draft75.h',
704 'websockets/websocket_handshake_handler.cc', 704 'websockets/websocket_handshake_handler.cc',
705 'websockets/websocket_handshake_handler.h', 705 'websockets/websocket_handshake_handler.h',
706 'websockets/websocket_job.cc', 706 'websockets/websocket_job.cc',
707 'websockets/websocket_job.h', 707 'websockets/websocket_job.h',
708 'websockets/websocket_net_log_params.cc',
708 'websockets/websocket_net_log_params.h', 709 'websockets/websocket_net_log_params.h',
709 'websockets/websocket_throttle.cc', 710 'websockets/websocket_throttle.cc',
710 'websockets/websocket_throttle.h', 711 'websockets/websocket_throttle.h',
711 ], 712 ],
712 'export_dependent_settings': [ 713 'export_dependent_settings': [
713 '../base/base.gyp:base', 714 '../base/base.gyp:base',
714 ], 715 ],
715 'conditions': [ 716 'conditions': [
716 ['javascript_engine=="v8"', { 717 ['javascript_engine=="v8"', {
717 'dependencies': [ 718 'dependencies': [
(...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 ], 1447 ],
1447 }], 1448 }],
1448 ], 1449 ],
1449 } 1450 }
1450 1451
1451 # Local Variables: 1452 # Local Variables:
1452 # tab-width:2 1453 # tab-width:2
1453 # indent-tabs-mode:nil 1454 # indent-tabs-mode:nil
1454 # End: 1455 # End:
1455 # vim: set expandtab tabstop=2 shiftwidth=2: 1456 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_stream_factory.h ('k') | net/server/http_listen_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698