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

Side by Side Diff: net/net.gypi

Issue 1901533002: Implementation of network level throttler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved throttle creation and checking to its own state. Created 4 years, 8 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This file is shared between the regular GYP build, the NaCl GYP build, and 5 # This file is shared between the regular GYP build, the NaCl GYP build, and
6 # the GN build. For GN support, it must have no conditionals or anything like 6 # the GN build. For GN support, it must have no conditionals or anything like
7 # that beyond the simple one-level-deep dictionary of values. 7 # that beyond the simple one-level-deep dictionary of values.
8 { 8 {
9 'variables': { 9 'variables': {
10 # Subset of net source files that are compiled for NaCl (net_nacl target). 10 # Subset of net source files that are compiled for NaCl (net_nacl target).
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
512 'base/network_config_watcher_mac.h', 512 'base/network_config_watcher_mac.h',
513 'base/network_delegate.cc', 513 'base/network_delegate.cc',
514 'base/network_delegate.h', 514 'base/network_delegate.h',
515 'base/network_delegate_impl.cc', 515 'base/network_delegate_impl.cc',
516 'base/network_delegate_impl.h', 516 'base/network_delegate_impl.h',
517 'base/network_interfaces_linux.cc', 517 'base/network_interfaces_linux.cc',
518 'base/network_interfaces_mac.cc', 518 'base/network_interfaces_mac.cc',
519 'base/network_interfaces_win.cc', 519 'base/network_interfaces_win.cc',
520 'base/network_quality_estimator.cc', 520 'base/network_quality_estimator.cc',
521 'base/network_quality_estimator.h', 521 'base/network_quality_estimator.h',
522 'base/network_stream_throttler.cc',
523 'base/network_stream_throttler.h',
522 'base/nss_memio.c', 524 'base/nss_memio.c',
523 'base/nss_memio.h', 525 'base/nss_memio.h',
524 'base/platform_mime_util.h', 526 'base/platform_mime_util.h',
525 'base/platform_mime_util_linux.cc', 527 'base/platform_mime_util_linux.cc',
526 'base/platform_mime_util_mac.mm', 528 'base/platform_mime_util_mac.mm',
527 'base/platform_mime_util_win.cc', 529 'base/platform_mime_util_win.cc',
528 'base/prioritized_dispatcher.cc', 530 'base/prioritized_dispatcher.cc',
529 'base/prioritized_dispatcher.h', 531 'base/prioritized_dispatcher.h',
530 'base/priority_queue.h', 532 'base/priority_queue.h',
531 'base/proxy_delegate.h', 533 'base/proxy_delegate.h',
(...skipping 1471 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 "websockets/websocket_handshake_stream_create_helper.cc", 2005 "websockets/websocket_handshake_stream_create_helper.cc",
2004 "websockets/websocket_handshake_stream_create_helper.h", 2006 "websockets/websocket_handshake_stream_create_helper.h",
2005 "websockets/websocket_inflater.cc", 2007 "websockets/websocket_inflater.cc",
2006 "websockets/websocket_inflater.h", 2008 "websockets/websocket_inflater.h",
2007 "websockets/websocket_mux.h", 2009 "websockets/websocket_mux.h",
2008 "websockets/websocket_stream.cc", 2010 "websockets/websocket_stream.cc",
2009 "websockets/websocket_stream.h", 2011 "websockets/websocket_stream.h",
2010 ], 2012 ],
2011 } 2013 }
2012 } 2014 }
OLDNEW
« net/http/http_network_transaction.cc ('K') | « net/http/http_stream_factory_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698