Chromium Code Reviews| 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). |
| 11 # These files must not depend on files listed in sources list in the net | 11 # These files must not depend on files listed in sources list in the net |
| 12 # target. | 12 # target. |
| 13 'net_nacl_common_sources' : [ | 13 'net_nacl_common_sources' : [ |
| 14 'base/address_family.h', | 14 'base/address_family.h', |
| 15 'base/address_list.cc', | 15 'base/address_list.cc', |
| 16 'base/address_list.h', | 16 'base/address_list.h', |
| 17 'base/auth.cc', | 17 'base/auth.cc', |
| 18 'base/auth.h', | 18 'base/auth.h', |
| 19 'base/completion_callback.h', | |
| 20 'base/connection_type_histograms.cc', | 19 'base/connection_type_histograms.cc', |
| 21 'base/connection_type_histograms.h', | 20 'base/connection_type_histograms.h', |
| 21 'base/dafsa/lookup_string.cc', | |
| 22 'base/dafsa/lookup_string.h', | |
| 22 'base/dns_util.cc', | 23 'base/dns_util.cc', |
| 23 'base/dns_util.h', | 24 'base/dns_util.h', |
| 24 'base/escape.cc', | 25 'base/escape.cc', |
| 26 'base/completion_callback.h', | |
|
tyoshino (SeeGerritForStatus)
2015/10/19 07:15:10
moved accidentally?
Adam Rice
2015/10/19 12:03:07
Yes. I don't know why. Moved back.
| |
| 25 'base/escape.h', | 27 'base/escape.h', |
| 26 'base/hash_value.cc', | 28 'base/hash_value.cc', |
| 27 'base/hash_value.h', | 29 'base/hash_value.h', |
| 28 'base/host_port_pair.cc', | 30 'base/host_port_pair.cc', |
| 29 'base/host_port_pair.h', | 31 'base/host_port_pair.h', |
| 30 'base/io_buffer.cc', | 32 'base/io_buffer.cc', |
| 31 'base/io_buffer.h', | 33 'base/io_buffer.h', |
| 32 'base/ip_address_number.cc', | 34 'base/ip_address_number.cc', |
| 33 'base/ip_address_number.h', | 35 'base/ip_address_number.h', |
| 34 'base/ip_endpoint.cc', | 36 'base/ip_endpoint.cc', |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 49 'base/network_interfaces.h', | 51 'base/network_interfaces.h', |
| 50 'base/network_interfaces_posix.cc', | 52 'base/network_interfaces_posix.cc', |
| 51 'base/openssl_private_key_store.h', | 53 'base/openssl_private_key_store.h', |
| 52 'base/openssl_private_key_store_android.cc', | 54 'base/openssl_private_key_store_android.cc', |
| 53 'base/openssl_private_key_store_memory.cc', | 55 'base/openssl_private_key_store_memory.cc', |
| 54 'base/port_util.cc', | 56 'base/port_util.cc', |
| 55 'base/port_util.h', | 57 'base/port_util.h', |
| 56 'base/rand_callback.h', | 58 'base/rand_callback.h', |
| 57 'base/registry_controlled_domains/registry_controlled_domain.cc', | 59 'base/registry_controlled_domains/registry_controlled_domain.cc', |
| 58 'base/registry_controlled_domains/registry_controlled_domain.h', | 60 'base/registry_controlled_domains/registry_controlled_domain.h', |
| 61 'base/swr_histogram_domains/swr_histogram_domains.cc', | |
| 62 'base/swr_histogram_domains/swr_histogram_domains.h', | |
| 59 'base/sys_addrinfo.h', | 63 'base/sys_addrinfo.h', |
| 60 'base/zap.cc', | 64 'base/zap.cc', |
| 61 'base/zap.h', | 65 'base/zap.h', |
| 62 'cert/asn1_util.cc', | 66 'cert/asn1_util.cc', |
| 63 'cert/asn1_util.h', | 67 'cert/asn1_util.h', |
| 64 'cert/cert_database.cc', | 68 'cert/cert_database.cc', |
| 65 'cert/cert_database.h', | 69 'cert/cert_database.h', |
| 66 'cert/cert_database_openssl.cc', | 70 'cert/cert_database_openssl.cc', |
| 67 'cert/cert_policy_enforcer.cc', | 71 'cert/cert_policy_enforcer.cc', |
| 68 'cert/cert_policy_enforcer.h', | 72 'cert/cert_policy_enforcer.h', |
| (...skipping 1201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1270 'base/net_util_icu_unittest.cc', | 1274 'base/net_util_icu_unittest.cc', |
| 1271 'base/net_util_unittest.cc', | 1275 'base/net_util_unittest.cc', |
| 1272 'base/network_activity_monitor_unittest.cc', | 1276 'base/network_activity_monitor_unittest.cc', |
| 1273 'base/network_change_notifier_unittest.cc', | 1277 'base/network_change_notifier_unittest.cc', |
| 1274 'base/network_change_notifier_win_unittest.cc', | 1278 'base/network_change_notifier_win_unittest.cc', |
| 1275 'base/network_interfaces_unittest.cc', | 1279 'base/network_interfaces_unittest.cc', |
| 1276 'base/network_quality_estimator_unittest.cc', | 1280 'base/network_quality_estimator_unittest.cc', |
| 1277 'base/port_util_unittest.cc', | 1281 'base/port_util_unittest.cc', |
| 1278 'base/prioritized_dispatcher_unittest.cc', | 1282 'base/prioritized_dispatcher_unittest.cc', |
| 1279 'base/priority_queue_unittest.cc', | 1283 'base/priority_queue_unittest.cc', |
| 1280 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | |
| 1281 'base/sdch_dictionary_unittest.cc', | 1284 'base/sdch_dictionary_unittest.cc', |
| 1282 'base/sdch_manager_unittest.cc', | 1285 'base/sdch_manager_unittest.cc', |
| 1283 'base/static_cookie_policy_unittest.cc', | 1286 'base/static_cookie_policy_unittest.cc', |
| 1287 'base/swr_histogram_domains/swr_histogram_domains_unittest.cc', | |
| 1284 'base/test_completion_callback_unittest.cc', | 1288 'base/test_completion_callback_unittest.cc', |
| 1285 'base/upload_bytes_element_reader_unittest.cc', | 1289 'base/upload_bytes_element_reader_unittest.cc', |
| 1286 'base/upload_file_element_reader_unittest.cc', | 1290 'base/upload_file_element_reader_unittest.cc', |
| 1287 'base/url_util_unittest.cc', | 1291 'base/url_util_unittest.cc', |
| 1288 'cert/cert_policy_enforcer_unittest.cc', | 1292 'cert/cert_policy_enforcer_unittest.cc', |
| 1289 'cert/cert_verify_proc_unittest.cc', | 1293 'cert/cert_verify_proc_unittest.cc', |
| 1290 'cert/cert_verify_proc_whitelist_unittest.cc', | 1294 'cert/cert_verify_proc_whitelist_unittest.cc', |
| 1291 'cert/crl_set_unittest.cc', | 1295 'cert/crl_set_unittest.cc', |
| 1292 'cert/ct_log_response_parser_unittest.cc', | 1296 'cert/ct_log_response_parser_unittest.cc', |
| 1293 'cert/ct_log_verifier_unittest.cc', | 1297 'cert/ct_log_verifier_unittest.cc', |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1884 'docs/bug-triage.md', | 1888 'docs/bug-triage.md', |
| 1885 'docs/bug-triage-labels.md', | 1889 'docs/bug-triage-labels.md', |
| 1886 'docs/bug-triage-suggested-workflow.md', | 1890 'docs/bug-triage-suggested-workflow.md', |
| 1887 'docs/code-patterns.md', | 1891 'docs/code-patterns.md', |
| 1888 'docs/life-of-a-url-request.md', | 1892 'docs/life-of-a-url-request.md', |
| 1889 'sdch/README.md', | 1893 'sdch/README.md', |
| 1890 ], | 1894 ], |
| 1891 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1895 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1892 } | 1896 } |
| 1893 } | 1897 } |
| OLD | NEW |