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

Side by Side Diff: net/net.gyp

Issue 8662036: Support EC certs in OriginBoundCertService and OriginBoundCertStore. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes Created 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'base/network_delegate.cc', 184 'base/network_delegate.cc',
185 'base/network_delegate.h', 185 'base/network_delegate.h',
186 'base/nss_memio.c', 186 'base/nss_memio.c',
187 'base/nss_memio.h', 187 'base/nss_memio.h',
188 'base/openssl_memory_private_key_store.cc', 188 'base/openssl_memory_private_key_store.cc',
189 'base/openssl_private_key_store.h', 189 'base/openssl_private_key_store.h',
190 'base/openssl_private_key_store_android.cc', 190 'base/openssl_private_key_store_android.cc',
191 'base/origin_bound_cert_service.cc', 191 'base/origin_bound_cert_service.cc',
192 'base/origin_bound_cert_service.h', 192 'base/origin_bound_cert_service.h',
193 'base/origin_bound_cert_store.h', 193 'base/origin_bound_cert_store.h',
194 'base/origin_bound_cert_type.h',
wtc 2011/12/02 22:06:59 BUG: the new header file has been renamed.
mattm 2011/12/05 22:19:20 Done.
194 'base/pem_tokenizer.cc', 195 'base/pem_tokenizer.cc',
195 'base/pem_tokenizer.h', 196 'base/pem_tokenizer.h',
196 'base/platform_mime_util.h', 197 'base/platform_mime_util.h',
197 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 198 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
198 'base/platform_mime_util_linux.cc', 199 'base/platform_mime_util_linux.cc',
199 'base/platform_mime_util_mac.cc', 200 'base/platform_mime_util_mac.cc',
200 'base/platform_mime_util_win.cc', 201 'base/platform_mime_util_win.cc',
201 'base/rand_callback.h', 202 'base/rand_callback.h',
202 'base/registry_controlled_domain.cc', 203 'base/registry_controlled_domain.cc',
203 'base/registry_controlled_domain.h', 204 'base/registry_controlled_domain.h',
(...skipping 1477 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 'tools/dump_cache/url_to_filename_encoder.cc', 1682 'tools/dump_cache/url_to_filename_encoder.cc',
1682 'tools/dump_cache/url_to_filename_encoder.h', 1683 'tools/dump_cache/url_to_filename_encoder.h',
1683 'tools/dump_cache/url_utilities.h', 1684 'tools/dump_cache/url_utilities.h',
1684 'tools/dump_cache/url_utilities.cc', 1685 'tools/dump_cache/url_utilities.cc',
1685 ], 1686 ],
1686 }, 1687 },
1687 ], 1688 ],
1688 }], 1689 }],
1689 ], 1690 ],
1690 } 1691 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698