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

Unified Diff: Source/modules/modules.gypi

Issue 311733004: Introduce KeepAliveWhilePending to ScriptPromiseResolverWithContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@refactor-webmidi-initialization
Patch Set: Created 6 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 17f082bbd5630aa8a969c1af9a8fa88411a82215..8b4a8e4a3d4855e357fc219d035a98ed2512be66 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -299,10 +299,10 @@
'beacon/NavigatorBeacon.h',
'crypto/AesKeyAlgorithm.cpp',
'crypto/AesKeyAlgorithm.h',
- 'crypto/Crypto.cpp',
- 'crypto/Crypto.h',
'crypto/CryptoResultImpl.cpp',
'crypto/CryptoResultImpl.h',
+ 'crypto/Crypto.cpp',
+ 'crypto/Crypto.h',
'crypto/DOMWindowCrypto.cpp',
'crypto/DOMWindowCrypto.h',
'crypto/HmacKeyAlgorithm.cpp',

Powered by Google App Engine
This is Rietveld 408576698