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 1453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1464 'http/transport_security_state_unittest.cc', | 1464 'http/transport_security_state_unittest.cc', |
1465 'http/url_security_manager_unittest.cc', | 1465 'http/url_security_manager_unittest.cc', |
1466 'log/net_log_capture_mode_unittest.cc', | 1466 'log/net_log_capture_mode_unittest.cc', |
1467 'log/net_log_unittest.cc', | 1467 'log/net_log_unittest.cc', |
1468 'log/net_log_util_unittest.cc', | 1468 'log/net_log_util_unittest.cc', |
1469 'log/trace_net_log_observer_unittest.cc', | 1469 'log/trace_net_log_observer_unittest.cc', |
1470 'log/write_to_file_net_log_observer_unittest.cc', | 1470 'log/write_to_file_net_log_observer_unittest.cc', |
1471 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', | 1471 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', |
1472 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', | 1472 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', |
1473 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', | 1473 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', |
1474 'proxy/load_state_change_coalescer_unittest.cc', | |
1475 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', | 1474 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', |
1476 'proxy/mojo_proxy_resolver_impl_unittest.cc', | 1475 'proxy/mojo_proxy_resolver_impl_unittest.cc', |
1477 'proxy/multi_threaded_proxy_resolver_unittest.cc', | 1476 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
1478 'proxy/network_delegate_error_observer_unittest.cc', | 1477 'proxy/network_delegate_error_observer_unittest.cc', |
1479 'proxy/proxy_bypass_rules_unittest.cc', | 1478 'proxy/proxy_bypass_rules_unittest.cc', |
1480 'proxy/proxy_config_service_android_unittest.cc', | 1479 'proxy/proxy_config_service_android_unittest.cc', |
1481 'proxy/proxy_config_service_linux_unittest.cc', | 1480 'proxy/proxy_config_service_linux_unittest.cc', |
1482 'proxy/proxy_config_service_win_unittest.cc', | 1481 'proxy/proxy_config_service_win_unittest.cc', |
1483 'proxy/proxy_config_unittest.cc', | 1482 'proxy/proxy_config_unittest.cc', |
1484 'proxy/proxy_info_unittest.cc', | 1483 'proxy/proxy_info_unittest.cc', |
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1818 'base/mac/url_conversions_unittest.mm', | 1817 'base/mac/url_conversions_unittest.mm', |
1819 ], | 1818 ], |
1820 'net_docs_script': 'tools/net_docs/net_docs.py', | 1819 'net_docs_script': 'tools/net_docs/net_docs.py', |
1821 'net_docs_sources': [ | 1820 'net_docs_sources': [ |
1822 'README.md', | 1821 'README.md', |
1823 'sdch/README.md', | 1822 'sdch/README.md', |
1824 ], | 1823 ], |
1825 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1824 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1826 } | 1825 } |
1827 } | 1826 } |
OLD | NEW |