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

Unified Diff: Source/modules/modules.gypi

Issue 15901021: Move window.crypto to modules/crypto (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile error in debug mode 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
« no previous file with comments | « Source/modules/crypto/DOMWindowCrypto.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 0069073fa468b088071362a8668f4bf5b7054a0a..9f9028cd9fa4e7e89cc0e8e6fd65dfe807dc7384 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -9,6 +9,8 @@
'extra_blink_module_files': [],
'modules_idl_files': [
+ 'crypto/Crypto.idl',
+ 'crypto/DOMWindowCrypto.idl',
'device_orientation/DeviceAcceleration.idl',
'device_orientation/DeviceMotionEvent.idl',
'device_orientation/DeviceRotationRate.idl',
@@ -180,6 +182,10 @@
],
'modules_files': [
'<@(extra_blink_module_files)',
+ 'crypto/Crypto.cpp',
+ 'crypto/Crypto.h',
+ 'crypto/DOMWindowCrypto.cpp',
+ 'crypto/DOMWindowCrypto.h',
'device_orientation/DeviceAcceleration.cpp',
'device_orientation/DeviceAcceleration.h',
'device_orientation/DeviceMotionClient.h',
« no previous file with comments | « Source/modules/crypto/DOMWindowCrypto.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698