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

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: Created 9 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 'base/network_config_watcher_mac.h', 179 'base/network_config_watcher_mac.h',
180 'base/network_delegate.cc', 180 'base/network_delegate.cc',
181 'base/network_delegate.h', 181 'base/network_delegate.h',
182 'base/nss_memio.c', 182 'base/nss_memio.c',
183 'base/nss_memio.h', 183 'base/nss_memio.h',
184 'base/openssl_memory_private_key_store.cc', 184 'base/openssl_memory_private_key_store.cc',
185 'base/openssl_private_key_store.h', 185 'base/openssl_private_key_store.h',
186 'base/origin_bound_cert_service.cc', 186 'base/origin_bound_cert_service.cc',
187 'base/origin_bound_cert_service.h', 187 'base/origin_bound_cert_service.h',
188 'base/origin_bound_cert_store.h', 188 'base/origin_bound_cert_store.h',
189 'base/origin_bound_cert_type.h',
189 'base/pem_tokenizer.cc', 190 'base/pem_tokenizer.cc',
190 'base/pem_tokenizer.h', 191 'base/pem_tokenizer.h',
191 'base/platform_mime_util.h', 192 'base/platform_mime_util.h',
192 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types? 193 # TODO(tc): gnome-vfs? xdgmime? /etc/mime.types?
193 'base/platform_mime_util_linux.cc', 194 'base/platform_mime_util_linux.cc',
194 'base/platform_mime_util_mac.cc', 195 'base/platform_mime_util_mac.cc',
195 'base/platform_mime_util_win.cc', 196 'base/platform_mime_util_win.cc',
196 'base/rand_callback.h', 197 'base/rand_callback.h',
197 'base/registry_controlled_domain.cc', 198 'base/registry_controlled_domain.cc',
198 'base/registry_controlled_domain.h', 199 'base/registry_controlled_domain.h',
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 'tools/dump_cache/url_to_filename_encoder.cc', 1648 'tools/dump_cache/url_to_filename_encoder.cc',
1648 'tools/dump_cache/url_to_filename_encoder.h', 1649 'tools/dump_cache/url_to_filename_encoder.h',
1649 'tools/dump_cache/url_utilities.h', 1650 'tools/dump_cache/url_utilities.h',
1650 'tools/dump_cache/url_utilities.cc', 1651 'tools/dump_cache/url_utilities.cc',
1651 ], 1652 ],
1652 }, 1653 },
1653 ], 1654 ],
1654 }], 1655 }],
1655 ], 1656 ],
1656 } 1657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698