Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |