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 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 'tools/quic/test_tools/quic_test_client.h', | 1724 'tools/quic/test_tools/quic_test_client.h', |
1724 'tools/quic/test_tools/quic_test_utils.cc', | 1725 'tools/quic/test_tools/quic_test_utils.cc', |
1725 'tools/quic/test_tools/quic_test_utils.h', | 1726 'tools/quic/test_tools/quic_test_utils.h', |
1726 'tools/quic/test_tools/server_thread.h', | 1727 'tools/quic/test_tools/server_thread.h', |
1727 'tools/quic/test_tools/server_thread.cc', | 1728 'tools/quic/test_tools/server_thread.cc', |
1728 'tools/quic/test_tools/simple_client.h', | 1729 'tools/quic/test_tools/simple_client.h', |
1729 'tools/quic/test_tools/simple_client.cc', | 1730 'tools/quic/test_tools/simple_client.cc', |
1730 ], | 1731 ], |
1731 } | 1732 } |
1732 } | 1733 } |
OLD | NEW |