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

Side by Side Diff: net/net.gyp

Issue 39193005: Introduce WebSocketDeflatePredictor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | net/websockets/README » ('j') | net/websockets/websocket_deflate_predictor.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'url_request/url_request_throttler_header_adapter.h', 1108 'url_request/url_request_throttler_header_adapter.h',
1109 'url_request/url_request_throttler_header_interface.h', 1109 'url_request/url_request_throttler_header_interface.h',
1110 'url_request/url_request_throttler_manager.cc', 1110 'url_request/url_request_throttler_manager.cc',
1111 'url_request/url_request_throttler_manager.h', 1111 'url_request/url_request_throttler_manager.h',
1112 'url_request/view_cache_helper.cc', 1112 'url_request/view_cache_helper.cc',
1113 'url_request/view_cache_helper.h', 1113 'url_request/view_cache_helper.h',
1114 'websockets/websocket_basic_stream.cc', 1114 'websockets/websocket_basic_stream.cc',
1115 'websockets/websocket_basic_stream.h', 1115 'websockets/websocket_basic_stream.h',
1116 'websockets/websocket_channel.cc', 1116 'websockets/websocket_channel.cc',
1117 'websockets/websocket_channel.h', 1117 'websockets/websocket_channel.h',
1118 'websockets/websocket_deflate_predictor.h',
1118 'websockets/websocket_deflate_stream.cc', 1119 'websockets/websocket_deflate_stream.cc',
1119 'websockets/websocket_deflate_stream.h', 1120 'websockets/websocket_deflate_stream.h',
1120 'websockets/websocket_deflater.cc', 1121 'websockets/websocket_deflater.cc',
1121 'websockets/websocket_deflater.h', 1122 'websockets/websocket_deflater.h',
1122 'websockets/websocket_errors.cc', 1123 'websockets/websocket_errors.cc',
1123 'websockets/websocket_errors.h', 1124 'websockets/websocket_errors.h',
1124 'websockets/websocket_extension.cc', 1125 'websockets/websocket_extension.cc',
1125 'websockets/websocket_extension.h', 1126 'websockets/websocket_extension.h',
1126 'websockets/websocket_extension_parser.cc', 1127 'websockets/websocket_extension_parser.cc',
1127 'websockets/websocket_extension_parser.h', 1128 'websockets/websocket_extension_parser.h',
(...skipping 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
3016 'net_unittests.isolate', 3017 'net_unittests.isolate',
3017 ], 3018 ],
3018 'sources': [ 3019 'sources': [
3019 'net_unittests.isolate', 3020 'net_unittests.isolate',
3020 ], 3021 ],
3021 }, 3022 },
3022 ], 3023 ],
3023 }], 3024 }],
3024 ], 3025 ],
3025 } 3026 }
OLDNEW
« no previous file with comments | « no previous file | net/websockets/README » ('j') | net/websockets/websocket_deflate_predictor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698