| 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 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1440 'proxy/mojo_proxy_resolver_impl_unittest.cc', | 1440 'proxy/mojo_proxy_resolver_impl_unittest.cc', |
| 1441 'proxy/multi_threaded_proxy_resolver_unittest.cc', | 1441 'proxy/multi_threaded_proxy_resolver_unittest.cc', |
| 1442 'proxy/network_delegate_error_observer_unittest.cc', | 1442 'proxy/network_delegate_error_observer_unittest.cc', |
| 1443 'proxy/proxy_bypass_rules_unittest.cc', | 1443 'proxy/proxy_bypass_rules_unittest.cc', |
| 1444 'proxy/proxy_config_service_android_unittest.cc', | 1444 'proxy/proxy_config_service_android_unittest.cc', |
| 1445 'proxy/proxy_config_service_linux_unittest.cc', | 1445 'proxy/proxy_config_service_linux_unittest.cc', |
| 1446 'proxy/proxy_config_service_win_unittest.cc', | 1446 'proxy/proxy_config_service_win_unittest.cc', |
| 1447 'proxy/proxy_config_unittest.cc', | 1447 'proxy/proxy_config_unittest.cc', |
| 1448 'proxy/proxy_info_unittest.cc', | 1448 'proxy/proxy_info_unittest.cc', |
| 1449 'proxy/proxy_list_unittest.cc', | 1449 'proxy/proxy_list_unittest.cc', |
| 1450 'proxy/proxy_resolver_error_observer_mojo_unittest.cc', |
| 1450 'proxy/proxy_resolver_mojo_unittest.cc', | 1451 'proxy/proxy_resolver_mojo_unittest.cc', |
| 1451 'proxy/proxy_resolver_v8_tracing_unittest.cc', | 1452 'proxy/proxy_resolver_v8_tracing_unittest.cc', |
| 1452 'proxy/proxy_resolver_v8_unittest.cc', | 1453 'proxy/proxy_resolver_v8_unittest.cc', |
| 1453 'proxy/proxy_script_decider_unittest.cc', | 1454 'proxy/proxy_script_decider_unittest.cc', |
| 1454 'proxy/proxy_script_fetcher_impl_unittest.cc', | 1455 'proxy/proxy_script_fetcher_impl_unittest.cc', |
| 1455 'proxy/proxy_server_unittest.cc', | 1456 'proxy/proxy_server_unittest.cc', |
| 1456 'proxy/proxy_service_mojo_unittest.cc', | 1457 'proxy/proxy_service_mojo_unittest.cc', |
| 1457 'proxy/proxy_service_unittest.cc', | 1458 'proxy/proxy_service_unittest.cc', |
| 1458 'quic/congestion_control/cubic_test.cc', | 1459 'quic/congestion_control/cubic_test.cc', |
| 1459 'quic/congestion_control/hybrid_slow_start_test.cc', | 1460 'quic/congestion_control/hybrid_slow_start_test.cc', |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1775 'base/mac/url_conversions_unittest.mm', | 1776 'base/mac/url_conversions_unittest.mm', |
| 1776 ], | 1777 ], |
| 1777 'net_docs_script': 'tools/net_docs/net_docs.py', | 1778 'net_docs_script': 'tools/net_docs/net_docs.py', |
| 1778 'net_docs_sources': [ | 1779 'net_docs_sources': [ |
| 1779 'README.md', | 1780 'README.md', |
| 1780 'sdch/README.md', | 1781 'sdch/README.md', |
| 1781 ], | 1782 ], |
| 1782 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', | 1783 'net_docs_output_dir': '<(PRODUCT_DIR)/net/docs', |
| 1783 } | 1784 } |
| 1784 } | 1785 } |
| OLD | NEW |