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

Unified Diff: Source/modules/modules.gypi

Issue 18033004: WebCrypto: Add WebKit API structure for keys. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase onto master 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
« no previous file with comments | « Source/modules/crypto/WorkerCrypto.h ('k') | public/platform/WebCryptoAlgorithm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 03edd014cc6d91c90c1677ad49d528d5c3901432..ab13bac4ef19f239174810c0b0c62eea3282a36c 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -15,10 +15,11 @@
'crypto/Algorithm.idl',
'crypto/Crypto.idl',
'crypto/CryptoOperation.idl',
+ 'crypto/Key.idl',
'crypto/SubtleCrypto.idl',
'crypto/WindowCrypto.idl',
- 'crypto/WorkerGlobalScopeCrypto.idl',
'crypto/WorkerCrypto.idl',
+ 'crypto/WorkerGlobalScopeCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceRotationRate.idl',
@@ -207,14 +208,16 @@
'crypto/CryptoOperation.h',
'crypto/DOMWindowCrypto.cpp',
'crypto/DOMWindowCrypto.h',
+ 'crypto/Key.cpp',
+ 'crypto/Key.h',
'crypto/NormalizeAlgorithm.cpp',
'crypto/NormalizeAlgorithm.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
- 'crypto/WorkerGlobalScopeCrypto.cpp',
- 'crypto/WorkerGlobalScopeCrypto.h',
'crypto/WorkerCrypto.cpp',
'crypto/WorkerCrypto.h',
+ 'crypto/WorkerGlobalScopeCrypto.cpp',
+ 'crypto/WorkerGlobalScopeCrypto.h',
'device_orientation/DeviceAcceleration.cpp',
'device_orientation/DeviceAcceleration.h',
'device_orientation/DeviceMotionClient.h',
« no previous file with comments | « Source/modules/crypto/WorkerCrypto.h ('k') | public/platform/WebCryptoAlgorithm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698