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

Side by Side Diff: net/net.gypi

Issue 1017973002: Implement working tests for the simple QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « net/net.gyp ('k') | net/tools/quic/quic_simple_client_session_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 1676 matching lines...) Expand 10 before | Expand all | Expand 10 after
1687 'test/scoped_disable_exit_on_dfatal.h', 1687 'test/scoped_disable_exit_on_dfatal.h',
1688 'test/test_certificate_data.h', 1688 'test/test_certificate_data.h',
1689 'tools/balsa/balsa_frame_test.cc', 1689 'tools/balsa/balsa_frame_test.cc',
1690 'tools/balsa/balsa_headers_test.cc', 1690 'tools/balsa/balsa_headers_test.cc',
1691 'tools/dump_cache/url_to_filename_encoder.cc', 1691 'tools/dump_cache/url_to_filename_encoder.cc',
1692 'tools/dump_cache/url_to_filename_encoder.h', 1692 'tools/dump_cache/url_to_filename_encoder.h',
1693 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1693 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1694 'tools/dump_cache/url_utilities.cc', 1694 'tools/dump_cache/url_utilities.cc',
1695 'tools/dump_cache/url_utilities.h', 1695 'tools/dump_cache/url_utilities.h',
1696 'tools/dump_cache/url_utilities_unittest.cc', 1696 'tools/dump_cache/url_utilities_unittest.cc',
1697 'tools/quic/quic_simple_client_test.cc',
1698 'tools/quic/quic_simple_client_session_test.cc',
1699 'tools/quic/quic_simple_client_stream_test.cc',
ramant (doing other things) 2015/03/19 20:52:19 nit: sort order tools/quic/quic_simple_client_sess
Ryan Hamilton 2015/03/20 00:05:55 Done.
1697 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1700 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1698 'udp/udp_socket_unittest.cc', 1701 'udp/udp_socket_unittest.cc',
1699 'url_request/sdch_dictionary_fetcher_unittest.cc', 1702 'url_request/sdch_dictionary_fetcher_unittest.cc',
1700 'url_request/url_fetcher_impl_unittest.cc', 1703 'url_request/url_fetcher_impl_unittest.cc',
1701 'url_request/url_fetcher_response_writer_unittest.cc', 1704 'url_request/url_fetcher_response_writer_unittest.cc',
1702 'url_request/url_request_context_builder_unittest.cc', 1705 'url_request/url_request_context_builder_unittest.cc',
1703 'url_request/url_request_data_job_unittest.cc', 1706 'url_request/url_request_data_job_unittest.cc',
1704 'url_request/url_request_file_job_unittest.cc', 1707 'url_request/url_request_file_job_unittest.cc',
1705 'url_request/url_request_filter_unittest.cc', 1708 'url_request/url_request_filter_unittest.cc',
1706 'url_request/url_request_ftp_job_unittest.cc', 1709 'url_request/url_request_ftp_job_unittest.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1781 'base/mac/url_conversions_unittest.mm', 1784 'base/mac/url_conversions_unittest.mm',
1782 ], 1785 ],
1783 'net_docs_script': 'tools/net_docs/net_docs.py', 1786 'net_docs_script': 'tools/net_docs/net_docs.py',
1784 'net_docs_sources': [ 1787 'net_docs_sources': [
1785 'README.md', 1788 'README.md',
1786 'sdch/README.md', 1789 'sdch/README.md',
1787 ], 1790 ],
1788 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1791 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1789 } 1792 }
1790 } 1793 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/tools/quic/quic_simple_client_session_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698