| Index: Source/modules/modules.gypi
|
| diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
|
| index df7c240711182492effbd54074eee04d20fc711b..03edd014cc6d91c90c1677ad49d528d5c3901432 100644
|
| --- a/Source/modules/modules.gypi
|
| +++ b/Source/modules/modules.gypi
|
| @@ -10,7 +10,11 @@
|
|
|
| 'modules_idl_files': [
|
| '<@(extra_blink_module_idl_files)',
|
| + 'crypto/AesCbcParams.idl',
|
| + 'crypto/AesKeyGenParams.idl',
|
| + 'crypto/Algorithm.idl',
|
| 'crypto/Crypto.idl',
|
| + 'crypto/CryptoOperation.idl',
|
| 'crypto/SubtleCrypto.idl',
|
| 'crypto/WindowCrypto.idl',
|
| 'crypto/WorkerGlobalScopeCrypto.idl',
|
| @@ -191,10 +195,20 @@
|
| ],
|
| 'modules_files': [
|
| '<@(extra_blink_module_files)',
|
| + 'crypto/AesCbcParams.cpp',
|
| + 'crypto/AesCbcParams.h',
|
| + 'crypto/AesKeyGenParams.cpp',
|
| + 'crypto/AesKeyGenParams.h',
|
| + 'crypto/Algorithm.cpp',
|
| + 'crypto/Algorithm.h',
|
| 'crypto/Crypto.cpp',
|
| 'crypto/Crypto.h',
|
| + 'crypto/CryptoOperation.cpp',
|
| + 'crypto/CryptoOperation.h',
|
| 'crypto/DOMWindowCrypto.cpp',
|
| 'crypto/DOMWindowCrypto.h',
|
| + 'crypto/NormalizeAlgorithm.cpp',
|
| + 'crypto/NormalizeAlgorithm.h',
|
| 'crypto/SubtleCrypto.cpp',
|
| 'crypto/SubtleCrypto.h',
|
| 'crypto/WorkerGlobalScopeCrypto.cpp',
|
|
|