Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(763)

Side by Side Diff: net/net.gypi

Issue 2291213002: Remove ENGINE indirection from Android SSLPrivateKey. (Closed)
Patch Set: re-delete undeleted files Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « net/android/keystore_unittest.cc ('k') | net/ssl/openssl_client_key_store.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'android/cellular_signal_strength.cc', 240 'android/cellular_signal_strength.cc',
241 'android/cellular_signal_strength.h', 241 'android/cellular_signal_strength.h',
242 'android/cert_verify_result_android.cc', 242 'android/cert_verify_result_android.cc',
243 'android/cert_verify_result_android.h', 243 'android/cert_verify_result_android.h',
244 'android/gurl_utils.cc', 244 'android/gurl_utils.cc',
245 'android/gurl_utils.h', 245 'android/gurl_utils.h',
246 'android/http_auth_negotiate_android.cc', 246 'android/http_auth_negotiate_android.cc',
247 'android/http_auth_negotiate_android.h', 247 'android/http_auth_negotiate_android.h',
248 'android/keystore.cc', 248 'android/keystore.cc',
249 'android/keystore.h', 249 'android/keystore.h',
250 'android/keystore_openssl.cc',
251 'android/keystore_openssl.h',
252 'android/legacy_openssl.h', 250 'android/legacy_openssl.h',
253 'android/net_jni_registrar.cc', 251 'android/net_jni_registrar.cc',
254 'android/net_jni_registrar.h', 252 'android/net_jni_registrar.h',
255 'android/network_change_notifier_android.cc', 253 'android/network_change_notifier_android.cc',
256 'android/network_change_notifier_android.h', 254 'android/network_change_notifier_android.h',
257 'android/network_change_notifier_delegate_android.cc', 255 'android/network_change_notifier_delegate_android.cc',
258 'android/network_change_notifier_delegate_android.h', 256 'android/network_change_notifier_delegate_android.h',
259 'android/network_change_notifier_factory_android.cc', 257 'android/network_change_notifier_factory_android.cc',
260 'android/network_change_notifier_factory_android.h', 258 'android/network_change_notifier_factory_android.h',
261 'android/network_library.cc', 259 'android/network_library.cc',
(...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 'extras/sqlite/sqlite_channel_id_store.cc', 1334 'extras/sqlite/sqlite_channel_id_store.cc',
1337 'extras/sqlite/sqlite_channel_id_store.h', 1335 'extras/sqlite/sqlite_channel_id_store.h',
1338 'extras/sqlite/sqlite_persistent_cookie_store.cc', 1336 'extras/sqlite/sqlite_persistent_cookie_store.cc',
1339 'extras/sqlite/sqlite_persistent_cookie_store.h', 1337 'extras/sqlite/sqlite_persistent_cookie_store.h',
1340 ], 1338 ],
1341 'net_test_sources': [ 1339 'net_test_sources': [
1342 'android/cellular_signal_strength_unittest.cc', 1340 'android/cellular_signal_strength_unittest.cc',
1343 'android/dummy_spnego_authenticator.cc', 1341 'android/dummy_spnego_authenticator.cc',
1344 'android/dummy_spnego_authenticator.h', 1342 'android/dummy_spnego_authenticator.h',
1345 'android/http_auth_negotiate_android_unittest.cc', 1343 'android/http_auth_negotiate_android_unittest.cc',
1346 'android/keystore_unittest.cc',
1347 'android/network_change_notifier_android_unittest.cc', 1344 'android/network_change_notifier_android_unittest.cc',
1348 'android/traffic_stats_unittest.cc', 1345 'android/traffic_stats_unittest.cc',
1349 'base/address_family_unittest.cc', 1346 'base/address_family_unittest.cc',
1350 'base/address_list_unittest.cc', 1347 'base/address_list_unittest.cc',
1351 'base/address_tracker_linux_unittest.cc', 1348 'base/address_tracker_linux_unittest.cc',
1352 'base/arena_unittest.cc', 1349 'base/arena_unittest.cc',
1353 'base/backoff_entry_serializer_unittest.cc', 1350 'base/backoff_entry_serializer_unittest.cc',
1354 'base/backoff_entry_unittest.cc', 1351 'base/backoff_entry_unittest.cc',
1355 'base/chunked_upload_data_stream_unittest.cc', 1352 'base/chunked_upload_data_stream_unittest.cc',
1356 'base/data_url_unittest.cc', 1353 'base/data_url_unittest.cc',
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 'ssl/client_cert_store_unittest-inl.h', 1842 'ssl/client_cert_store_unittest-inl.h',
1846 'ssl/client_cert_store_win_unittest.cc', 1843 'ssl/client_cert_store_win_unittest.cc',
1847 'ssl/default_channel_id_store_unittest.cc', 1844 'ssl/default_channel_id_store_unittest.cc',
1848 'ssl/openssl_client_key_store_unittest.cc', 1845 'ssl/openssl_client_key_store_unittest.cc',
1849 'ssl/ssl_cipher_suite_names_unittest.cc', 1846 'ssl/ssl_cipher_suite_names_unittest.cc',
1850 'ssl/ssl_client_auth_cache_unittest.cc', 1847 'ssl/ssl_client_auth_cache_unittest.cc',
1851 'ssl/ssl_client_session_cache_unittest.cc', 1848 'ssl/ssl_client_session_cache_unittest.cc',
1852 'ssl/ssl_config_service_unittest.cc', 1849 'ssl/ssl_config_service_unittest.cc',
1853 'ssl/ssl_config_unittest.cc', 1850 'ssl/ssl_config_unittest.cc',
1854 'ssl/ssl_connection_status_flags_unittest.cc', 1851 'ssl/ssl_connection_status_flags_unittest.cc',
1852 'ssl/ssl_platform_key_android_unittest.cc',
1855 'test/embedded_test_server/embedded_test_server_unittest.cc', 1853 'test/embedded_test_server/embedded_test_server_unittest.cc',
1856 'test/embedded_test_server/http_request_unittest.cc', 1854 'test/embedded_test_server/http_request_unittest.cc',
1857 'test/embedded_test_server/http_response_unittest.cc', 1855 'test/embedded_test_server/http_response_unittest.cc',
1858 'test/python_utils_unittest.cc', 1856 'test/python_utils_unittest.cc',
1859 'test/run_all_unittests.cc', 1857 'test/run_all_unittests.cc',
1860 'third_party/nist-pkits/pkits_testcases-inl.h', 1858 'third_party/nist-pkits/pkits_testcases-inl.h',
1861 'tools/balsa/balsa_frame_test.cc', 1859 'tools/balsa/balsa_frame_test.cc',
1862 'tools/balsa/balsa_headers_test.cc', 1860 'tools/balsa/balsa_headers_test.cc',
1863 'tools/quic/quic_simple_client_test.cc', 1861 'tools/quic/quic_simple_client_test.cc',
1864 'tools/quic/test_tools/mock_quic_server_session_visitor.cc', 1862 'tools/quic/test_tools/mock_quic_server_session_visitor.cc',
(...skipping 1343 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3206 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3209 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3207 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3210 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3208 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3211 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3209 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3210 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3213 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3211 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3214 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3212 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3215 ], 3213 ],
3216 } 3214 }
3217 } 3215 }
OLDNEW
« no previous file with comments | « net/android/keystore_unittest.cc ('k') | net/ssl/openssl_client_key_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698