| 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 26 matching lines...) Expand all Loading... |
| 37 'base/net_errors.cc', | 37 'base/net_errors.cc', |
| 38 'base/net_errors.h', | 38 'base/net_errors.h', |
| 39 'base/net_errors_posix.cc', | 39 'base/net_errors_posix.cc', |
| 40 'base/net_export.h', | 40 'base/net_export.h', |
| 41 'base/net_log.cc', | 41 'base/net_log.cc', |
| 42 'base/net_log.h', | 42 'base/net_log.h', |
| 43 'base/net_log_event_type_list.h', | 43 'base/net_log_event_type_list.h', |
| 44 'base/net_log_source_type_list.h', | 44 'base/net_log_source_type_list.h', |
| 45 'base/net_module.cc', | 45 'base/net_module.cc', |
| 46 'base/net_module.h', | 46 'base/net_module.h', |
| 47 'base/net_string_util.h', |
| 48 'base/net_string_util_icu.cc', |
| 47 'base/net_util.cc', | 49 'base/net_util.cc', |
| 48 'base/net_util.h', | 50 'base/net_util.h', |
| 49 'base/net_util_icu.cc', | 51 'base/net_util_icu.cc', |
| 50 'base/net_util_posix.cc', | 52 'base/net_util_posix.cc', |
| 51 'base/openssl_private_key_store.h', | 53 'base/openssl_private_key_store.h', |
| 52 'base/openssl_private_key_store_android.cc', | 54 'base/openssl_private_key_store_android.cc', |
| 53 'base/openssl_private_key_store_memory.cc', | 55 'base/openssl_private_key_store_memory.cc', |
| 54 'base/rand_callback.h', | 56 'base/rand_callback.h', |
| 55 'base/registry_controlled_domains/registry_controlled_domain.cc', | 57 'base/registry_controlled_domains/registry_controlled_domain.cc', |
| 56 'base/registry_controlled_domains/registry_controlled_domain.h', | 58 'base/registry_controlled_domains/registry_controlled_domain.h', |
| (...skipping 1661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1718 'tools/quic/test_tools/quic_test_client.h', | 1720 'tools/quic/test_tools/quic_test_client.h', |
| 1719 'tools/quic/test_tools/quic_test_utils.cc', | 1721 'tools/quic/test_tools/quic_test_utils.cc', |
| 1720 'tools/quic/test_tools/quic_test_utils.h', | 1722 'tools/quic/test_tools/quic_test_utils.h', |
| 1721 'tools/quic/test_tools/server_thread.h', | 1723 'tools/quic/test_tools/server_thread.h', |
| 1722 'tools/quic/test_tools/server_thread.cc', | 1724 'tools/quic/test_tools/server_thread.cc', |
| 1723 'tools/quic/test_tools/simple_client.h', | 1725 'tools/quic/test_tools/simple_client.h', |
| 1724 'tools/quic/test_tools/simple_client.cc', | 1726 'tools/quic/test_tools/simple_client.cc', |
| 1725 ], | 1727 ], |
| 1726 } | 1728 } |
| 1727 } | 1729 } |
| OLD | NEW |