| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index bf4083c31ec82f603a9c8c67866ff889b9b41166..4ad70da0c12f73e4f736ee9e5997d0e3a597b828 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -17,6 +17,8 @@
|
| 'crypto/CryptoOperation.idl',
|
| 'crypto/HmacParams.idl',
|
| 'crypto/Key.idl',
|
| + 'crypto/RsaKeyGenParams.idl',
|
| + 'crypto/RsaSsaParams.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| 'crypto/WorkerCrypto.idl',
|
| 'device_orientation/DeviceAcceleration.idl',
|
| @@ -224,6 +226,10 @@
|
| 'crypto/KeyOperation.h',
|
| 'crypto/NormalizeAlgorithm.cpp',
|
| 'crypto/NormalizeAlgorithm.h',
|
| + 'crypto/RsaKeyGenParams.cpp',
|
| + 'crypto/RsaKeyGenParams.h',
|
| + 'crypto/RsaSsaParams.cpp',
|
| + 'crypto/RsaSsaParams.h',
|
| 'crypto/SubtleCrypto.cpp',
|
| 'crypto/SubtleCrypto.h',
|
| 'crypto/WorkerCrypto.cpp',
|
|
|