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

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: Addressed comments, moved feature declatation to content Created 4 years, 11 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 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
1411 'dns/mapped_host_resolver_unittest.cc', 1411 'dns/mapped_host_resolver_unittest.cc',
1412 'dns/mdns_cache_unittest.cc', 1412 'dns/mdns_cache_unittest.cc',
1413 'dns/mdns_client_unittest.cc', 1413 'dns/mdns_client_unittest.cc',
1414 'dns/mojo_host_resolver_impl_unittest.cc', 1414 'dns/mojo_host_resolver_impl_unittest.cc',
1415 'dns/record_parsed_unittest.cc', 1415 'dns/record_parsed_unittest.cc',
1416 'dns/record_rdata_unittest.cc', 1416 'dns/record_rdata_unittest.cc',
1417 'dns/serial_worker_unittest.cc', 1417 'dns/serial_worker_unittest.cc',
1418 'dns/single_request_host_resolver_unittest.cc', 1418 'dns/single_request_host_resolver_unittest.cc',
1419 'extras/sqlite/sqlite_channel_id_store_unittest.cc', 1419 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1420 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', 1420 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc',
1421 'filter/brotli_filter_unittest.cc',
1421 'filter/filter_unittest.cc', 1422 'filter/filter_unittest.cc',
1422 'filter/gzip_filter_unittest.cc', 1423 'filter/gzip_filter_unittest.cc',
1423 'filter/mock_filter_context.cc', 1424 'filter/mock_filter_context.cc',
1424 'filter/mock_filter_context.h', 1425 'filter/mock_filter_context.h',
1425 'filter/sdch_filter_unittest.cc', 1426 'filter/sdch_filter_unittest.cc',
1426 'ftp/ftp_auth_cache_unittest.cc', 1427 'ftp/ftp_auth_cache_unittest.cc',
1427 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1428 'ftp/ftp_ctrl_response_buffer_unittest.cc',
1428 'ftp/ftp_directory_listing_parser_ls_unittest.cc', 1429 'ftp/ftp_directory_listing_parser_ls_unittest.cc',
1429 'ftp/ftp_directory_listing_parser_unittest.cc', 1430 'ftp/ftp_directory_listing_parser_unittest.cc',
1430 'ftp/ftp_directory_listing_parser_unittest.h', 1431 'ftp/ftp_directory_listing_parser_unittest.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1956 'docs/bug-triage-labels.md', 1957 'docs/bug-triage-labels.md',
1957 'docs/bug-triage-suggested-workflow.md', 1958 'docs/bug-triage-suggested-workflow.md',
1958 'docs/code-patterns.md', 1959 'docs/code-patterns.md',
1959 'docs/crash-course-in-net-internals.md', 1960 'docs/crash-course-in-net-internals.md',
1960 'docs/life-of-a-url-request.md', 1961 'docs/life-of-a-url-request.md',
1961 'sdch/README.md', 1962 'sdch/README.md',
1962 ], 1963 ],
1963 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1964 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1964 } 1965 }
1965 } 1966 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698