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

Side by Side Diff: net/net.gypi

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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
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 28 matching lines...) Expand all
39 'base/net_errors.cc', 39 'base/net_errors.cc',
40 'base/net_errors.h', 40 'base/net_errors.h',
41 'base/net_errors_posix.cc', 41 'base/net_errors_posix.cc',
42 'base/net_export.h', 42 'base/net_export.h',
43 'base/net_module.cc', 43 'base/net_module.cc',
44 'base/net_module.h', 44 'base/net_module.h',
45 'base/net_string_util.h', 45 'base/net_string_util.h',
46 'base/network_interfaces.cc', 46 'base/network_interfaces.cc',
47 'base/network_interfaces.h', 47 'base/network_interfaces.h',
48 'base/network_interfaces_posix.cc', 48 'base/network_interfaces_posix.cc',
49 'base/openssl_private_key_store.h',
50 'base/openssl_private_key_store_android.cc',
51 'base/openssl_private_key_store_memory.cc',
52 'base/parse_number.cc', 49 'base/parse_number.cc',
53 'base/parse_number.h', 50 'base/parse_number.h',
54 'base/port_util.cc', 51 'base/port_util.cc',
55 'base/port_util.h', 52 'base/port_util.h',
56 'base/rand_callback.h', 53 'base/rand_callback.h',
57 'base/registry_controlled_domains/registry_controlled_domain.cc', 54 'base/registry_controlled_domains/registry_controlled_domain.cc',
58 'base/registry_controlled_domains/registry_controlled_domain.h', 55 'base/registry_controlled_domains/registry_controlled_domain.h',
59 'base/sockaddr_storage.cc', 56 'base/sockaddr_storage.cc',
60 'base/sockaddr_storage.h', 57 'base/sockaddr_storage.h',
61 'base/sys_addrinfo.h', 58 'base/sys_addrinfo.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'base/filename_util.h', 306 'base/filename_util.h',
310 'base/filename_util_internal.cc', 307 'base/filename_util_internal.cc',
311 'base/filename_util_internal.h', 308 'base/filename_util_internal.h',
312 'base/host_mapping_rules.cc', 309 'base/host_mapping_rules.cc',
313 'base/host_mapping_rules.h', 310 'base/host_mapping_rules.h',
314 'base/int128.cc', 311 'base/int128.cc',
315 'base/int128.h', 312 'base/int128.h',
316 'base/iovec.h', 313 'base/iovec.h',
317 'base/ip_pattern.cc', 314 'base/ip_pattern.cc',
318 'base/ip_pattern.h', 315 'base/ip_pattern.h',
319 'base/keygen_handler.cc',
320 'base/keygen_handler.h',
321 'base/keygen_handler_mac.cc',
322 'base/keygen_handler_nss.cc',
323 'base/keygen_handler_openssl.cc',
324 'base/keygen_handler_win.cc',
325 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 316 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
326 'base/layered_network_delegate.cc', 317 'base/layered_network_delegate.cc',
327 'base/layered_network_delegate.h', 318 'base/layered_network_delegate.h',
328 'base/linked_hash_map.h', 319 'base/linked_hash_map.h',
329 'base/load_flags.h', 320 'base/load_flags.h',
330 'base/load_flags_list.h', 321 'base/load_flags_list.h',
331 'base/load_states.h', 322 'base/load_states.h',
332 'base/load_states_list.h', 323 'base/load_states_list.h',
333 'base/logging_network_change_observer.cc', 324 'base/logging_network_change_observer.cc',
334 'base/logging_network_change_observer.h', 325 'base/logging_network_change_observer.h',
(...skipping 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 'ssl/ssl_platform_key_android.cc', 1407 'ssl/ssl_platform_key_android.cc',
1417 'ssl/ssl_platform_key_mac.cc', 1408 'ssl/ssl_platform_key_mac.cc',
1418 'ssl/ssl_platform_key_nss.cc', 1409 'ssl/ssl_platform_key_nss.cc',
1419 'ssl/ssl_platform_key_util.cc', 1410 'ssl/ssl_platform_key_util.cc',
1420 'ssl/ssl_platform_key_util.h', 1411 'ssl/ssl_platform_key_util.h',
1421 'ssl/ssl_platform_key_win.cc', 1412 'ssl/ssl_platform_key_win.cc',
1422 'ssl/test_ssl_private_key.cc', 1413 'ssl/test_ssl_private_key.cc',
1423 'ssl/test_ssl_private_key.h', 1414 'ssl/test_ssl_private_key.h',
1424 'ssl/threaded_ssl_private_key.cc', 1415 'ssl/threaded_ssl_private_key.cc',
1425 'ssl/threaded_ssl_private_key.h', 1416 'ssl/threaded_ssl_private_key.h',
1426 'third_party/mozilla_security_manager/nsKeygenHandler.cpp',
1427 'third_party/mozilla_security_manager/nsKeygenHandler.h',
1428 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp', 1417 'third_party/mozilla_security_manager/nsNSSCertificateDB.cpp',
1429 'third_party/mozilla_security_manager/nsNSSCertificateDB.h', 1418 'third_party/mozilla_security_manager/nsNSSCertificateDB.h',
1430 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp', 1419 'third_party/mozilla_security_manager/nsPKCS12Blob.cpp',
1431 'third_party/mozilla_security_manager/nsPKCS12Blob.h', 1420 'third_party/mozilla_security_manager/nsPKCS12Blob.h',
1432 'url_request/data_protocol_handler.cc', 1421 'url_request/data_protocol_handler.cc',
1433 'url_request/data_protocol_handler.h', 1422 'url_request/data_protocol_handler.h',
1434 'url_request/http_user_agent_settings.h', 1423 'url_request/http_user_agent_settings.h',
1435 'url_request/redirect_info.cc', 1424 'url_request/redirect_info.cc',
1436 'url_request/redirect_info.h', 1425 'url_request/redirect_info.h',
1437 'url_request/report_sender.cc', 1426 'url_request/report_sender.cc',
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 'base/escape_unittest.cc', 1535 'base/escape_unittest.cc',
1547 'base/expiring_cache_unittest.cc', 1536 'base/expiring_cache_unittest.cc',
1548 'base/file_stream_unittest.cc', 1537 'base/file_stream_unittest.cc',
1549 'base/filename_util_unittest.cc', 1538 'base/filename_util_unittest.cc',
1550 'base/host_mapping_rules_unittest.cc', 1539 'base/host_mapping_rules_unittest.cc',
1551 'base/host_port_pair_unittest.cc', 1540 'base/host_port_pair_unittest.cc',
1552 'base/int128_unittest.cc', 1541 'base/int128_unittest.cc',
1553 'base/ip_address_unittest.cc', 1542 'base/ip_address_unittest.cc',
1554 'base/ip_endpoint_unittest.cc', 1543 'base/ip_endpoint_unittest.cc',
1555 'base/ip_pattern_unittest.cc', 1544 'base/ip_pattern_unittest.cc',
1556 'base/keygen_handler_unittest.cc',
1557 'base/layered_network_delegate_unittest.cc', 1545 'base/layered_network_delegate_unittest.cc',
1558 'base/lookup_string_in_fixed_set_unittest.cc', 1546 'base/lookup_string_in_fixed_set_unittest.cc',
1559 'base/mime_sniffer_unittest.cc', 1547 'base/mime_sniffer_unittest.cc',
1560 'base/mime_util_unittest.cc', 1548 'base/mime_util_unittest.cc',
1561 'base/network_activity_monitor_unittest.cc', 1549 'base/network_activity_monitor_unittest.cc',
1562 'base/network_change_notifier_unittest.cc', 1550 'base/network_change_notifier_unittest.cc',
1563 'base/network_change_notifier_win_unittest.cc', 1551 'base/network_change_notifier_win_unittest.cc',
1564 'base/network_interfaces_unittest.cc', 1552 'base/network_interfaces_unittest.cc',
1565 'base/network_throttle_manager_impl_unittest.cc', 1553 'base/network_throttle_manager_impl_unittest.cc',
1566 'base/parse_number_unittest.cc', 1554 'base/parse_number_unittest.cc',
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
3517 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl', 3505 'third_party/nist-pkits/crls/requireExplicitPolicy5subCACRL.crl',
3518 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl', 3506 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubCACRL.crl',
3519 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl', 3507 'third_party/nist-pkits/crls/requireExplicitPolicy5subsubsubCACRL.crl',
3520 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl', 3508 'third_party/nist-pkits/crls/requireExplicitPolicy7CACRL.crl',
3521 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl', 3509 'third_party/nist-pkits/crls/requireExplicitPolicy7subCARE2CRL.crl',
3522 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl', 3510 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubCARE2RE4CRL.crl',
3523 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l', 3511 'third_party/nist-pkits/crls/requireExplicitPolicy7subsubsubCARE2RE4CRL.cr l',
3524 ], 3512 ],
3525 } 3513 }
3526 } 3514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698