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

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: Rebaseline Created 4 years, 12 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
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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 'http/http_basic_stream.cc', 861 'http/http_basic_stream.cc',
862 'http/http_basic_stream.h', 862 'http/http_basic_stream.h',
863 'http/http_cache.cc', 863 'http/http_cache.cc',
864 'http/http_cache.h', 864 'http/http_cache.h',
865 'http/http_cache_transaction.cc', 865 'http/http_cache_transaction.cc',
866 'http/http_cache_transaction.h', 866 'http/http_cache_transaction.h',
867 'http/http_chunked_decoder.cc', 867 'http/http_chunked_decoder.cc',
868 'http/http_chunked_decoder.h', 868 'http/http_chunked_decoder.h',
869 'http/http_content_disposition.cc', 869 'http/http_content_disposition.cc',
870 'http/http_content_disposition.h', 870 'http/http_content_disposition.h',
871 'http/http_features.cc',
872 'http/http_features.h',
871 'http/http_network_layer.cc', 873 'http/http_network_layer.cc',
872 'http/http_network_layer.h', 874 'http/http_network_layer.h',
873 'http/http_network_session.cc', 875 'http/http_network_session.cc',
874 'http/http_network_session.h', 876 'http/http_network_session.h',
875 'http/http_network_session_peer.cc', 877 'http/http_network_session_peer.cc',
876 'http/http_network_session_peer.h', 878 'http/http_network_session_peer.h',
877 'http/http_network_transaction.cc', 879 'http/http_network_transaction.cc',
878 'http/http_network_transaction.h', 880 'http/http_network_transaction.h',
879 'http/http_proxy_client_socket.cc', 881 'http/http_proxy_client_socket.cc',
880 'http/http_proxy_client_socket.h', 882 'http/http_proxy_client_socket.h',
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1409 'dns/mapped_host_resolver_unittest.cc', 1411 'dns/mapped_host_resolver_unittest.cc',
1410 'dns/mdns_cache_unittest.cc', 1412 'dns/mdns_cache_unittest.cc',
1411 'dns/mdns_client_unittest.cc', 1413 'dns/mdns_client_unittest.cc',
1412 'dns/mojo_host_resolver_impl_unittest.cc', 1414 'dns/mojo_host_resolver_impl_unittest.cc',
1413 'dns/record_parsed_unittest.cc', 1415 'dns/record_parsed_unittest.cc',
1414 'dns/record_rdata_unittest.cc', 1416 'dns/record_rdata_unittest.cc',
1415 'dns/serial_worker_unittest.cc', 1417 'dns/serial_worker_unittest.cc',
1416 'dns/single_request_host_resolver_unittest.cc', 1418 'dns/single_request_host_resolver_unittest.cc',
1417 'extras/sqlite/sqlite_channel_id_store_unittest.cc', 1419 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1418 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', 1420 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc',
1421 'filter/brotli_filter_unittest.cc',
1419 'filter/filter_unittest.cc', 1422 'filter/filter_unittest.cc',
1420 'filter/gzip_filter_unittest.cc', 1423 'filter/gzip_filter_unittest.cc',
1421 'filter/mock_filter_context.cc', 1424 'filter/mock_filter_context.cc',
1422 'filter/mock_filter_context.h', 1425 'filter/mock_filter_context.h',
1423 'filter/sdch_filter_unittest.cc', 1426 'filter/sdch_filter_unittest.cc',
1424 'ftp/ftp_auth_cache_unittest.cc', 1427 'ftp/ftp_auth_cache_unittest.cc',
1425 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1428 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1426 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1429 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1427 'ftp/ftp_directory_listing_parser_unittest.cc', 1430 'ftp/ftp_directory_listing_parser_unittest.cc',
1428 'ftp/ftp_directory_listing_parser_unittest.h', 1431 'ftp/ftp_directory_listing_parser_unittest.h',
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 'docs/bug-triage-labels.md', 1956 'docs/bug-triage-labels.md',
1954 'docs/bug-triage-suggested-workflow.md', 1957 'docs/bug-triage-suggested-workflow.md',
1955 'docs/code-patterns.md', 1958 'docs/code-patterns.md',
1956 'docs/crash-course-in-net-internals.md', 1959 'docs/crash-course-in-net-internals.md',
1957 'docs/life-of-a-url-request.md', 1960 'docs/life-of-a-url-request.md',
1958 'sdch/README.md', 1961 'sdch/README.md',
1959 ], 1962 ],
1960 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1963 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1961 } 1964 }
1962 } 1965 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698