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', | 19 'base/completion_callback.h', |
20 'base/connection_type_histograms.cc', | 20 'base/connection_type_histograms.cc', |
21 'base/connection_type_histograms.h', | 21 'base/connection_type_histograms.h', |
22 'base/dafsa/lookup_string.cc', | |
eroman
2015/11/06 23:35:50
Several problems here:
(1) Why is this in a sub
Adam Rice
2015/11/09 11:01:21
Renamed to base/lookup_string_in_fixed_set.*
Also
| |
23 'base/dafsa/lookup_string.h', | |
22 'base/escape.cc', | 24 'base/escape.cc', |
23 'base/escape.h', | 25 'base/escape.h', |
24 'base/hash_value.cc', | 26 'base/hash_value.cc', |
25 'base/hash_value.h', | 27 'base/hash_value.h', |
26 'base/host_port_pair.cc', | 28 'base/host_port_pair.cc', |
27 'base/host_port_pair.h', | 29 'base/host_port_pair.h', |
28 'base/io_buffer.cc', | 30 'base/io_buffer.cc', |
29 'base/io_buffer.h', | 31 'base/io_buffer.h', |
30 'base/ip_address_number.cc', | 32 'base/ip_address_number.cc', |
31 'base/ip_address_number.h', | 33 'base/ip_address_number.h', |
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1289 'base/network_change_notifier_win_unittest.cc', | 1291 'base/network_change_notifier_win_unittest.cc', |
1290 'base/network_interfaces_unittest.cc', | 1292 'base/network_interfaces_unittest.cc', |
1291 'base/network_quality_estimator_unittest.cc', | 1293 'base/network_quality_estimator_unittest.cc', |
1292 'base/port_util_unittest.cc', | 1294 'base/port_util_unittest.cc', |
1293 'base/prioritized_dispatcher_unittest.cc', | 1295 'base/prioritized_dispatcher_unittest.cc', |
1294 'base/priority_queue_unittest.cc', | 1296 'base/priority_queue_unittest.cc', |
1295 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', | 1297 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', |
1296 'base/sdch_dictionary_unittest.cc', | 1298 'base/sdch_dictionary_unittest.cc', |
1297 'base/sdch_manager_unittest.cc', | 1299 'base/sdch_manager_unittest.cc', |
1298 'base/static_cookie_policy_unittest.cc', | 1300 'base/static_cookie_policy_unittest.cc', |
1301 'base/swr_histogram_domains/swr_histogram_domains_unittest.cc', | |
eroman
2015/11/06 23:35:50
similar issue here:
(1) Why in a subdirectory
Adam Rice
2015/11/09 11:01:21
I was just copying the structure of registry_contr
| |
1299 'base/test_completion_callback_unittest.cc', | 1302 'base/test_completion_callback_unittest.cc', |
1300 'base/upload_bytes_element_reader_unittest.cc', | 1303 'base/upload_bytes_element_reader_unittest.cc', |
1301 'base/upload_file_element_reader_unittest.cc', | 1304 'base/upload_file_element_reader_unittest.cc', |
1302 'base/url_util_unittest.cc', | 1305 'base/url_util_unittest.cc', |
1303 'cert/cert_policy_enforcer_unittest.cc', | 1306 'cert/cert_policy_enforcer_unittest.cc', |
1304 'cert/cert_verify_proc_unittest.cc', | 1307 'cert/cert_verify_proc_unittest.cc', |
1305 'cert/cert_verify_proc_whitelist_unittest.cc', | 1308 'cert/cert_verify_proc_whitelist_unittest.cc', |
1306 'cert/crl_set_unittest.cc', | 1309 'cert/crl_set_unittest.cc', |
1307 'cert/ct_log_response_parser_unittest.cc', | 1310 'cert/ct_log_response_parser_unittest.cc', |
1308 'cert/ct_log_verifier_unittest.cc', | 1311 'cert/ct_log_verifier_unittest.cc', |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1902 'docs/bug-triage.md', | 1905 'docs/bug-triage.md', |
1903 'docs/bug-triage-labels.md', | 1906 'docs/bug-triage-labels.md', |
1904 'docs/bug-triage-suggested-workflow.md', | 1907 'docs/bug-triage-suggested-workflow.md', |
1905 'docs/code-patterns.md', | 1908 'docs/code-patterns.md', |
1906 'docs/life-of-a-url-request.md', | 1909 'docs/life-of-a-url-request.md', |
1907 'sdch/README.md', | 1910 'sdch/README.md', |
1908 ], | 1911 ], |
1909 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1912 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1910 } | 1913 } |
1911 } | 1914 } |
OLD | NEW |