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

Side by Side Diff: components/webcrypto/webcrypto.gyp

Issue 1355873002: [refactor] More post-NSS WebCrypto cleanups (utility functions). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address David's comments Created 5 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
« no previous file with comments | « components/webcrypto/jwk.cc ('k') | components/webcrypto/webcrypto_util.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webcrypto', 8 'target_name': 'webcrypto',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 25 matching lines...) Expand all
36 'algorithms/hkdf.cc', 36 'algorithms/hkdf.cc',
37 'algorithms/hmac.cc', 37 'algorithms/hmac.cc',
38 'algorithms/pbkdf2.cc', 38 'algorithms/pbkdf2.cc',
39 'algorithms/rsa.cc', 39 'algorithms/rsa.cc',
40 'algorithms/rsa.h', 40 'algorithms/rsa.h',
41 'algorithms/rsa_oaep.cc', 41 'algorithms/rsa_oaep.cc',
42 'algorithms/rsa_pss.cc', 42 'algorithms/rsa_pss.cc',
43 'algorithms/rsa_sign.cc', 43 'algorithms/rsa_sign.cc',
44 'algorithms/rsa_sign.h', 44 'algorithms/rsa_sign.h',
45 'algorithms/rsa_ssa.cc', 45 'algorithms/rsa_ssa.cc',
46 'algorithms/secret_key_util.cc',
47 'algorithms/secret_key_util.h',
46 'algorithms/sha.cc', 48 'algorithms/sha.cc',
47 'algorithms/util_openssl.cc', 49 'algorithms/util_openssl.cc',
48 'algorithms/util_openssl.h', 50 'algorithms/util_openssl.h',
49 'crypto_data.cc', 51 'crypto_data.cc',
50 'crypto_data.h', 52 'crypto_data.h',
51 'generate_key_result.cc', 53 'generate_key_result.cc',
52 'generate_key_result.h', 54 'generate_key_result.h',
53 'jwk.cc', 55 'jwk.cc',
54 'jwk.h', 56 'jwk.h',
55 'key.cc', 57 'key.cc',
56 'key.h', 58 'key.h',
57 'platform_crypto.h', 59 'platform_crypto.h',
58 'status.cc', 60 'status.cc',
59 'status.h', 61 'status.h',
60 'webcrypto_impl.cc', 62 'webcrypto_impl.cc',
61 'webcrypto_impl.h', 63 'webcrypto_impl.h',
62 'webcrypto_util.cc', 64 'webcrypto_util.cc',
63 'webcrypto_util.h', 65 'webcrypto_util.h',
64 ], 66 ],
65 }, 67 },
66 ], 68 ],
67 } 69 }
OLDNEW
« no previous file with comments | « components/webcrypto/jwk.cc ('k') | components/webcrypto/webcrypto_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698