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

Side by Side Diff: net/net.gypi

Issue 2559243003: Extend with a language code in http accept languages
Patch Set: Rebased, fixed nits and handed over this CL :( Created 4 years 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/http/http_util_unittest.cc ('k') | no next file » | 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 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 'http/http_stream_factory_impl_job.cc', 761 'http/http_stream_factory_impl_job.cc',
762 'http/http_stream_factory_impl_job.h', 762 'http/http_stream_factory_impl_job.h',
763 'http/http_stream_factory_impl_job_controller.cc', 763 'http/http_stream_factory_impl_job_controller.cc',
764 'http/http_stream_factory_impl_job_controller.h', 764 'http/http_stream_factory_impl_job_controller.h',
765 'http/http_stream_factory_impl_request.cc', 765 'http/http_stream_factory_impl_request.cc',
766 'http/http_stream_factory_impl_request.h', 766 'http/http_stream_factory_impl_request.h',
767 'http/http_stream_parser.cc', 767 'http/http_stream_parser.cc',
768 'http/http_stream_parser.h', 768 'http/http_stream_parser.h',
769 'http/http_transaction.h', 769 'http/http_transaction.h',
770 'http/http_transaction_factory.h', 770 'http/http_transaction_factory.h',
771 'http/http_util_icu.h',
771 'http/http_version.h', 772 'http/http_version.h',
772 'http/md4.cc', 773 'http/md4.cc',
773 'http/md4.h', 774 'http/md4.h',
774 'http/partial_data.cc', 775 'http/partial_data.cc',
775 'http/partial_data.h', 776 'http/partial_data.h',
776 'http/proxy_client_socket.cc', 777 'http/proxy_client_socket.cc',
777 'http/proxy_client_socket.h', 778 'http/proxy_client_socket.h',
778 'http/proxy_connect_redirect_http_stream.cc', 779 'http/proxy_connect_redirect_http_stream.cc',
779 'http/proxy_connect_redirect_http_stream.h', 780 'http/proxy_connect_redirect_http_stream.h',
780 'http/transport_security_persister.cc', 781 'http/transport_security_persister.cc',
(...skipping 951 matching lines...) Expand 10 before | Expand all | Expand 10 after
1732 'http/http_response_headers_unittest.cc', 1733 'http/http_response_headers_unittest.cc',
1733 'http/http_response_info_unittest.cc', 1734 'http/http_response_info_unittest.cc',
1734 'http/http_security_headers_unittest.cc', 1735 'http/http_security_headers_unittest.cc',
1735 'http/http_server_properties_impl_unittest.cc', 1736 'http/http_server_properties_impl_unittest.cc',
1736 'http/http_server_properties_manager_unittest.cc', 1737 'http/http_server_properties_manager_unittest.cc',
1737 'http/http_status_code_unittest.cc', 1738 'http/http_status_code_unittest.cc',
1738 'http/http_stream_factory_impl_job_controller_unittest.cc', 1739 'http/http_stream_factory_impl_job_controller_unittest.cc',
1739 'http/http_stream_factory_impl_request_unittest.cc', 1740 'http/http_stream_factory_impl_request_unittest.cc',
1740 'http/http_stream_factory_impl_unittest.cc', 1741 'http/http_stream_factory_impl_unittest.cc',
1741 'http/http_stream_parser_unittest.cc', 1742 'http/http_stream_parser_unittest.cc',
1743 'http/http_util_icu_unittest.cc',
1742 'http/http_util_unittest.cc', 1744 'http/http_util_unittest.cc',
1743 'http/http_vary_data_unittest.cc', 1745 'http/http_vary_data_unittest.cc',
1744 'http/mock_allow_http_auth_preferences.cc', 1746 'http/mock_allow_http_auth_preferences.cc',
1745 'http/mock_allow_http_auth_preferences.h', 1747 'http/mock_allow_http_auth_preferences.h',
1746 'http/mock_gssapi_library_posix.cc', 1748 'http/mock_gssapi_library_posix.cc',
1747 'http/mock_gssapi_library_posix.h', 1749 'http/mock_gssapi_library_posix.h',
1748 'http/mock_http_cache.cc', 1750 'http/mock_http_cache.cc',
1749 'http/mock_http_cache.h', 1751 'http/mock_http_cache.h',
1750 'http/mock_sspi_library_win.cc', 1752 'http/mock_sspi_library_win.cc',
1751 'http/mock_sspi_library_win.h', 1753 'http/mock_sspi_library_win.h',
(...skipping 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after
3557 'tools/domain_security_preload_generator/preloaded_state_generator.h', 3559 'tools/domain_security_preload_generator/preloaded_state_generator.h',
3558 'tools/domain_security_preload_generator/spki_hash.cc', 3560 'tools/domain_security_preload_generator/spki_hash.cc',
3559 'tools/domain_security_preload_generator/spki_hash.h', 3561 'tools/domain_security_preload_generator/spki_hash.h',
3560 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc', 3562 'tools/domain_security_preload_generator/trie/trie_bit_buffer.cc',
3561 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h', 3563 'tools/domain_security_preload_generator/trie/trie_bit_buffer.h',
3562 'tools/domain_security_preload_generator/trie/trie_writer.cc', 3564 'tools/domain_security_preload_generator/trie/trie_writer.cc',
3563 'tools/domain_security_preload_generator/trie/trie_writer.h', 3565 'tools/domain_security_preload_generator/trie/trie_writer.h',
3564 ], 3566 ],
3565 } 3567 }
3566 } 3568 }
OLDNEW
« no previous file with comments | « net/http/http_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698