OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |