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

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: 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/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',

Powered by Google App Engine
This is Rietveld 408576698