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

Side by Side Diff: net/net.gyp

Issue 271112: Adds support for the <keygen> tag for client certificate enrollment... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « net/base/mime_util.cc ('k') | webkit/api/public/WebKitClient.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 (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 11 matching lines...) Expand all
22 'sources': [ 22 'sources': [
23 'base/address_family.h', 23 'base/address_family.h',
24 'base/address_list.cc', 24 'base/address_list.cc',
25 'base/address_list.h', 25 'base/address_list.h',
26 'base/auth.h', 26 'base/auth.h',
27 'base/base64.cc', 27 'base/base64.cc',
28 'base/base64.h', 28 'base/base64.h',
29 'base/bzip2_filter.cc', 29 'base/bzip2_filter.cc',
30 'base/bzip2_filter.h', 30 'base/bzip2_filter.h',
31 'base/cache_type.h', 31 'base/cache_type.h',
32 'base/cert_database.h',
33 'base/cert_database_mac.cc',
34 'base/cert_database_nss.cc',
35 'base/cert_database_win.cc',
32 'base/cert_status_flags.cc', 36 'base/cert_status_flags.cc',
33 'base/cert_status_flags.h', 37 'base/cert_status_flags.h',
34 'base/cert_verifier.cc', 38 'base/cert_verifier.cc',
35 'base/cert_verifier.h', 39 'base/cert_verifier.h',
36 'base/cert_verify_result.h', 40 'base/cert_verify_result.h',
37 'base/completion_callback.h', 41 'base/completion_callback.h',
38 'base/connection_type_histograms.cc', 42 'base/connection_type_histograms.cc',
39 'base/connection_type_histograms.h', 43 'base/connection_type_histograms.h',
40 'base/cookie_monster.cc', 44 'base/cookie_monster.cc',
41 'base/cookie_monster.h', 45 'base/cookie_monster.h',
(...skipping 25 matching lines...) Expand all
67 'base/host_cache.cc', 71 'base/host_cache.cc',
68 'base/host_cache.h', 72 'base/host_cache.h',
69 'base/host_resolver.cc', 73 'base/host_resolver.cc',
70 'base/host_resolver.h', 74 'base/host_resolver.h',
71 'base/host_resolver_impl.cc', 75 'base/host_resolver_impl.cc',
72 'base/host_resolver_impl.h', 76 'base/host_resolver_impl.h',
73 'base/host_resolver_proc.cc', 77 'base/host_resolver_proc.cc',
74 'base/host_resolver_proc.h', 78 'base/host_resolver_proc.h',
75 'base/io_buffer.cc', 79 'base/io_buffer.cc',
76 'base/io_buffer.h', 80 'base/io_buffer.h',
81 'base/keygen_handler.h',
82 'base/keygen_handler_mac.cc',
83 'base/keygen_handler_nss.cc',
84 'base/keygen_handler_win.cc',
77 'base/listen_socket.cc', 85 'base/listen_socket.cc',
78 'base/listen_socket.h', 86 'base/listen_socket.h',
79 'base/load_flags.h', 87 'base/load_flags.h',
80 'base/load_log.h', 88 'base/load_log.h',
81 'base/load_log.cc', 89 'base/load_log.cc',
82 'base/load_log_event_type_list.h', 90 'base/load_log_event_type_list.h',
83 'base/load_log_util.cc', 91 'base/load_log_util.cc',
84 'base/load_log_util.h', 92 'base/load_log_util.h',
85 'base/load_states.h', 93 'base/load_states.h',
86 'base/mime_sniffer.cc', 94 'base/mime_sniffer.cc',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'base/wininet_util.cc', 173 'base/wininet_util.cc',
166 'base/winsock_init.cc', 174 'base/winsock_init.cc',
167 ], 175 ],
168 }, 176 },
169 ], 177 ],
170 [ 'OS == "linux"', { 178 [ 'OS == "linux"', {
171 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ], 179 'sources/': [ ['exclude', '_(mac|win)\\.cc$'] ],
172 }, 180 },
173 { # else: OS != "linux" 181 { # else: OS != "linux"
174 'sources!': [ 182 'sources!': [
183 'base/cert_database_nss.cc',
184 'base/keygen_handler_nss.cc',
175 'base/nss_memio.c', 185 'base/nss_memio.c',
176 'base/nss_memio.h', 186 'base/nss_memio.h',
177 'base/x509_certificate_nss.cc', 187 'base/x509_certificate_nss.cc',
178 ], 188 ],
179 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux. 189 # Get U_STATIC_IMPLEMENTATION and -I directories on Linux.
180 'dependencies': [ 190 'dependencies': [
181 '../third_party/icu/icu.gyp:icui18n', 191 '../third_party/icu/icu.gyp:icui18n',
182 '../third_party/icu/icu.gyp:icuuc', 192 '../third_party/icu/icu.gyp:icuuc',
183 ], 193 ],
184 }, 194 },
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 ], 846 ],
837 }], 847 }],
838 ], 848 ],
839 } 849 }
840 850
841 # Local Variables: 851 # Local Variables:
842 # tab-width:2 852 # tab-width:2
843 # indent-tabs-mode:nil 853 # indent-tabs-mode:nil
844 # End: 854 # End:
845 # vim: set expandtab tabstop=2 shiftwidth=2: 855 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/base/mime_util.cc ('k') | webkit/api/public/WebKitClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698