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

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: Fix use of message_loop_ in Android tests. 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'base/network_change_notifier_win.h', 353 'base/network_change_notifier_win.h',
354 'base/network_config_watcher_mac.cc', 354 'base/network_config_watcher_mac.cc',
355 'base/network_config_watcher_mac.h', 355 'base/network_config_watcher_mac.h',
356 'base/network_delegate.cc', 356 'base/network_delegate.cc',
357 'base/network_delegate.h', 357 'base/network_delegate.h',
358 'base/network_delegate_impl.cc', 358 'base/network_delegate_impl.cc',
359 'base/network_delegate_impl.h', 359 'base/network_delegate_impl.h',
360 'base/network_interfaces_linux.cc', 360 'base/network_interfaces_linux.cc',
361 'base/network_interfaces_mac.cc', 361 'base/network_interfaces_mac.cc',
362 'base/network_interfaces_win.cc', 362 'base/network_interfaces_win.cc',
363 'base/network_throttle_manager.cc',
364 'base/network_throttle_manager.h', 363 'base/network_throttle_manager.h',
364 'base/network_throttle_manager_impl.cc',
365 'base/network_throttle_manager_impl.h',
366 'base/percentile_estimator.cc',
367 'base/percentile_estimator.h',
365 'base/platform_mime_util.h', 368 'base/platform_mime_util.h',
366 'base/platform_mime_util_linux.cc', 369 'base/platform_mime_util_linux.cc',
367 'base/platform_mime_util_mac.mm', 370 'base/platform_mime_util_mac.mm',
368 'base/platform_mime_util_win.cc', 371 'base/platform_mime_util_win.cc',
369 'base/prioritized_dispatcher.cc', 372 'base/prioritized_dispatcher.cc',
370 'base/prioritized_dispatcher.h', 373 'base/prioritized_dispatcher.h',
371 'base/priority_queue.h', 374 'base/priority_queue.h',
372 'base/proxy_delegate.h', 375 'base/proxy_delegate.h',
373 'base/request_priority.cc', 376 'base/request_priority.cc',
374 'base/request_priority.h', 377 'base/request_priority.h',
(...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1422 'base/ip_pattern_unittest.cc', 1425 'base/ip_pattern_unittest.cc',
1423 'base/keygen_handler_unittest.cc', 1426 'base/keygen_handler_unittest.cc',
1424 'base/layered_network_delegate_unittest.cc', 1427 'base/layered_network_delegate_unittest.cc',
1425 'base/lookup_string_in_fixed_set_unittest.cc', 1428 'base/lookup_string_in_fixed_set_unittest.cc',
1426 'base/mime_sniffer_unittest.cc', 1429 'base/mime_sniffer_unittest.cc',
1427 'base/mime_util_unittest.cc', 1430 'base/mime_util_unittest.cc',
1428 'base/network_activity_monitor_unittest.cc', 1431 'base/network_activity_monitor_unittest.cc',
1429 'base/network_change_notifier_unittest.cc', 1432 'base/network_change_notifier_unittest.cc',
1430 'base/network_change_notifier_win_unittest.cc', 1433 'base/network_change_notifier_win_unittest.cc',
1431 'base/network_interfaces_unittest.cc', 1434 'base/network_interfaces_unittest.cc',
1432 'base/network_throttle_manager_unittest.cc', 1435 'base/network_throttle_manager_impl_unittest.cc',
1433 'base/parse_number_unittest.cc', 1436 'base/parse_number_unittest.cc',
1437 'base/percentile_estimator_unittest.cc',
1434 'base/port_util_unittest.cc', 1438 'base/port_util_unittest.cc',
1435 'base/prioritized_dispatcher_unittest.cc', 1439 'base/prioritized_dispatcher_unittest.cc',
1436 'base/priority_queue_unittest.cc', 1440 'base/priority_queue_unittest.cc',
1437 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1441 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1438 'base/sdch_dictionary_unittest.cc', 1442 'base/sdch_dictionary_unittest.cc',
1439 'base/sdch_manager_unittest.cc', 1443 'base/sdch_manager_unittest.cc',
1440 'base/static_cookie_policy_unittest.cc', 1444 'base/static_cookie_policy_unittest.cc',
1441 'base/test_completion_callback_unittest.cc', 1445 'base/test_completion_callback_unittest.cc',
1442 'base/test_proxy_delegate.cc', 1446 'base/test_proxy_delegate.cc',
1443 'base/test_proxy_delegate.h', 1447 'base/test_proxy_delegate.h',
(...skipping 1864 matching lines...) Expand 10 before | Expand all | Expand 10 after
3308 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3312 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3309 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3313 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3310 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3314 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3311 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3315 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3312 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3316 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3313 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3317 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3314 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3318 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3315 ], 3319 ],
3316 } 3320 }
3317 } 3321 }
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