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

Unified Diff: Source/bindings/bindings.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/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 1bd48a49b259630e1c41ac3c3dab5936dc37e547..20f84df0e62dc3cf906830eadae549620f2173b3 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -219,6 +219,7 @@
'v8/custom/V8WebGLRenderingContextCustom.cpp',
'v8/custom/V8WebKitPointCustom.cpp',
'v8/custom/V8WorkerContextCustom.cpp',
+ 'v8/custom/V8WorkerCryptoCustom.cpp',
'v8/custom/V8WorkerCustom.cpp',
'v8/custom/V8XMLHttpRequestCustom.cpp',
'v8/custom/V8XSLTProcessorCustom.cpp',

Powered by Google App Engine
This is Rietveld 408576698