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

Side by Side Diff: net/net.gypi

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits Created 5 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
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 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
792 'dns/notify_watcher_mac.cc', 792 'dns/notify_watcher_mac.cc',
793 'dns/notify_watcher_mac.h', 793 'dns/notify_watcher_mac.h',
794 'dns/record_parsed.cc', 794 'dns/record_parsed.cc',
795 'dns/record_parsed.h', 795 'dns/record_parsed.h',
796 'dns/record_rdata.cc', 796 'dns/record_rdata.cc',
797 'dns/record_rdata.h', 797 'dns/record_rdata.h',
798 'dns/serial_worker.cc', 798 'dns/serial_worker.cc',
799 'dns/serial_worker.h', 799 'dns/serial_worker.h',
800 'dns/single_request_host_resolver.cc', 800 'dns/single_request_host_resolver.cc',
801 'dns/single_request_host_resolver.h', 801 'dns/single_request_host_resolver.h',
802 'filter/brotli_filter.cc',
803 'filter/brotli_filter.h',
802 'filter/filter.cc', 804 'filter/filter.cc',
803 'filter/filter.h', 805 'filter/filter.h',
804 'filter/gzip_filter.cc', 806 'filter/gzip_filter.cc',
805 'filter/gzip_filter.h', 807 'filter/gzip_filter.h',
806 'filter/gzip_header.cc', 808 'filter/gzip_header.cc',
807 'filter/gzip_header.h', 809 'filter/gzip_header.h',
808 'filter/sdch_filter.cc', 810 'filter/sdch_filter.cc',
809 'filter/sdch_filter.h', 811 'filter/sdch_filter.h',
810 'http/des.cc', 812 'http/des.cc',
811 'http/des.h', 813 'http/des.h',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
851 'http/http_basic_stream.cc', 853 'http/http_basic_stream.cc',
852 'http/http_basic_stream.h', 854 'http/http_basic_stream.h',
853 'http/http_cache.cc', 855 'http/http_cache.cc',
854 'http/http_cache.h', 856 'http/http_cache.h',
855 'http/http_cache_transaction.cc', 857 'http/http_cache_transaction.cc',
856 'http/http_cache_transaction.h', 858 'http/http_cache_transaction.h',
857 'http/http_chunked_decoder.cc', 859 'http/http_chunked_decoder.cc',
858 'http/http_chunked_decoder.h', 860 'http/http_chunked_decoder.h',
859 'http/http_content_disposition.cc', 861 'http/http_content_disposition.cc',
860 'http/http_content_disposition.h', 862 'http/http_content_disposition.h',
863 'http/http_features.cc',
864 'http/http_features.h',
861 'http/http_network_layer.cc', 865 'http/http_network_layer.cc',
862 'http/http_network_layer.h', 866 'http/http_network_layer.h',
863 'http/http_network_session.cc', 867 'http/http_network_session.cc',
864 'http/http_network_session.h', 868 'http/http_network_session.h',
865 'http/http_network_session_peer.cc', 869 'http/http_network_session_peer.cc',
866 'http/http_network_session_peer.h', 870 'http/http_network_session_peer.h',
867 'http/http_network_transaction.cc', 871 'http/http_network_transaction.cc',
868 'http/http_network_transaction.h', 872 'http/http_network_transaction.h',
869 'http/http_proxy_client_socket.cc', 873 'http/http_proxy_client_socket.cc',
870 'http/http_proxy_client_socket.h', 874 'http/http_proxy_client_socket.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1396 'dns/mapped_host_resolver_unittest.cc', 1400 'dns/mapped_host_resolver_unittest.cc',
1397 'dns/mdns_cache_unittest.cc', 1401 'dns/mdns_cache_unittest.cc',
1398 'dns/mdns_client_unittest.cc', 1402 'dns/mdns_client_unittest.cc',
1399 'dns/mojo_host_resolver_impl_unittest.cc', 1403 'dns/mojo_host_resolver_impl_unittest.cc',
1400 'dns/record_parsed_unittest.cc', 1404 'dns/record_parsed_unittest.cc',
1401 'dns/record_rdata_unittest.cc', 1405 'dns/record_rdata_unittest.cc',
1402 'dns/serial_worker_unittest.cc', 1406 'dns/serial_worker_unittest.cc',
1403 'dns/single_request_host_resolver_unittest.cc', 1407 'dns/single_request_host_resolver_unittest.cc',
1404 'extras/sqlite/sqlite_channel_id_store_unittest.cc', 1408 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1405 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', 1409 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc',
1410 'filter/brotli_filter_unittest.cc',
1406 'filter/filter_unittest.cc', 1411 'filter/filter_unittest.cc',
1407 'filter/gzip_filter_unittest.cc', 1412 'filter/gzip_filter_unittest.cc',
1408 'filter/mock_filter_context.cc', 1413 'filter/mock_filter_context.cc',
1409 'filter/mock_filter_context.h', 1414 'filter/mock_filter_context.h',
1410 'filter/sdch_filter_unittest.cc', 1415 'filter/sdch_filter_unittest.cc',
1411 'ftp/ftp_auth_cache_unittest.cc', 1416 'ftp/ftp_auth_cache_unittest.cc',
1412 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1417 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1413 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1418 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1414 'ftp/ftp_directory_listing_parser_unittest.cc', 1419 'ftp/ftp_directory_listing_parser_unittest.cc',
1415 'ftp/ftp_directory_listing_parser_unittest.h', 1420 'ftp/ftp_directory_listing_parser_unittest.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1927 'docs/bug-triage.md', 1932 'docs/bug-triage.md',
1928 'docs/bug-triage-labels.md', 1933 'docs/bug-triage-labels.md',
1929 'docs/bug-triage-suggested-workflow.md', 1934 'docs/bug-triage-suggested-workflow.md',
1930 'docs/code-patterns.md', 1935 'docs/code-patterns.md',
1931 'docs/life-of-a-url-request.md', 1936 'docs/life-of-a-url-request.md',
1932 'sdch/README.md', 1937 'sdch/README.md',
1933 ], 1938 ],
1934 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1939 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1935 } 1940 }
1936 } 1941 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698