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

Side by Side Diff: net/net.gypi

Issue 2329973003: Add net::BrotliSourceStream (Closed)
Patch Set: Sync-ed to 92104a0503b2862f54d60473b59dd1ae145eb22b Created 4 years, 2 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
« no previous file with comments | « net/filter/brotli_source_stream_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 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 'dns/mapped_host_resolver_unittest.cc', 1500 'dns/mapped_host_resolver_unittest.cc',
1501 'dns/mdns_cache_unittest.cc', 1501 'dns/mdns_cache_unittest.cc',
1502 'dns/mdns_client_unittest.cc', 1502 'dns/mdns_client_unittest.cc',
1503 'dns/mojo_host_resolver_impl_unittest.cc', 1503 'dns/mojo_host_resolver_impl_unittest.cc',
1504 'dns/record_parsed_unittest.cc', 1504 'dns/record_parsed_unittest.cc',
1505 'dns/record_rdata_unittest.cc', 1505 'dns/record_rdata_unittest.cc',
1506 'dns/serial_worker_unittest.cc', 1506 'dns/serial_worker_unittest.cc',
1507 'extras/sqlite/sqlite_channel_id_store_unittest.cc', 1507 'extras/sqlite/sqlite_channel_id_store_unittest.cc',
1508 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc', 1508 'extras/sqlite/sqlite_persistent_cookie_store_unittest.cc',
1509 'filter/brotli_filter_unittest.cc', 1509 'filter/brotli_filter_unittest.cc',
1510 'filter/brotli_source_stream_unittest.cc',
1510 'filter/filter_source_stream_unittest.cc', 1511 'filter/filter_source_stream_unittest.cc',
1511 'filter/filter_unittest.cc', 1512 'filter/filter_unittest.cc',
1512 'filter/gzip_filter_unittest.cc', 1513 'filter/gzip_filter_unittest.cc',
1513 'filter/mock_filter_context.cc', 1514 'filter/mock_filter_context.cc',
1514 'filter/mock_filter_context.h', 1515 'filter/mock_filter_context.h',
1515 'filter/mock_source_stream.cc', 1516 'filter/mock_source_stream.cc',
1516 'filter/mock_source_stream.h', 1517 'filter/mock_source_stream.h',
1517 'filter/sdch_filter_unittest.cc', 1518 'filter/sdch_filter_unittest.cc',
1518 'ftp/ftp_auth_cache_unittest.cc', 1519 'ftp/ftp_auth_cache_unittest.cc',
1519 'ftp/ftp_ctrl_response_buffer_unittest.cc', 1520 'ftp/ftp_ctrl_response_buffer_unittest.cc',
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
3233 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3234 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3235 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3236 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3236 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3237 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3237 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3238 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3239 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3240 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3240 ], 3241 ],
3241 } 3242 }
3242 } 3243 }
OLDNEW
« no previous file with comments | « net/filter/brotli_source_stream_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698