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

Unified Diff: Source/modules/modules.gypi

Issue 16820007: Expose crypto.getRandomValues() to workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 0dabcb726e4b21a38dbafa0344afbb5945e486ad..0360974debb194bf9ab2ff160fc556d79c3b33ec 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -11,7 +11,9 @@
'modules_idl_files': [
'crypto/Crypto.idl',
'crypto/DOMWindowCrypto.idl',
+ 'crypto/RandomSource.idl',
'crypto/SubtleCrypto.idl',
+ 'crypto/WorkerContextCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceRotationRate.idl',
@@ -187,8 +189,12 @@
'crypto/Crypto.h',
'crypto/DOMWindowCrypto.cpp',
'crypto/DOMWindowCrypto.h',
+ 'crypto/RandomSource.cpp',
+ 'crypto/RandomSource.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
+ 'crypto/WorkerContextCrypto.cpp',
+ 'crypto/WorkerContextCrypto.h',
'device_orientation/DeviceAcceleration.cpp',
'device_orientation/DeviceAcceleration.h',
'device_orientation/DeviceMotionClient.h',

Powered by Google App Engine
This is Rietveld 408576698