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

Side by Side Diff: net/net.gypi

Issue 1108083002: Create blobs from Disk Cache entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: NULL --> nullptr Created 5 years, 6 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'base/static_cookie_policy.cc', 309 'base/static_cookie_policy.cc',
310 'base/static_cookie_policy.h', 310 'base/static_cookie_policy.h',
311 'base/test_data_stream.cc', 311 'base/test_data_stream.cc',
312 'base/test_data_stream.h', 312 'base/test_data_stream.h',
313 'base/upload_bytes_element_reader.cc', 313 'base/upload_bytes_element_reader.cc',
314 'base/upload_bytes_element_reader.h', 314 'base/upload_bytes_element_reader.h',
315 'base/upload_data_stream.cc', 315 'base/upload_data_stream.cc',
316 'base/upload_data_stream.h', 316 'base/upload_data_stream.h',
317 'base/upload_element_reader.cc', 317 'base/upload_element_reader.cc',
318 'base/upload_element_reader.h', 318 'base/upload_element_reader.h',
319 'base/upload_disk_cache_entry_element_reader.cc',
320 'base/upload_disk_cache_entry_element_reader.h',
319 'base/upload_file_element_reader.cc', 321 'base/upload_file_element_reader.cc',
320 'base/upload_file_element_reader.h', 322 'base/upload_file_element_reader.h',
321 'base/upload_progress.h', 323 'base/upload_progress.h',
322 'base/url_util.cc', 324 'base/url_util.cc',
323 'base/url_util.h', 325 'base/url_util.h',
324 'base/winsock_init.cc', 326 'base/winsock_init.cc',
325 'base/winsock_init.h', 327 'base/winsock_init.h',
326 'base/winsock_util.cc', 328 'base/winsock_util.cc',
327 'base/winsock_util.h', 329 'base/winsock_util.h',
328 'cert/cert_database_android.cc', 330 'cert/cert_database_android.cc',
(...skipping 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
1315 'base/network_interfaces_unittest.cc', 1317 'base/network_interfaces_unittest.cc',
1316 'base/network_quality_estimator_unittest.cc', 1318 'base/network_quality_estimator_unittest.cc',
1317 'base/prioritized_dispatcher_unittest.cc', 1319 'base/prioritized_dispatcher_unittest.cc',
1318 'base/priority_queue_unittest.cc', 1320 'base/priority_queue_unittest.cc',
1319 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 1321 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc',
1320 'base/sdch_dictionary_unittest.cc', 1322 'base/sdch_dictionary_unittest.cc',
1321 'base/sdch_manager_unittest.cc', 1323 'base/sdch_manager_unittest.cc',
1322 'base/static_cookie_policy_unittest.cc', 1324 'base/static_cookie_policy_unittest.cc',
1323 'base/test_completion_callback_unittest.cc', 1325 'base/test_completion_callback_unittest.cc',
1324 'base/upload_bytes_element_reader_unittest.cc', 1326 'base/upload_bytes_element_reader_unittest.cc',
1327 'base/upload_disk_cache_entry_element_reader_unittest.cc',
1325 'base/upload_file_element_reader_unittest.cc', 1328 'base/upload_file_element_reader_unittest.cc',
1326 'base/url_util_unittest.cc', 1329 'base/url_util_unittest.cc',
1327 'cert/cert_policy_enforcer_unittest.cc', 1330 'cert/cert_policy_enforcer_unittest.cc',
1328 'cert/cert_verify_proc_unittest.cc', 1331 'cert/cert_verify_proc_unittest.cc',
1329 'cert/cert_verify_proc_whitelist_unittest.cc', 1332 'cert/cert_verify_proc_whitelist_unittest.cc',
1330 'cert/crl_set_unittest.cc', 1333 'cert/crl_set_unittest.cc',
1331 'cert/ct_log_response_parser_unittest.cc', 1334 'cert/ct_log_response_parser_unittest.cc',
1332 'cert/ct_log_verifier_unittest.cc', 1335 'cert/ct_log_verifier_unittest.cc',
1333 'cert/ct_objects_extractor_unittest.cc', 1336 'cert/ct_objects_extractor_unittest.cc',
1334 'cert/ct_serialization_unittest.cc', 1337 'cert/ct_serialization_unittest.cc',
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'base/mac/url_conversions_unittest.mm', 1827 'base/mac/url_conversions_unittest.mm',
1825 ], 1828 ],
1826 'net_docs_script': 'tools/net_docs/net_docs.py', 1829 'net_docs_script': 'tools/net_docs/net_docs.py',
1827 'net_docs_sources': [ 1830 'net_docs_sources': [
1828 'README.md', 1831 'README.md',
1829 'sdch/README.md', 1832 'sdch/README.md',
1830 ], 1833 ],
1831 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', 1834 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs',
1832 } 1835 }
1833 } 1836 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698