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

Side by Side Diff: net/net.gyp

Issue 10808073: Add WebSocketStream interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Matt's comments. Created 8 years, 4 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 | « no previous file | net/websockets/websocket_stream.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 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'websockets/websocket_frame.cc', 788 'websockets/websocket_frame.cc',
789 'websockets/websocket_frame.h', 789 'websockets/websocket_frame.h',
790 'websockets/websocket_frame_parser.cc', 790 'websockets/websocket_frame_parser.cc',
791 'websockets/websocket_frame_parser.h', 791 'websockets/websocket_frame_parser.h',
792 'websockets/websocket_handshake_handler.cc', 792 'websockets/websocket_handshake_handler.cc',
793 'websockets/websocket_handshake_handler.h', 793 'websockets/websocket_handshake_handler.h',
794 'websockets/websocket_job.cc', 794 'websockets/websocket_job.cc',
795 'websockets/websocket_job.h', 795 'websockets/websocket_job.h',
796 'websockets/websocket_net_log_params.cc', 796 'websockets/websocket_net_log_params.cc',
797 'websockets/websocket_net_log_params.h', 797 'websockets/websocket_net_log_params.h',
798 'websockets/websocket_stream.h',
798 'websockets/websocket_throttle.cc', 799 'websockets/websocket_throttle.cc',
799 'websockets/websocket_throttle.h', 800 'websockets/websocket_throttle.h',
800 ], 801 ],
801 'defines': [ 802 'defines': [
802 'NET_IMPLEMENTATION', 803 'NET_IMPLEMENTATION',
803 ], 804 ],
804 'export_dependent_settings': [ 805 'export_dependent_settings': [
805 '../base/base.gyp:base', 806 '../base/base.gyp:base',
806 ], 807 ],
807 'conditions': [ 808 'conditions': [
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 'tools/dump_cache/url_to_filename_encoder.cc', 1973 'tools/dump_cache/url_to_filename_encoder.cc',
1973 'tools/dump_cache/url_to_filename_encoder.h', 1974 'tools/dump_cache/url_to_filename_encoder.h',
1974 'tools/dump_cache/url_utilities.h', 1975 'tools/dump_cache/url_utilities.h',
1975 'tools/dump_cache/url_utilities.cc', 1976 'tools/dump_cache/url_utilities.cc',
1976 ], 1977 ],
1977 }, 1978 },
1978 ], 1979 ],
1979 }], 1980 }],
1980 ], 1981 ],
1981 } 1982 }
OLDNEW
« no previous file with comments | « no previous file | net/websockets/websocket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698