Index: Source/modules/modules.gypi |
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi |
index 0069073fa468b088071362a8668f4bf5b7054a0a..64bd1e6b7a7563dcb2a7245e5e598f881cf7ac37 100644 |
--- a/Source/modules/modules.gypi |
+++ b/Source/modules/modules.gypi |
@@ -148,6 +148,8 @@ |
'webaudio/AnalyserNode.idl', |
'webaudio/WaveShaperNode.idl', |
'webaudio/WaveTable.idl', |
+ 'webcrypto/Crypto.idl', |
+ 'webcrypto/DOMWindowCrypto.idl', |
abarth-chromium
2013/06/11 21:58:53
webcrypto -> crypto ? The "web" seems unnecessary
eroman
2013/06/11 22:10:39
Done.
|
'webdatabase/DOMWindowWebDatabase.idl', |
'webdatabase/Database.idl', |
'webdatabase/DatabaseCallback.idl', |
@@ -540,6 +542,10 @@ |
'webaudio/WaveShaperProcessor.h', |
'webaudio/WaveTable.cpp', |
'webaudio/WaveTable.h', |
+ 'webcrypto/Crypto.cpp', |
+ 'webcrypto/Crypto.h', |
+ 'webcrypto/DOMWindowCrypto.cpp', |
+ 'webcrypto/DOMWindowCrypto.h', |
'webdatabase/AbstractDatabaseServer.h', |
'webdatabase/AbstractSQLStatement.h', |
'webdatabase/AbstractSQLStatementBackend.h', |