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

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: Trybot fixes 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/static_cookie_policy.cc', 521 'base/static_cookie_policy.cc',
522 'base/static_cookie_policy.h', 522 'base/static_cookie_policy.h',
523 'base/test_data_stream.cc', 523 'base/test_data_stream.cc',
524 'base/test_data_stream.h', 524 'base/test_data_stream.h',
525 'base/upload_bytes_element_reader.cc', 525 'base/upload_bytes_element_reader.cc',
526 'base/upload_bytes_element_reader.h', 526 'base/upload_bytes_element_reader.h',
527 'base/upload_data_stream.cc', 527 'base/upload_data_stream.cc',
528 'base/upload_data_stream.h', 528 'base/upload_data_stream.h',
529 'base/upload_element_reader.cc', 529 'base/upload_element_reader.cc',
530 'base/upload_element_reader.h', 530 'base/upload_element_reader.h',
531 'base/upload_disk_cache_entry_element_reader.cc',
532 'base/upload_disk_cache_entry_element_reader.h',
533 'base/upload_file_element_reader.cc', 531 'base/upload_file_element_reader.cc',
534 'base/upload_file_element_reader.h', 532 'base/upload_file_element_reader.h',
535 'base/upload_progress.h', 533 'base/upload_progress.h',
536 'base/url_util.cc', 534 'base/url_util.cc',
537 'base/url_util.h', 535 'base/url_util.h',
538 'base/winsock_init.cc', 536 'base/winsock_init.cc',
539 'base/winsock_init.h', 537 'base/winsock_init.h',
540 'base/winsock_util.cc', 538 'base/winsock_util.cc',
541 'base/winsock_util.h', 539 'base/winsock_util.h',
542 'cert/cert_database_android.cc', 540 'cert/cert_database_android.cc',
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1275 'base/network_quality_estimator_unittest.cc', 1273 'base/network_quality_estimator_unittest.cc',
1276 'base/port_util_unittest.cc', 1274 'base/port_util_unittest.cc',
1277 'base/prioritized_dispatcher_unittest.cc', 1275 'base/prioritized_dispatcher_unittest.cc',
1278 'base/priority_queue_unittest.cc', 1276 'base/priority_queue_unittest.cc',
1279 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1277 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1280 'base/sdch_dictionary_unittest.cc', 1278 'base/sdch_dictionary_unittest.cc',
1281 'base/sdch_manager_unittest.cc', 1279 'base/sdch_manager_unittest.cc',
1282 'base/static_cookie_policy_unittest.cc', 1280 'base/static_cookie_policy_unittest.cc',
1283 'base/test_completion_callback_unittest.cc', 1281 'base/test_completion_callback_unittest.cc',
1284 'base/upload_bytes_element_reader_unittest.cc', 1282 'base/upload_bytes_element_reader_unittest.cc',
1285 'base/upload_disk_cache_entry_element_reader_unittest.cc',
1286 'base/upload_file_element_reader_unittest.cc', 1283 'base/upload_file_element_reader_unittest.cc',
1287 'base/url_util_unittest.cc', 1284 'base/url_util_unittest.cc',
1288 'cert/cert_policy_enforcer_unittest.cc', 1285 'cert/cert_policy_enforcer_unittest.cc',
1289 'cert/cert_verify_proc_unittest.cc', 1286 'cert/cert_verify_proc_unittest.cc',
1290 'cert/cert_verify_proc_whitelist_unittest.cc', 1287 'cert/cert_verify_proc_whitelist_unittest.cc',
1291 'cert/crl_set_unittest.cc', 1288 'cert/crl_set_unittest.cc',
1292 'cert/ct_log_response_parser_unittest.cc', 1289 'cert/ct_log_response_parser_unittest.cc',
1293 'cert/ct_log_verifier_unittest.cc', 1290 'cert/ct_log_verifier_unittest.cc',
1294 'cert/ct_objects_extractor_unittest.cc', 1291 'cert/ct_objects_extractor_unittest.cc',
1295 'cert/ct_serialization_unittest.cc', 1292 'cert/ct_serialization_unittest.cc',
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
1880 'README.md', 1877 'README.md',
1881 'docs/bug-triage.md', 1878 'docs/bug-triage.md',
1882 'docs/bug-triage-labels.md', 1879 'docs/bug-triage-labels.md',
1883 'docs/bug-triage-suggested-workflow.md', 1880 'docs/bug-triage-suggested-workflow.md',
1884 'docs/life-of-a-url-request.md', 1881 'docs/life-of-a-url-request.md',
1885 'sdch/README.md', 1882 'sdch/README.md',
1886 ], 1883 ],
1887 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1884 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1888 } 1885 }
1889 } 1886 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698