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

Side by Side Diff: net/net.gypi

Issue 1035533006: Unify the QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ssize_t 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.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 1677 matching lines...) Expand 10 before | Expand all | Expand 10 after
1688 'test/scoped_disable_exit_on_dfatal.h', 1688 'test/scoped_disable_exit_on_dfatal.h',
1689 'test/test_certificate_data.h', 1689 'test/test_certificate_data.h',
1690 'tools/balsa/balsa_frame_test.cc', 1690 'tools/balsa/balsa_frame_test.cc',
1691 'tools/balsa/balsa_headers_test.cc', 1691 'tools/balsa/balsa_headers_test.cc',
1692 'tools/dump_cache/url_to_filename_encoder.cc', 1692 'tools/dump_cache/url_to_filename_encoder.cc',
1693 'tools/dump_cache/url_to_filename_encoder.h', 1693 'tools/dump_cache/url_to_filename_encoder.h',
1694 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1694 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1695 'tools/dump_cache/url_utilities.cc', 1695 'tools/dump_cache/url_utilities.cc',
1696 'tools/dump_cache/url_utilities.h', 1696 'tools/dump_cache/url_utilities.h',
1697 'tools/dump_cache/url_utilities_unittest.cc', 1697 'tools/dump_cache/url_utilities_unittest.cc',
1698 'tools/quic/quic_simple_client_session_test.cc',
1699 'tools/quic/quic_simple_client_stream_test.cc',
1700 'tools/quic/quic_simple_client_test.cc', 1698 'tools/quic/quic_simple_client_test.cc',
1701 'tools/tld_cleanup/tld_cleanup_util_unittest.cc', 1699 'tools/tld_cleanup/tld_cleanup_util_unittest.cc',
1702 'udp/udp_socket_unittest.cc', 1700 'udp/udp_socket_unittest.cc',
1703 'url_request/sdch_dictionary_fetcher_unittest.cc', 1701 'url_request/sdch_dictionary_fetcher_unittest.cc',
1704 'url_request/url_fetcher_impl_unittest.cc', 1702 'url_request/url_fetcher_impl_unittest.cc',
1705 'url_request/url_fetcher_response_writer_unittest.cc', 1703 'url_request/url_fetcher_response_writer_unittest.cc',
1706 'url_request/url_request_context_builder_unittest.cc', 1704 'url_request/url_request_context_builder_unittest.cc',
1707 'url_request/url_request_data_job_unittest.cc', 1705 'url_request/url_request_data_job_unittest.cc',
1708 'url_request/url_request_file_job_unittest.cc', 1706 'url_request/url_request_file_job_unittest.cc',
1709 'url_request/url_request_filter_unittest.cc', 1707 'url_request/url_request_filter_unittest.cc',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 'base/mac/url_conversions_unittest.mm', 1783 'base/mac/url_conversions_unittest.mm',
1786 ], 1784 ],
1787 'net_docs_script': 'tools/net_docs/net_docs.py', 1785 'net_docs_script': 'tools/net_docs/net_docs.py',
1788 'net_docs_sources': [ 1786 'net_docs_sources': [
1789 'README.md', 1787 'README.md',
1790 'sdch/README.md', 1788 'sdch/README.md',
1791 ], 1789 ],
1792 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1790 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1793 } 1791 }
1794 } 1792 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | net/tools/quic/quic_simple_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698