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

Side by Side Diff: net/net.gypi

Issue 2336913006: Introduce ExpectApproxEq, a helper function that allows making assertions that certain values are e… (Closed)
Patch Set: Fix MSVC warnings Created 4 years, 3 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
« no previous file with comments | « no previous file | net/quic/core/congestion_control/simulation/simulator_test.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 1759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 'quic/test_tools/quic_stream_factory_peer.cc', 1770 'quic/test_tools/quic_stream_factory_peer.cc',
1771 'quic/test_tools/quic_stream_factory_peer.h', 1771 'quic/test_tools/quic_stream_factory_peer.h',
1772 'quic/test_tools/quic_stream_sequencer_peer.cc', 1772 'quic/test_tools/quic_stream_sequencer_peer.cc',
1773 'quic/test_tools/quic_stream_sequencer_peer.h', 1773 'quic/test_tools/quic_stream_sequencer_peer.h',
1774 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc', 1774 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.cc',
1775 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.h', 1775 'quic/test_tools/quic_sustained_bandwidth_recorder_peer.h',
1776 'quic/test_tools/quic_test_packet_maker.cc', 1776 'quic/test_tools/quic_test_packet_maker.cc',
1777 'quic/test_tools/quic_test_packet_maker.h', 1777 'quic/test_tools/quic_test_packet_maker.h',
1778 'quic/test_tools/quic_test_utils.cc', 1778 'quic/test_tools/quic_test_utils.cc',
1779 'quic/test_tools/quic_test_utils.h', 1779 'quic/test_tools/quic_test_utils.h',
1780 'quic/test_tools/quic_test_utils_test.cc',
1780 'quic/test_tools/reliable_quic_stream_peer.cc', 1781 'quic/test_tools/reliable_quic_stream_peer.cc',
1781 'quic/test_tools/reliable_quic_stream_peer.h', 1782 'quic/test_tools/reliable_quic_stream_peer.h',
1782 'quic/test_tools/rtt_stats_peer.cc', 1783 'quic/test_tools/rtt_stats_peer.cc',
1783 'quic/test_tools/rtt_stats_peer.h', 1784 'quic/test_tools/rtt_stats_peer.h',
1784 'quic/test_tools/simple_quic_framer.cc', 1785 'quic/test_tools/simple_quic_framer.cc',
1785 'quic/test_tools/simple_quic_framer.h', 1786 'quic/test_tools/simple_quic_framer.h',
1786 'quic/test_tools/test_task_runner.cc', 1787 'quic/test_tools/test_task_runner.cc',
1787 'quic/test_tools/test_task_runner.h', 1788 'quic/test_tools/test_task_runner.h',
1788 'sdch/sdch_owner_unittest.cc', 1789 'sdch/sdch_owner_unittest.cc',
1789 'socket/client_socket_pool_base_unittest.cc', 1790 'socket/client_socket_pool_base_unittest.cc',
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
3232 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3233 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3233 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3235 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3236 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3236 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3237 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3237 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3239 ], 3240 ],
3240 } 3241 }
3241 } 3242 }
OLDNEW
« no previous file with comments | « no previous file | net/quic/core/congestion_control/simulation/simulator_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698