| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 778 'quic/congestion_control/leaky_bucket.h', | 778 'quic/congestion_control/leaky_bucket.h', |
| 779 'quic/congestion_control/loss_detection_interface.cc', | 779 'quic/congestion_control/loss_detection_interface.cc', |
| 780 'quic/congestion_control/loss_detection_interface.h', | 780 'quic/congestion_control/loss_detection_interface.h', |
| 781 'quic/congestion_control/paced_sender.cc', | 781 'quic/congestion_control/paced_sender.cc', |
| 782 'quic/congestion_control/paced_sender.h', | 782 'quic/congestion_control/paced_sender.h', |
| 783 'quic/congestion_control/pacing_sender.cc', | 783 'quic/congestion_control/pacing_sender.cc', |
| 784 'quic/congestion_control/pacing_sender.h', | 784 'quic/congestion_control/pacing_sender.h', |
| 785 'quic/congestion_control/quic_max_sized_map.h', | 785 'quic/congestion_control/quic_max_sized_map.h', |
| 786 'quic/congestion_control/receive_algorithm_interface.cc', | 786 'quic/congestion_control/receive_algorithm_interface.cc', |
| 787 'quic/congestion_control/receive_algorithm_interface.h', | 787 'quic/congestion_control/receive_algorithm_interface.h', |
| 788 'quic/congestion_control/rtt_stats.cc', |
| 789 'quic/congestion_control/rtt_stats.h', |
| 788 'quic/congestion_control/send_algorithm_interface.cc', | 790 'quic/congestion_control/send_algorithm_interface.cc', |
| 789 'quic/congestion_control/send_algorithm_interface.h', | 791 'quic/congestion_control/send_algorithm_interface.h', |
| 790 'quic/congestion_control/tcp_cubic_sender.cc', | 792 'quic/congestion_control/tcp_cubic_sender.cc', |
| 791 'quic/congestion_control/tcp_cubic_sender.h', | 793 'quic/congestion_control/tcp_cubic_sender.h', |
| 792 'quic/congestion_control/tcp_loss_algorithm.cc', | 794 'quic/congestion_control/tcp_loss_algorithm.cc', |
| 793 'quic/congestion_control/tcp_loss_algorithm.h', | 795 'quic/congestion_control/tcp_loss_algorithm.h', |
| 794 'quic/congestion_control/tcp_receiver.cc', | 796 'quic/congestion_control/tcp_receiver.cc', |
| 795 'quic/congestion_control/tcp_receiver.h', | 797 'quic/congestion_control/tcp_receiver.h', |
| 796 'quic/congestion_control/time_loss_algorithm.cc', | 798 'quic/congestion_control/time_loss_algorithm.cc', |
| 797 'quic/congestion_control/time_loss_algorithm.h', | 799 'quic/congestion_control/time_loss_algorithm.h', |
| (...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3240 'net_unittests.isolate', | 3242 'net_unittests.isolate', |
| 3241 ], | 3243 ], |
| 3242 'sources': [ | 3244 'sources': [ |
| 3243 'net_unittests.isolate', | 3245 'net_unittests.isolate', |
| 3244 ], | 3246 ], |
| 3245 }, | 3247 }, |
| 3246 ], | 3248 ], |
| 3247 }], | 3249 }], |
| 3248 ], | 3250 ], |
| 3249 } | 3251 } |
| OLD | NEW |