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

Unified Diff: Source/modules/modules.gypi

Issue 222553007: [webcrypto] Expose crypto.subtle to web workers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: check if changes... Created 6 years, 9 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
« no previous file with comments | « Source/modules/crypto/WorkerGlobalScopeCrypto.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 2d15b028a28c280cc70a6dcaa4327b80948bbe36..14e1fbe253ac613f21bddc184d8e2ba8109f398b 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -20,7 +20,6 @@
'crypto/RsaHashedKeyAlgorithm.idl',
'crypto/RsaKeyAlgorithm.idl',
'crypto/SubtleCrypto.idl',
- 'crypto/WorkerCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceOrientationEvent.idl',
@@ -283,8 +282,6 @@
'crypto/NormalizeAlgorithm.h',
'crypto/SubtleCrypto.cpp',
'crypto/SubtleCrypto.h',
- 'crypto/WorkerCrypto.cpp',
- 'crypto/WorkerCrypto.h',
'crypto/WorkerGlobalScopeCrypto.cpp',
'crypto/WorkerGlobalScopeCrypto.h',
'device_orientation/DeviceAcceleration.cpp',
« no previous file with comments | « Source/modules/crypto/WorkerGlobalScopeCrypto.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698