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

Unified Diff: Source/modules/modules.gypi

Issue 16820007: Expose crypto.getRandomValues() to workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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 028f1270654cb5b96a30f9acb26e4c4b59aa247f..57a702c4b0add4011feb120c7b18b2e5924cb251 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -13,6 +13,8 @@
'crypto/Crypto.idl',
'crypto/DOMWindowCrypto.idl',
'crypto/SubtleCrypto.idl',
+ 'crypto/WorkerContextCrypto.idl',
+ 'crypto/WorkerCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceRotationRate.idl',
@@ -193,6 +195,10 @@
'crypto/DOMWindowCrypto.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
+ 'crypto/WorkerContextCrypto.cpp',
+ 'crypto/WorkerContextCrypto.h',
+ 'crypto/WorkerCrypto.cpp',
+ 'crypto/WorkerCrypto.h',
'device_orientation/DeviceAcceleration.cpp',
'device_orientation/DeviceAcceleration.h',
'device_orientation/DeviceMotionClient.h',

Powered by Google App Engine
This is Rietveld 408576698