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

Unified Diff: Source/modules/modules.gypi

Issue 19885002: WebCrypto: Add interfaces for importKey(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use a wrapper for the result rather than raw pointer Created 7 years, 5 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 8b85f2892e8807bac295c3fad7f084a19d0593a2..96a345a99ba62aac223daac95ce6ef3fdb0442bd 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -215,6 +215,8 @@
'crypto/DOMWindowCrypto.h',
'crypto/Key.cpp',
'crypto/Key.h',
+ 'crypto/KeyOperation.cpp',
+ 'crypto/KeyOperation.h',
'crypto/NormalizeAlgorithm.cpp',
'crypto/NormalizeAlgorithm.h',
'crypto/SubtleCrypto.cpp',

Powered by Google App Engine
This is Rietveld 408576698