OLD | NEW |
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 Loading... |
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 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1313 'base/network_interfaces_unittest.cc', | 1315 'base/network_interfaces_unittest.cc', |
1314 'base/network_quality_estimator_unittest.cc', | 1316 'base/network_quality_estimator_unittest.cc', |
1315 'base/prioritized_dispatcher_unittest.cc', | 1317 'base/prioritized_dispatcher_unittest.cc', |
1316 'base/priority_queue_unittest.cc', | 1318 'base/priority_queue_unittest.cc', |
1317 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1319 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1318 'base/sdch_dictionary_unittest.cc', | 1320 'base/sdch_dictionary_unittest.cc', |
1319 'base/sdch_manager_unittest.cc', | 1321 'base/sdch_manager_unittest.cc', |
1320 'base/static_cookie_policy_unittest.cc', | 1322 'base/static_cookie_policy_unittest.cc', |
1321 'base/test_completion_callback_unittest.cc', | 1323 'base/test_completion_callback_unittest.cc', |
1322 'base/upload_bytes_element_reader_unittest.cc', | 1324 'base/upload_bytes_element_reader_unittest.cc', |
| 1325 'base/upload_disk_cache_entry_element_reader_unittest.cc', |
1323 'base/upload_file_element_reader_unittest.cc', | 1326 'base/upload_file_element_reader_unittest.cc', |
1324 'base/url_util_unittest.cc', | 1327 'base/url_util_unittest.cc', |
1325 'cert/cert_policy_enforcer_unittest.cc', | 1328 'cert/cert_policy_enforcer_unittest.cc', |
1326 'cert/cert_verify_proc_unittest.cc', | 1329 'cert/cert_verify_proc_unittest.cc', |
1327 'cert/cert_verify_proc_whitelist_unittest.cc', | 1330 'cert/cert_verify_proc_whitelist_unittest.cc', |
1328 'cert/crl_set_unittest.cc', | 1331 'cert/crl_set_unittest.cc', |
1329 'cert/ct_log_response_parser_unittest.cc', | 1332 'cert/ct_log_response_parser_unittest.cc', |
1330 'cert/ct_log_verifier_unittest.cc', | 1333 'cert/ct_log_verifier_unittest.cc', |
1331 'cert/ct_objects_extractor_unittest.cc', | 1334 'cert/ct_objects_extractor_unittest.cc', |
1332 'cert/ct_serialization_unittest.cc', | 1335 'cert/ct_serialization_unittest.cc', |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1817 'base/mac/url_conversions_unittest.mm', | 1820 'base/mac/url_conversions_unittest.mm', |
1818 ], | 1821 ], |
1819 'net_docs_script': 'tools/net_docs/net_docs.py', | 1822 'net_docs_script': 'tools/net_docs/net_docs.py', |
1820 'net_docs_sources': [ | 1823 'net_docs_sources': [ |
1821 'README.md', | 1824 'README.md', |
1822 'sdch/README.md', | 1825 'sdch/README.md', |
1823 ], | 1826 ], |
1824 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1827 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1825 } | 1828 } |
1826 } | 1829 } |
OLD | NEW |