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

Unified Diff: content/content_renderer.gypi

Issue 25906002: [webcrypto] Add JWK import for HMAC and AES-CBC key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed a change from last upload Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/webcrypto/webcrypto_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index ddddb5df4b478a901d96f53bffcb0e3d2259958e..d1cf4bb65d933cb3d2be212c8d38d65d7021a439 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -511,6 +511,8 @@
'renderer/webcrypto/webcrypto_impl.h',
'renderer/webcrypto/webcrypto_impl_nss.cc',
'renderer/webcrypto/webcrypto_impl_openssl.cc',
+ 'renderer/webcrypto/webcrypto_util.cc',
+ 'renderer/webcrypto/webcrypto_util.h',
'renderer/webpublicsuffixlist_impl.cc',
'renderer/webpublicsuffixlist_impl.h',
'renderer/websharedworker_proxy.cc',
« no previous file with comments | « no previous file | content/renderer/webcrypto/webcrypto_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698