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

Side by Side Diff: net/net.gypi

Issue 2130493002: Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Added tests and cleaned up code. Created 4 years, 5 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'base/network_change_notifier_win.h', 313 'base/network_change_notifier_win.h',
314 'base/network_config_watcher_mac.cc', 314 'base/network_config_watcher_mac.cc',
315 'base/network_config_watcher_mac.h', 315 'base/network_config_watcher_mac.h',
316 'base/network_delegate.cc', 316 'base/network_delegate.cc',
317 'base/network_delegate.h', 317 'base/network_delegate.h',
318 'base/network_delegate_impl.cc', 318 'base/network_delegate_impl.cc',
319 'base/network_delegate_impl.h', 319 'base/network_delegate_impl.h',
320 'base/network_interfaces_linux.cc', 320 'base/network_interfaces_linux.cc',
321 'base/network_interfaces_mac.cc', 321 'base/network_interfaces_mac.cc',
322 'base/network_interfaces_win.cc', 322 'base/network_interfaces_win.cc',
323 'base/network_throttle_manager.cc',
324 'base/network_throttle_manager.h', 323 'base/network_throttle_manager.h',
324 'base/network_throttle_manager_impl.cc',
325 'base/network_throttle_manager_impl.h',
325 'base/platform_mime_util.h', 326 'base/platform_mime_util.h',
326 'base/platform_mime_util_linux.cc', 327 'base/platform_mime_util_linux.cc',
327 'base/platform_mime_util_mac.mm', 328 'base/platform_mime_util_mac.mm',
328 'base/platform_mime_util_win.cc', 329 'base/platform_mime_util_win.cc',
329 'base/prioritized_dispatcher.cc', 330 'base/prioritized_dispatcher.cc',
330 'base/prioritized_dispatcher.h', 331 'base/prioritized_dispatcher.h',
331 'base/priority_queue.h', 332 'base/priority_queue.h',
332 'base/proxy_delegate.h', 333 'base/proxy_delegate.h',
333 'base/request_priority.cc', 334 'base/request_priority.cc',
334 'base/request_priority.h', 335 'base/request_priority.h',
(...skipping 2770 matching lines...) Expand 10 before | Expand all | Expand 10 after
3105 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3106 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3106 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3107 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3107 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3108 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3108 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3109 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3109 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3110 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3110 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3111 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3111 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3112 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3112 ], 3113 ],
3113 } 3114 }
3114 } 3115 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698