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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/webcrypto/jwk.cc ('k') | components/webcrypto/webcrypto_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webcrypto/webcrypto.gyp
diff --git a/components/webcrypto/webcrypto.gyp b/components/webcrypto/webcrypto.gyp
index 9cc858001d207ad70c84e27c584861480d8e03b6..694e05964f26cb24063ccdcecb79ec9a6781b88a 100644
--- a/components/webcrypto/webcrypto.gyp
+++ b/components/webcrypto/webcrypto.gyp
@@ -43,6 +43,8 @@
'algorithms/rsa_sign.cc',
'algorithms/rsa_sign.h',
'algorithms/rsa_ssa.cc',
+ 'algorithms/secret_key_util.cc',
+ 'algorithms/secret_key_util.h',
'algorithms/sha.cc',
'algorithms/util_openssl.cc',
'algorithms/util_openssl.h',
« 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