| 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 467 'disk_cache/simple/simple_index_file_posix.cc', | 467 'disk_cache/simple/simple_index_file_posix.cc', |
| 468 'disk_cache/simple/simple_index_file_win.cc', | 468 'disk_cache/simple/simple_index_file_win.cc', |
| 469 'disk_cache/simple/simple_net_log_parameters.cc', | 469 'disk_cache/simple/simple_net_log_parameters.cc', |
| 470 'disk_cache/simple/simple_net_log_parameters.h', | 470 'disk_cache/simple/simple_net_log_parameters.h', |
| 471 'disk_cache/simple/simple_synchronous_entry.cc', | 471 'disk_cache/simple/simple_synchronous_entry.cc', |
| 472 'disk_cache/simple/simple_synchronous_entry.h', | 472 'disk_cache/simple/simple_synchronous_entry.h', |
| 473 'disk_cache/simple/simple_util.cc', | 473 'disk_cache/simple/simple_util.cc', |
| 474 'disk_cache/simple/simple_util.h', | 474 'disk_cache/simple/simple_util.h', |
| 475 'disk_cache/simple/simple_version_upgrade.cc', | 475 'disk_cache/simple/simple_version_upgrade.cc', |
| 476 'disk_cache/simple/simple_version_upgrade.h', | 476 'disk_cache/simple/simple_version_upgrade.h', |
| 477 'disk_cache/tracing/tracing_cache_backend.cc', | |
| 478 'disk_cache/tracing/tracing_cache_backend.h', | |
| 479 'dns/address_sorter.h', | 477 'dns/address_sorter.h', |
| 480 'dns/address_sorter_posix.cc', | 478 'dns/address_sorter_posix.cc', |
| 481 'dns/address_sorter_posix.h', | 479 'dns/address_sorter_posix.h', |
| 482 'dns/address_sorter_win.cc', | 480 'dns/address_sorter_win.cc', |
| 483 'dns/dns_client.cc', | 481 'dns/dns_client.cc', |
| 484 'dns/dns_client.h', | 482 'dns/dns_client.h', |
| 485 'dns/dns_config_service.cc', | 483 'dns/dns_config_service.cc', |
| 486 'dns/dns_config_service.h', | 484 'dns/dns_config_service.h', |
| 487 'dns/dns_config_service_posix.cc', | 485 'dns/dns_config_service_posix.cc', |
| 488 'dns/dns_config_service_posix.h', | 486 'dns/dns_config_service_posix.h', |
| (...skipping 1248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 'tools/quic/test_tools/quic_test_client.h', | 1735 'tools/quic/test_tools/quic_test_client.h', |
| 1738 'tools/quic/test_tools/quic_test_utils.cc', | 1736 'tools/quic/test_tools/quic_test_utils.cc', |
| 1739 'tools/quic/test_tools/quic_test_utils.h', | 1737 'tools/quic/test_tools/quic_test_utils.h', |
| 1740 'tools/quic/test_tools/server_thread.h', | 1738 'tools/quic/test_tools/server_thread.h', |
| 1741 'tools/quic/test_tools/server_thread.cc', | 1739 'tools/quic/test_tools/server_thread.cc', |
| 1742 'tools/quic/test_tools/simple_client.h', | 1740 'tools/quic/test_tools/simple_client.h', |
| 1743 'tools/quic/test_tools/simple_client.cc', | 1741 'tools/quic/test_tools/simple_client.cc', |
| 1744 ], | 1742 ], |
| 1745 } | 1743 } |
| 1746 } | 1744 } |
| OLD | NEW |