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

Side by Side Diff: net/net.gyp

Issue 1128008: Mac: Make client-cert picker only show certs the server will accept. (Closed)
Patch Set: Added a test case of parsing T61STRING. Created 10 years, 9 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'base/upload_data.h', 154 'base/upload_data.h',
155 'base/upload_data_stream.cc', 155 'base/upload_data_stream.cc',
156 'base/upload_data_stream.h', 156 'base/upload_data_stream.h',
157 'base/winsock_init.cc', 157 'base/winsock_init.cc',
158 'base/winsock_init.h', 158 'base/winsock_init.h',
159 'base/x509_certificate.cc', 159 'base/x509_certificate.cc',
160 'base/x509_certificate.h', 160 'base/x509_certificate.h',
161 'base/x509_certificate_mac.cc', 161 'base/x509_certificate_mac.cc',
162 'base/x509_certificate_nss.cc', 162 'base/x509_certificate_nss.cc',
163 'base/x509_certificate_win.cc', 163 'base/x509_certificate_win.cc',
164 'base/x509_cert_types.cc',
165 'base/x509_cert_types.h',
166 'base/x509_cert_types_mac.cc',
164 ], 167 ],
165 'export_dependent_settings': [ 168 'export_dependent_settings': [
166 '../base/base.gyp:base', 169 '../base/base.gyp:base',
167 ], 170 ],
168 'conditions': [ 171 'conditions': [
169 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 172 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
170 'dependencies': [ 173 'dependencies': [
171 '../build/linux/system.gyp:gconf', 174 '../build/linux/system.gyp:gconf',
172 '../build/linux/system.gyp:gdk', 175 '../build/linux/system.gyp:gdk',
173 '../build/linux/system.gyp:nss', 176 '../build/linux/system.gyp:nss',
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 'base/ssl_client_auth_cache_unittest.cc', 626 'base/ssl_client_auth_cache_unittest.cc',
624 'base/ssl_config_service_mac_unittest.cc', 627 'base/ssl_config_service_mac_unittest.cc',
625 'base/ssl_config_service_win_unittest.cc', 628 'base/ssl_config_service_win_unittest.cc',
626 'base/static_cookie_policy_unittest.cc', 629 'base/static_cookie_policy_unittest.cc',
627 'base/transport_security_state_unittest.cc', 630 'base/transport_security_state_unittest.cc',
628 'base/telnet_server_unittest.cc', 631 'base/telnet_server_unittest.cc',
629 'base/test_certificate_data.h', 632 'base/test_certificate_data.h',
630 'base/test_completion_callback_unittest.cc', 633 'base/test_completion_callback_unittest.cc',
631 'base/upload_data_stream_unittest.cc', 634 'base/upload_data_stream_unittest.cc',
632 'base/x509_certificate_unittest.cc', 635 'base/x509_certificate_unittest.cc',
636 'base/x509_cert_types_unittest.cc',
633 'disk_cache/addr_unittest.cc', 637 'disk_cache/addr_unittest.cc',
634 'disk_cache/backend_unittest.cc', 638 'disk_cache/backend_unittest.cc',
635 'disk_cache/bitmap_unittest.cc', 639 'disk_cache/bitmap_unittest.cc',
636 'disk_cache/block_files_unittest.cc', 640 'disk_cache/block_files_unittest.cc',
637 'disk_cache/disk_cache_test_base.cc', 641 'disk_cache/disk_cache_test_base.cc',
638 'disk_cache/disk_cache_test_base.h', 642 'disk_cache/disk_cache_test_base.h',
639 'disk_cache/entry_unittest.cc', 643 'disk_cache/entry_unittest.cc',
640 'disk_cache/mapped_file_unittest.cc', 644 'disk_cache/mapped_file_unittest.cc',
641 'disk_cache/storage_block_unittest.cc', 645 'disk_cache/storage_block_unittest.cc',
642 'ftp/ftp_auth_cache_unittest.cc', 646 'ftp/ftp_auth_cache_unittest.cc',
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
952 ], 956 ],
953 }], 957 }],
954 ], 958 ],
955 } 959 }
956 960
957 # Local Variables: 961 # Local Variables:
958 # tab-width:2 962 # tab-width:2
959 # indent-tabs-mode:nil 963 # indent-tabs-mode:nil
960 # End: 964 # End:
961 # vim: set expandtab tabstop=2 shiftwidth=2: 965 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698