| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index f161e3444168fd59546bebb25a2b95f67dc06309..463abbb62662e4822cda8087edb7bd71e4507ad2 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -17,6 +17,7 @@
|
| 'crypto/HmacKeyParams.idl',
|
| 'crypto/HmacParams.idl',
|
| 'crypto/Key.idl',
|
| + 'crypto/KeyPair.idl',
|
| 'crypto/RsaKeyGenParams.idl',
|
| 'crypto/RsaSsaParams.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| @@ -224,6 +225,8 @@
|
| 'crypto/HmacParams.h',
|
| 'crypto/Key.cpp',
|
| 'crypto/Key.h',
|
| + 'crypto/KeyPair.cpp',
|
| + 'crypto/KeyPair.h',
|
| 'crypto/NormalizeAlgorithm.cpp',
|
| 'crypto/NormalizeAlgorithm.h',
|
| 'crypto/RsaKeyGenParams.cpp',
|
|
|