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

Unified Diff: Source/bindings/bindings.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/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index f8218dfcaa5f27f4d87ad94a867ff469b5c234e6..a131d147a67fb306384945a4087567efab503909 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -148,7 +148,6 @@
'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
'v8/custom/V8CanvasRenderingContextCustom.cpp',
'v8/custom/V8ClipboardCustom.cpp',
- 'v8/custom/V8CryptoCustom.cpp',
'v8/custom/V8CustomElementConstructorCustom.cpp',
'v8/custom/V8CustomEventCustom.cpp',
'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
@@ -203,6 +202,7 @@
'v8/custom/V8PannerNodeCustom.cpp',
'v8/custom/V8PerformanceEntryCustom.cpp',
'v8/custom/V8PopStateEventCustom.cpp',
+ 'v8/custom/V8RandomSourceCustom.cpp',
'v8/custom/V8SQLResultSetRowListCustom.cpp',
'v8/custom/V8SQLTransactionCustom.cpp',
'v8/custom/V8SQLTransactionSyncCustom.cpp',

Powered by Google App Engine
This is Rietveld 408576698