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 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
472 'disk_cache/simple/simple_backend_impl.cc', | 472 'disk_cache/simple/simple_backend_impl.cc', |
473 'disk_cache/simple/simple_backend_impl.h', | 473 'disk_cache/simple/simple_backend_impl.h', |
474 'disk_cache/simple/simple_backend_version.h', | 474 'disk_cache/simple/simple_backend_version.h', |
475 'disk_cache/simple/simple_entry_format.cc', | 475 'disk_cache/simple/simple_entry_format.cc', |
476 'disk_cache/simple/simple_entry_format.h', | 476 'disk_cache/simple/simple_entry_format.h', |
477 'disk_cache/simple/simple_entry_format_history.h', | 477 'disk_cache/simple/simple_entry_format_history.h', |
478 'disk_cache/simple/simple_entry_impl.cc', | 478 'disk_cache/simple/simple_entry_impl.cc', |
479 'disk_cache/simple/simple_entry_impl.h', | 479 'disk_cache/simple/simple_entry_impl.h', |
480 'disk_cache/simple/simple_entry_operation.cc', | 480 'disk_cache/simple/simple_entry_operation.cc', |
481 'disk_cache/simple/simple_entry_operation.h', | 481 'disk_cache/simple/simple_entry_operation.h', |
482 'log/net_log_logger.cc', | 482 'log/write_to_file_net_log_observer.cc', |
483 'log/net_log_logger.h', | 483 'log/write_to_file_net_log_observer.h', |
484 'log/net_log_util.cc', | 484 'log/net_log_util.cc', |
485 'log/net_log_util.h', | 485 'log/net_log_util.h', |
486 'log/trace_net_log_observer.cc', | 486 'log/trace_net_log_observer.cc', |
487 'log/trace_net_log_observer.h', | 487 'log/trace_net_log_observer.h', |
488 'disk_cache/simple/simple_histogram_macros.h' , | 488 'disk_cache/simple/simple_histogram_macros.h' , |
489 'cert_net/nss_ocsp.cc', | 489 'cert_net/nss_ocsp.cc', |
490 'cert_net/nss_ocsp.h', | 490 'cert_net/nss_ocsp.h', |
491 'disk_cache/simple/simple_index.cc', | 491 'disk_cache/simple/simple_index.cc', |
492 'disk_cache/simple/simple_index.h', | 492 'disk_cache/simple/simple_index.h', |
493 'disk_cache/simple/simple_index_delegate.h', | 493 'disk_cache/simple/simple_index_delegate.h', |
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1427 'http/mock_allow_url_security_manager.h', | 1427 'http/mock_allow_url_security_manager.h', |
1428 'http/mock_gssapi_library_posix.cc', | 1428 'http/mock_gssapi_library_posix.cc', |
1429 'http/mock_gssapi_library_posix.h', | 1429 'http/mock_gssapi_library_posix.h', |
1430 'http/mock_http_cache.cc', | 1430 'http/mock_http_cache.cc', |
1431 'http/mock_http_cache.h', | 1431 'http/mock_http_cache.h', |
1432 'http/mock_sspi_library_win.cc', | 1432 'http/mock_sspi_library_win.cc', |
1433 'http/mock_sspi_library_win.h', | 1433 'http/mock_sspi_library_win.h', |
1434 'http/transport_security_persister_unittest.cc', | 1434 'http/transport_security_persister_unittest.cc', |
1435 'http/transport_security_state_unittest.cc', | 1435 'http/transport_security_state_unittest.cc', |
1436 'http/url_security_manager_unittest.cc', | 1436 'http/url_security_manager_unittest.cc', |
1437 'log/net_log_logger_unittest.cc', | 1437 'log/write_to_file_net_log_observer_unittest.cc', |
1438 'log/net_log_unittest.cc', | 1438 'log/net_log_unittest.cc', |
1439 'log/net_log_unittest.h', | 1439 'log/net_log_unittest.h', |
1440 'log/net_log_util_unittest.cc', | 1440 'log/net_log_util_unittest.cc', |
1441 'log/trace_net_log_observer_unittest.cc', | 1441 'log/trace_net_log_observer_unittest.cc', |
1442 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', | 1442 'proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc', |
1443 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', | 1443 'proxy/dhcp_proxy_script_fetcher_factory_unittest.cc', |
1444 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', | 1444 'proxy/dhcp_proxy_script_fetcher_win_unittest.cc', |
1445 'proxy/load_state_change_coalescer_unittest.cc', | 1445 'proxy/load_state_change_coalescer_unittest.cc', |
1446 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', | 1446 'proxy/mojo_proxy_resolver_factory_impl_unittest.cc', |
1447 'proxy/mojo_proxy_resolver_impl_unittest.cc', | 1447 'proxy/mojo_proxy_resolver_impl_unittest.cc', |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1786 'base/mac/url_conversions_unittest.mm', | 1786 'base/mac/url_conversions_unittest.mm', |
1787 ], | 1787 ], |
1788 'net_docs_script': 'tools/net_docs/net_docs.py', | 1788 'net_docs_script': 'tools/net_docs/net_docs.py', |
1789 'net_docs_sources': [ | 1789 'net_docs_sources': [ |
1790 'README.md', | 1790 'README.md', |
1791 'sdch/README.md', | 1791 'sdch/README.md', |
1792 ], | 1792 ], |
1793 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1793 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
1794 } | 1794 } |
1795 } | 1795 } |
OLD | NEW |