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

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: 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 'base/network_config_watcher_mac.h', 513 'base/network_config_watcher_mac.h',
514 'base/network_delegate.cc', 514 'base/network_delegate.cc',
515 'base/network_delegate.h', 515 'base/network_delegate.h',
516 'base/network_delegate_impl.cc', 516 'base/network_delegate_impl.cc',
517 'base/network_delegate_impl.h', 517 'base/network_delegate_impl.h',
518 'base/network_interfaces_linux.cc', 518 'base/network_interfaces_linux.cc',
519 'base/network_interfaces_mac.cc', 519 'base/network_interfaces_mac.cc',
520 'base/network_interfaces_win.cc', 520 'base/network_interfaces_win.cc',
521 'base/network_quality_estimator.cc', 521 'base/network_quality_estimator.cc',
522 'base/network_quality_estimator.h', 522 'base/network_quality_estimator.h',
523 'base/network_stream_throttler.cc',
524 'base/network_stream_throttler.h',
523 'base/nss_memio.c', 525 'base/nss_memio.c',
524 'base/nss_memio.h', 526 'base/nss_memio.h',
525 'base/platform_mime_util.h', 527 'base/platform_mime_util.h',
526 'base/platform_mime_util_linux.cc', 528 'base/platform_mime_util_linux.cc',
527 'base/platform_mime_util_mac.mm', 529 'base/platform_mime_util_mac.mm',
528 'base/platform_mime_util_win.cc', 530 'base/platform_mime_util_win.cc',
529 'base/prioritized_dispatcher.cc', 531 'base/prioritized_dispatcher.cc',
530 'base/prioritized_dispatcher.h', 532 'base/prioritized_dispatcher.h',
531 'base/priority_queue.h', 533 'base/priority_queue.h',
532 'base/proxy_delegate.h', 534 'base/proxy_delegate.h',
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 'docs/bug-triage-labels.md', 2018 'docs/bug-triage-labels.md',
2017 'docs/bug-triage-suggested-workflow.md', 2019 'docs/bug-triage-suggested-workflow.md',
2018 'docs/code-patterns.md', 2020 'docs/code-patterns.md',
2019 'docs/crash-course-in-net-internals.md', 2021 'docs/crash-course-in-net-internals.md',
2020 'docs/life-of-a-url-request.md', 2022 'docs/life-of-a-url-request.md',
2021 'sdch/README.md', 2023 'sdch/README.md',
2022 ], 2024 ],
2023 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 2025 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
2024 } 2026 }
2025 } 2027 }
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