| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'android/cert_verify_result_android.h', | 154 'android/cert_verify_result_android.h', |
| 155 'android/cert_verify_status_android_list.h', | 155 'android/cert_verify_status_android_list.h', |
| 156 'android/gurl_utils.cc', | 156 'android/gurl_utils.cc', |
| 157 'android/gurl_utils.h', | 157 'android/gurl_utils.h', |
| 158 'android/android_private_key.cc', | 158 'android/android_private_key.cc', |
| 159 'android/android_private_key.h', | 159 'android/android_private_key.h', |
| 160 'android/keystore.cc', | 160 'android/keystore.cc', |
| 161 'android/keystore.h', | 161 'android/keystore.h', |
| 162 'android/keystore_openssl.cc', | 162 'android/keystore_openssl.cc', |
| 163 'android/keystore_openssl.h', | 163 'android/keystore_openssl.h', |
| 164 'android/legacy_openssl.h', |
| 164 'android/net_jni_registrar.cc', | 165 'android/net_jni_registrar.cc', |
| 165 'android/net_jni_registrar.h', | 166 'android/net_jni_registrar.h', |
| 166 'android/network_change_notifier_android.cc', | 167 'android/network_change_notifier_android.cc', |
| 167 'android/network_change_notifier_android.h', | 168 'android/network_change_notifier_android.h', |
| 168 'android/network_change_notifier_delegate_android.cc', | 169 'android/network_change_notifier_delegate_android.cc', |
| 169 'android/network_change_notifier_delegate_android.h', | 170 'android/network_change_notifier_delegate_android.h', |
| 170 'android/network_change_notifier_factory_android.cc', | 171 'android/network_change_notifier_factory_android.cc', |
| 171 'android/network_change_notifier_factory_android.h', | 172 'android/network_change_notifier_factory_android.h', |
| 172 'android/network_library.cc', | 173 'android/network_library.cc', |
| 173 'android/network_library.h', | 174 'android/network_library.h', |
| (...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1710 'tools/quic/test_tools/quic_test_client.h', | 1711 'tools/quic/test_tools/quic_test_client.h', |
| 1711 'tools/quic/test_tools/quic_test_utils.cc', | 1712 'tools/quic/test_tools/quic_test_utils.cc', |
| 1712 'tools/quic/test_tools/quic_test_utils.h', | 1713 'tools/quic/test_tools/quic_test_utils.h', |
| 1713 'tools/quic/test_tools/server_thread.h', | 1714 'tools/quic/test_tools/server_thread.h', |
| 1714 'tools/quic/test_tools/server_thread.cc', | 1715 'tools/quic/test_tools/server_thread.cc', |
| 1715 'tools/quic/test_tools/simple_client.h', | 1716 'tools/quic/test_tools/simple_client.h', |
| 1716 'tools/quic/test_tools/simple_client.cc', | 1717 'tools/quic/test_tools/simple_client.cc', |
| 1717 ], | 1718 ], |
| 1718 } | 1719 } |
| 1719 } | 1720 } |
| OLD | NEW |