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

Side by Side Diff: content/content_child.gypi

Issue 512023002: Refactor the interface for generating keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use a new return type "GenerateKeyPairResult" to encapsulate secretkey vs keypair Created 6 years, 3 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 'child/webblobregistry_impl.cc', 206 'child/webblobregistry_impl.cc',
207 'child/webblobregistry_impl.h', 207 'child/webblobregistry_impl.h',
208 'child/webcrypto/algorithm_dispatch.cc', 208 'child/webcrypto/algorithm_dispatch.cc',
209 'child/webcrypto/algorithm_dispatch.h', 209 'child/webcrypto/algorithm_dispatch.h',
210 'child/webcrypto/algorithm_implementation.cc', 210 'child/webcrypto/algorithm_implementation.cc',
211 'child/webcrypto/algorithm_implementation.h', 211 'child/webcrypto/algorithm_implementation.h',
212 'child/webcrypto/algorithm_registry.cc', 212 'child/webcrypto/algorithm_registry.cc',
213 'child/webcrypto/algorithm_registry.h', 213 'child/webcrypto/algorithm_registry.h',
214 'child/webcrypto/crypto_data.cc', 214 'child/webcrypto/crypto_data.cc',
215 'child/webcrypto/crypto_data.h', 215 'child/webcrypto/crypto_data.h',
216 'child/webcrypto/generate_key_result.cc',
217 'child/webcrypto/generate_key_result.h',
216 'child/webcrypto/jwk.cc', 218 'child/webcrypto/jwk.cc',
217 'child/webcrypto/jwk.h', 219 'child/webcrypto/jwk.h',
218 'child/webcrypto/platform_crypto.h', 220 'child/webcrypto/platform_crypto.h',
219 'child/webcrypto/status.cc', 221 'child/webcrypto/status.cc',
220 'child/webcrypto/status.h', 222 'child/webcrypto/status.h',
221 'child/webcrypto/structured_clone.cc', 223 'child/webcrypto/structured_clone.cc',
222 'child/webcrypto/structured_clone.h', 224 'child/webcrypto/structured_clone.h',
223 'child/webcrypto/webcrypto_impl.cc', 225 'child/webcrypto/webcrypto_impl.cc',
224 'child/webcrypto/webcrypto_impl.h', 226 'child/webcrypto/webcrypto_impl.h',
225 'child/webcrypto/webcrypto_util.cc', 227 'child/webcrypto/webcrypto_util.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 }, { 363 }, {
362 'dependencies': [ 364 'dependencies': [
363 '../third_party/nss/nss.gyp:nspr', 365 '../third_party/nss/nss.gyp:nspr',
364 '../third_party/nss/nss.gyp:nss', 366 '../third_party/nss/nss.gyp:nss',
365 ], 367 ],
366 }], 368 }],
367 ], 369 ],
368 }], 370 }],
369 ], 371 ],
370 } 372 }
OLDNEW
« content/child/webcrypto/generate_key_result.cc ('K') | « content/child/webcrypto/webcrypto_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698