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

Side by Side Diff: net/net.gypi

Issue 2511493002: Revert of Implement THROTTLED priority semantics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@NetworkStreamThrottler
Patch Set: Created 4 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 | « net/http/http_network_transaction_unittest.cc ('k') | net/url_request/url_request_unittest.cc » ('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 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'base/network_change_notifier_win.h', 351 'base/network_change_notifier_win.h',
352 'base/network_config_watcher_mac.cc', 352 'base/network_config_watcher_mac.cc',
353 'base/network_config_watcher_mac.h', 353 'base/network_config_watcher_mac.h',
354 'base/network_delegate.cc', 354 'base/network_delegate.cc',
355 'base/network_delegate.h', 355 'base/network_delegate.h',
356 'base/network_delegate_impl.cc', 356 'base/network_delegate_impl.cc',
357 'base/network_delegate_impl.h', 357 'base/network_delegate_impl.h',
358 'base/network_interfaces_linux.cc', 358 'base/network_interfaces_linux.cc',
359 'base/network_interfaces_mac.cc', 359 'base/network_interfaces_mac.cc',
360 'base/network_interfaces_win.cc', 360 'base/network_interfaces_win.cc',
361 'base/network_throttle_manager.cc',
361 'base/network_throttle_manager.h', 362 'base/network_throttle_manager.h',
362 'base/network_throttle_manager_impl.cc',
363 'base/network_throttle_manager_impl.h',
364 'base/percentile_estimator.cc',
365 'base/percentile_estimator.h',
366 'base/platform_mime_util.h', 363 'base/platform_mime_util.h',
367 'base/platform_mime_util_linux.cc', 364 'base/platform_mime_util_linux.cc',
368 'base/platform_mime_util_mac.mm', 365 'base/platform_mime_util_mac.mm',
369 'base/platform_mime_util_win.cc', 366 'base/platform_mime_util_win.cc',
370 'base/prioritized_dispatcher.cc', 367 'base/prioritized_dispatcher.cc',
371 'base/prioritized_dispatcher.h', 368 'base/prioritized_dispatcher.h',
372 'base/priority_queue.h', 369 'base/priority_queue.h',
373 'base/proxy_delegate.h', 370 'base/proxy_delegate.h',
374 'base/request_priority.cc', 371 'base/request_priority.cc',
375 'base/request_priority.h', 372 'base/request_priority.h',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 'base/ip_pattern_unittest.cc', 1420 'base/ip_pattern_unittest.cc',
1424 'base/keygen_handler_unittest.cc', 1421 'base/keygen_handler_unittest.cc',
1425 'base/layered_network_delegate_unittest.cc', 1422 'base/layered_network_delegate_unittest.cc',
1426 'base/lookup_string_in_fixed_set_unittest.cc', 1423 'base/lookup_string_in_fixed_set_unittest.cc',
1427 'base/mime_sniffer_unittest.cc', 1424 'base/mime_sniffer_unittest.cc',
1428 'base/mime_util_unittest.cc', 1425 'base/mime_util_unittest.cc',
1429 'base/network_activity_monitor_unittest.cc', 1426 'base/network_activity_monitor_unittest.cc',
1430 'base/network_change_notifier_unittest.cc', 1427 'base/network_change_notifier_unittest.cc',
1431 'base/network_change_notifier_win_unittest.cc', 1428 'base/network_change_notifier_win_unittest.cc',
1432 'base/network_interfaces_unittest.cc', 1429 'base/network_interfaces_unittest.cc',
1433 'base/network_throttle_manager_impl_unittest.cc', 1430 'base/network_throttle_manager_unittest.cc',
1434 'base/parse_number_unittest.cc', 1431 'base/parse_number_unittest.cc',
1435 'base/percentile_estimator_unittest.cc',
1436 'base/port_util_unittest.cc', 1432 'base/port_util_unittest.cc',
1437 'base/prioritized_dispatcher_unittest.cc', 1433 'base/prioritized_dispatcher_unittest.cc',
1438 'base/priority_queue_unittest.cc', 1434 'base/priority_queue_unittest.cc',
1439 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1435 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1440 'base/sdch_dictionary_unittest.cc', 1436 'base/sdch_dictionary_unittest.cc',
1441 'base/sdch_manager_unittest.cc', 1437 'base/sdch_manager_unittest.cc',
1442 'base/static_cookie_policy_unittest.cc', 1438 'base/static_cookie_policy_unittest.cc',
1443 'base/test_completion_callback_unittest.cc', 1439 'base/test_completion_callback_unittest.cc',
1444 'base/test_proxy_delegate.cc', 1440 'base/test_proxy_delegate.cc',
1445 'base/test_proxy_delegate.h', 1441 'base/test_proxy_delegate.h',
(...skipping 1857 matching lines...) Expand 10 before | Expand all | Expand 10 after
3303 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3299 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3304 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3300 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3305 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3301 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3306 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3302 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3307 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3303 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3308 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3304 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3309 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3305 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3310 ], 3306 ],
3311 } 3307 }
3312 } 3308 }
OLDNEW
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/url_request/url_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698