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

Side by Side Diff: net/net.gypi

Issue 1337153002: [Blob] BlobReader class & tests, and removal of all redundant reading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows fix Created 5 years, 3 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 'base/socket_performance_watcher.h', 521 'base/socket_performance_watcher.h',
522 'base/socket_performance_watcher_factory.h', 522 'base/socket_performance_watcher_factory.h',
523 'base/static_cookie_policy.cc', 523 'base/static_cookie_policy.cc',
524 'base/static_cookie_policy.h', 524 'base/static_cookie_policy.h',
525 'base/test_data_stream.cc', 525 'base/test_data_stream.cc',
526 'base/test_data_stream.h', 526 'base/test_data_stream.h',
527 'base/upload_bytes_element_reader.cc', 527 'base/upload_bytes_element_reader.cc',
528 'base/upload_bytes_element_reader.h', 528 'base/upload_bytes_element_reader.h',
529 'base/upload_data_stream.cc', 529 'base/upload_data_stream.cc',
530 'base/upload_data_stream.h', 530 'base/upload_data_stream.h',
531 'base/upload_disk_cache_entry_element_reader.cc',
532 'base/upload_disk_cache_entry_element_reader.h',
533 'base/upload_element_reader.cc', 531 'base/upload_element_reader.cc',
534 'base/upload_element_reader.h', 532 'base/upload_element_reader.h',
535 'base/upload_file_element_reader.cc', 533 'base/upload_file_element_reader.cc',
536 'base/upload_file_element_reader.h', 534 'base/upload_file_element_reader.h',
537 'base/upload_progress.h', 535 'base/upload_progress.h',
538 'base/url_util.cc', 536 'base/url_util.cc',
539 'base/url_util.h', 537 'base/url_util.h',
540 'base/winsock_init.cc', 538 'base/winsock_init.cc',
541 'base/winsock_init.h', 539 'base/winsock_init.h',
542 'base/winsock_util.cc', 540 'base/winsock_util.cc',
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
1279 'base/network_quality_estimator_unittest.cc', 1277 'base/network_quality_estimator_unittest.cc',
1280 'base/port_util_unittest.cc', 1278 'base/port_util_unittest.cc',
1281 'base/prioritized_dispatcher_unittest.cc', 1279 'base/prioritized_dispatcher_unittest.cc',
1282 'base/priority_queue_unittest.cc', 1280 'base/priority_queue_unittest.cc',
1283 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1281 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1284 'base/sdch_dictionary_unittest.cc', 1282 'base/sdch_dictionary_unittest.cc',
1285 'base/sdch_manager_unittest.cc', 1283 'base/sdch_manager_unittest.cc',
1286 'base/static_cookie_policy_unittest.cc', 1284 'base/static_cookie_policy_unittest.cc',
1287 'base/test_completion_callback_unittest.cc', 1285 'base/test_completion_callback_unittest.cc',
1288 'base/upload_bytes_element_reader_unittest.cc', 1286 'base/upload_bytes_element_reader_unittest.cc',
1289 'base/upload_disk_cache_entry_element_reader_unittest.cc',
1290 'base/upload_file_element_reader_unittest.cc', 1287 'base/upload_file_element_reader_unittest.cc',
1291 'base/url_util_unittest.cc', 1288 'base/url_util_unittest.cc',
1292 'cert/cert_policy_enforcer_unittest.cc', 1289 'cert/cert_policy_enforcer_unittest.cc',
1293 'cert/cert_verify_proc_unittest.cc', 1290 'cert/cert_verify_proc_unittest.cc',
1294 'cert/cert_verify_proc_whitelist_unittest.cc', 1291 'cert/cert_verify_proc_whitelist_unittest.cc',
1295 'cert/crl_set_unittest.cc', 1292 'cert/crl_set_unittest.cc',
1296 'cert/ct_log_response_parser_unittest.cc', 1293 'cert/ct_log_response_parser_unittest.cc',
1297 'cert/ct_log_verifier_unittest.cc', 1294 'cert/ct_log_verifier_unittest.cc',
1298 'cert/ct_objects_extractor_unittest.cc', 1295 'cert/ct_objects_extractor_unittest.cc',
1299 'cert/ct_serialization_unittest.cc', 1296 'cert/ct_serialization_unittest.cc',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 'README.md', 1884 'README.md',
1888 'docs/bug-triage.md', 1885 'docs/bug-triage.md',
1889 'docs/bug-triage-labels.md', 1886 'docs/bug-triage-labels.md',
1890 'docs/bug-triage-suggested-workflow.md', 1887 'docs/bug-triage-suggested-workflow.md',
1891 'docs/life-of-a-url-request.md', 1888 'docs/life-of-a-url-request.md',
1892 'sdch/README.md', 1889 'sdch/README.md',
1893 ], 1890 ],
1894 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1891 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1895 } 1892 }
1896 } 1893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698