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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 'base/net_module.h', | 44 'base/net_module.h', |
45 'base/net_string_util.h', | 45 'base/net_string_util.h', |
46 'base/net_util.cc', | 46 'base/net_util.cc', |
47 'base/net_util.h', | 47 'base/net_util.h', |
48 'base/network_interfaces.cc', | 48 'base/network_interfaces.cc', |
49 'base/network_interfaces.h', | 49 'base/network_interfaces.h', |
50 'base/network_interfaces_posix.cc', | 50 'base/network_interfaces_posix.cc', |
51 'base/openssl_private_key_store.h', | 51 'base/openssl_private_key_store.h', |
52 'base/openssl_private_key_store_android.cc', | 52 'base/openssl_private_key_store_android.cc', |
53 'base/openssl_private_key_store_memory.cc', | 53 'base/openssl_private_key_store_memory.cc', |
| 54 'base/port_util.cc', |
| 55 'base/port_util.h', |
54 'base/rand_callback.h', | 56 'base/rand_callback.h', |
55 'base/registry_controlled_domains/registry_controlled_domain.cc', | 57 'base/registry_controlled_domains/registry_controlled_domain.cc', |
56 'base/registry_controlled_domains/registry_controlled_domain.h', | 58 'base/registry_controlled_domains/registry_controlled_domain.h', |
57 'base/sys_addrinfo.h', | 59 'base/sys_addrinfo.h', |
58 'base/zap.cc', | 60 'base/zap.cc', |
59 'base/zap.h', | 61 'base/zap.h', |
60 'cert/asn1_util.cc', | 62 'cert/asn1_util.cc', |
61 'cert/asn1_util.h', | 63 'cert/asn1_util.h', |
62 'cert/cert_database.cc', | 64 'cert/cert_database.cc', |
63 'cert/cert_database.h', | 65 'cert/cert_database.h', |
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1323 'base/layered_network_delegate_unittest.cc', | 1325 'base/layered_network_delegate_unittest.cc', |
1324 'base/mime_sniffer_unittest.cc', | 1326 'base/mime_sniffer_unittest.cc', |
1325 'base/mime_util_unittest.cc', | 1327 'base/mime_util_unittest.cc', |
1326 'base/net_util_icu_unittest.cc', | 1328 'base/net_util_icu_unittest.cc', |
1327 'base/net_util_unittest.cc', | 1329 'base/net_util_unittest.cc', |
1328 'base/network_activity_monitor_unittest.cc', | 1330 'base/network_activity_monitor_unittest.cc', |
1329 'base/network_change_notifier_unittest.cc', | 1331 'base/network_change_notifier_unittest.cc', |
1330 'base/network_change_notifier_win_unittest.cc', | 1332 'base/network_change_notifier_win_unittest.cc', |
1331 'base/network_interfaces_unittest.cc', | 1333 'base/network_interfaces_unittest.cc', |
1332 'base/network_quality_estimator_unittest.cc', | 1334 'base/network_quality_estimator_unittest.cc', |
| 1335 'base/port_util_unittest.cc', |
1333 'base/prioritized_dispatcher_unittest.cc', | 1336 'base/prioritized_dispatcher_unittest.cc', |
1334 'base/priority_queue_unittest.cc', | 1337 'base/priority_queue_unittest.cc', |
1335 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1338 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1336 'base/sdch_dictionary_unittest.cc', | 1339 'base/sdch_dictionary_unittest.cc', |
1337 'base/sdch_manager_unittest.cc', | 1340 'base/sdch_manager_unittest.cc', |
1338 'base/static_cookie_policy_unittest.cc', | 1341 'base/static_cookie_policy_unittest.cc', |
1339 'base/test_completion_callback_unittest.cc', | 1342 'base/test_completion_callback_unittest.cc', |
1340 'base/upload_bytes_element_reader_unittest.cc', | 1343 'base/upload_bytes_element_reader_unittest.cc', |
1341 'base/upload_disk_cache_entry_element_reader_unittest.cc', | 1344 'base/upload_disk_cache_entry_element_reader_unittest.cc', |
1342 'base/upload_file_element_reader_unittest.cc', | 1345 'base/upload_file_element_reader_unittest.cc', |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1851 'README.md', | 1854 'README.md', |
1852 'docs/bug-triage.md', | 1855 'docs/bug-triage.md', |
1853 'docs/bug-triage-labels.md', | 1856 'docs/bug-triage-labels.md', |
1854 'docs/bug-triage-suggested-workflow.md', | 1857 'docs/bug-triage-suggested-workflow.md', |
1855 'docs/life-of-a-url-request.md', | 1858 'docs/life-of-a-url-request.md', |
1856 'sdch/README.md', | 1859 'sdch/README.md', |
1857 ], | 1860 ], |
1858 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1861 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1859 } | 1862 } |
1860 } | 1863 } |
OLD | NEW |