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

Side by Side Diff: net/net.gyp

Issue 669157: Refactor WebSocket throttling feature. (Closed)
Patch Set: Fix for tyoshino's comment Created 10 years, 9 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
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'socket/tcp_client_socket_win.h', 446 'socket/tcp_client_socket_win.h',
447 'socket/tcp_pinger.h', 447 'socket/tcp_pinger.h',
448 'socket_stream/socket_stream.cc', 448 'socket_stream/socket_stream.cc',
449 'socket_stream/socket_stream.h', 449 'socket_stream/socket_stream.h',
450 'socket_stream/socket_stream_job.cc', 450 'socket_stream/socket_stream_job.cc',
451 'socket_stream/socket_stream_job.h', 451 'socket_stream/socket_stream_job.h',
452 'socket_stream/socket_stream_job_manager.cc', 452 'socket_stream/socket_stream_job_manager.cc',
453 'socket_stream/socket_stream_job_manager.h', 453 'socket_stream/socket_stream_job_manager.h',
454 'socket_stream/socket_stream_metrics.cc', 454 'socket_stream/socket_stream_metrics.cc',
455 'socket_stream/socket_stream_metrics.h', 455 'socket_stream/socket_stream_metrics.h',
456 'socket_stream/socket_stream_throttle.cc',
457 'socket_stream/socket_stream_throttle.h',
458 'spdy/spdy_bitmasks.h', 456 'spdy/spdy_bitmasks.h',
459 'spdy/spdy_frame_builder.cc', 457 'spdy/spdy_frame_builder.cc',
460 'spdy/spdy_frame_builder.h', 458 'spdy/spdy_frame_builder.h',
461 'spdy/spdy_framer.cc', 459 'spdy/spdy_framer.cc',
462 'spdy/spdy_framer.h', 460 'spdy/spdy_framer.h',
463 'spdy/spdy_io_buffer.cc', 461 'spdy/spdy_io_buffer.cc',
464 'spdy/spdy_io_buffer.h', 462 'spdy/spdy_io_buffer.h',
465 'spdy/spdy_network_transaction.cc', 463 'spdy/spdy_network_transaction.cc',
466 'spdy/spdy_network_transaction.h', 464 'spdy/spdy_network_transaction.h',
467 'spdy/spdy_protocol.h', 465 'spdy/spdy_protocol.h',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 ], 932 ],
935 }], 933 }],
936 ], 934 ],
937 } 935 }
938 936
939 # Local Variables: 937 # Local Variables:
940 # tab-width:2 938 # tab-width:2
941 # indent-tabs-mode:nil 939 # indent-tabs-mode:nil
942 # End: 940 # End:
943 # vim: set expandtab tabstop=2 shiftwidth=2: 941 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/socket_stream_dispatcher_host.cc ('k') | net/socket_stream/socket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698