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

Side by Side Diff: net/net.gypi

Issue 1376123002: Revert of [Blob] BlobReader class & tests, and removal of all redundant reading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/base/upload_element_reader.cc ('k') | storage/browser/BUILD.gn » ('j') | 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'base/socket_performance_watcher.h', 498 'base/socket_performance_watcher.h',
499 'base/socket_performance_watcher_factory.h', 499 'base/socket_performance_watcher_factory.h',
500 'base/static_cookie_policy.cc', 500 'base/static_cookie_policy.cc',
501 'base/static_cookie_policy.h', 501 'base/static_cookie_policy.h',
502 'base/test_data_stream.cc', 502 'base/test_data_stream.cc',
503 'base/test_data_stream.h', 503 'base/test_data_stream.h',
504 'base/upload_bytes_element_reader.cc', 504 'base/upload_bytes_element_reader.cc',
505 'base/upload_bytes_element_reader.h', 505 'base/upload_bytes_element_reader.h',
506 'base/upload_data_stream.cc', 506 'base/upload_data_stream.cc',
507 'base/upload_data_stream.h', 507 'base/upload_data_stream.h',
508 'base/upload_disk_cache_entry_element_reader.cc',
509 'base/upload_disk_cache_entry_element_reader.h',
508 'base/upload_element_reader.cc', 510 'base/upload_element_reader.cc',
509 'base/upload_element_reader.h', 511 'base/upload_element_reader.h',
510 'base/upload_file_element_reader.cc', 512 'base/upload_file_element_reader.cc',
511 'base/upload_file_element_reader.h', 513 'base/upload_file_element_reader.h',
512 'base/upload_progress.h', 514 'base/upload_progress.h',
513 'base/url_util.cc', 515 'base/url_util.cc',
514 'base/url_util.h', 516 'base/url_util.h',
515 'base/winsock_init.cc', 517 'base/winsock_init.cc',
516 'base/winsock_init.h', 518 'base/winsock_init.h',
517 'base/winsock_util.cc', 519 'base/winsock_util.cc',
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 'base/network_quality_estimator_unittest.cc', 1278 'base/network_quality_estimator_unittest.cc',
1277 'base/port_util_unittest.cc', 1279 'base/port_util_unittest.cc',
1278 'base/prioritized_dispatcher_unittest.cc', 1280 'base/prioritized_dispatcher_unittest.cc',
1279 'base/priority_queue_unittest.cc', 1281 'base/priority_queue_unittest.cc',
1280 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1282 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1281 'base/sdch_dictionary_unittest.cc', 1283 'base/sdch_dictionary_unittest.cc',
1282 'base/sdch_manager_unittest.cc', 1284 'base/sdch_manager_unittest.cc',
1283 'base/static_cookie_policy_unittest.cc', 1285 'base/static_cookie_policy_unittest.cc',
1284 'base/test_completion_callback_unittest.cc', 1286 'base/test_completion_callback_unittest.cc',
1285 'base/upload_bytes_element_reader_unittest.cc', 1287 'base/upload_bytes_element_reader_unittest.cc',
1288 'base/upload_disk_cache_entry_element_reader_unittest.cc',
1286 'base/upload_file_element_reader_unittest.cc', 1289 'base/upload_file_element_reader_unittest.cc',
1287 'base/url_util_unittest.cc', 1290 'base/url_util_unittest.cc',
1288 'cert/cert_policy_enforcer_unittest.cc', 1291 'cert/cert_policy_enforcer_unittest.cc',
1289 'cert/cert_verify_proc_unittest.cc', 1292 'cert/cert_verify_proc_unittest.cc',
1290 'cert/cert_verify_proc_whitelist_unittest.cc', 1293 'cert/cert_verify_proc_whitelist_unittest.cc',
1291 'cert/crl_set_unittest.cc', 1294 'cert/crl_set_unittest.cc',
1292 'cert/ct_log_response_parser_unittest.cc', 1295 'cert/ct_log_response_parser_unittest.cc',
1293 'cert/ct_log_verifier_unittest.cc', 1296 'cert/ct_log_verifier_unittest.cc',
1294 'cert/ct_objects_extractor_unittest.cc', 1297 'cert/ct_objects_extractor_unittest.cc',
1295 'cert/ct_serialization_unittest.cc', 1298 'cert/ct_serialization_unittest.cc',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 'docs/bug-triage.md', 1889 'docs/bug-triage.md',
1887 'docs/bug-triage-labels.md', 1890 'docs/bug-triage-labels.md',
1888 'docs/bug-triage-suggested-workflow.md', 1891 'docs/bug-triage-suggested-workflow.md',
1889 'docs/code-patterns.md', 1892 'docs/code-patterns.md',
1890 'docs/life-of-a-url-request.md', 1893 'docs/life-of-a-url-request.md',
1891 'sdch/README.md', 1894 'sdch/README.md',
1892 ], 1895 ],
1893 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1896 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1894 } 1897 }
1895 } 1898 }
OLDNEW
« no previous file with comments | « net/base/upload_element_reader.cc ('k') | storage/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698