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

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: cleanup 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/quic/quic_data_stream.h » ('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 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 'test/scoped_disable_exit_on_dfatal.h', 1690 'test/scoped_disable_exit_on_dfatal.h',
1691 'test/test_certificate_data.h', 1691 'test/test_certificate_data.h',
1692 'tools/balsa/balsa_frame_test.cc', 1692 'tools/balsa/balsa_frame_test.cc',
1693 'tools/balsa/balsa_headers_test.cc', 1693 'tools/balsa/balsa_headers_test.cc',
1694 'tools/dump_cache/url_to_filename_encoder.cc', 1694 'tools/dump_cache/url_to_filename_encoder.cc',
1695 'tools/dump_cache/url_to_filename_encoder.h', 1695 'tools/dump_cache/url_to_filename_encoder.h',
1696 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1696 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1697 'tools/dump_cache/url_utilities.cc', 1697 'tools/dump_cache/url_utilities.cc',
1698 'tools/dump_cache/url_utilities.h', 1698 'tools/dump_cache/url_utilities.h',
1699 'tools/dump_cache/url_utilities_unittest.cc', 1699 'tools/dump_cache/url_utilities_unittest.cc',
1700 'tools/quic/quic_simple_client_session_test.cc',
1701 'tools/quic/quic_simple_client_stream_test.cc',
1702 'tools/quic/quic_simple_client_test.cc',
1700 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1703 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1701 'udp/udp_socket_unittest.cc', 1704 'udp/udp_socket_unittest.cc',
1702 'url_request/sdch_dictionary_fetcher_unittest.cc', 1705 'url_request/sdch_dictionary_fetcher_unittest.cc',
1703 'url_request/url_fetcher_impl_unittest.cc', 1706 'url_request/url_fetcher_impl_unittest.cc',
1704 'url_request/url_fetcher_response_writer_unittest.cc', 1707 'url_request/url_fetcher_response_writer_unittest.cc',
1705 'url_request/url_request_context_builder_unittest.cc', 1708 'url_request/url_request_context_builder_unittest.cc',
1706 'url_request/url_request_data_job_unittest.cc', 1709 'url_request/url_request_data_job_unittest.cc',
1707 'url_request/url_request_file_job_unittest.cc', 1710 'url_request/url_request_file_job_unittest.cc',
1708 'url_request/url_request_filter_unittest.cc', 1711 'url_request/url_request_filter_unittest.cc',
1709 'url_request/url_request_ftp_job_unittest.cc', 1712 'url_request/url_request_ftp_job_unittest.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1784 'base/mac/url_conversions_unittest.mm', 1787 'base/mac/url_conversions_unittest.mm',
1785 ], 1788 ],
1786 'net_docs_script': 'tools/net_docs/net_docs.py', 1789 'net_docs_script': 'tools/net_docs/net_docs.py',
1787 'net_docs_sources': [ 1790 'net_docs_sources': [
1788 'README.md', 1791 'README.md',
1789 'sdch/README.md', 1792 'sdch/README.md',
1790 ], 1793 ],
1791 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1794 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1792 } 1795 }
1793 } 1796 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/quic/quic_data_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698