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

Unified Diff: Source/modules/modules.gypi

Issue 687533004: Simplify use of ContentDecryptionModuleResult with promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changes Created 6 years, 1 month 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/encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp ('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 04790fb25a0b5d49ee5f95386b07149c30db6eb4..d78609e91adb76dbdd48a40a406678552ff51432 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -415,6 +415,8 @@
'encoding/TextDecoder.h',
'encoding/TextEncoder.cpp',
'encoding/TextEncoder.h',
+ 'encryptedmedia/ContentDecryptionModuleResultPromise.cpp',
+ 'encryptedmedia/ContentDecryptionModuleResultPromise.h',
'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
'encryptedmedia/MediaEncryptedEvent.cpp',
@@ -432,8 +434,8 @@
'encryptedmedia/MediaKeysController.h',
'encryptedmedia/NavigatorRequestMediaKeySystemAccess.cpp',
'encryptedmedia/NavigatorRequestMediaKeySystemAccess.h',
- 'encryptedmedia/SimpleContentDecryptionModuleResult.cpp',
- 'encryptedmedia/SimpleContentDecryptionModuleResult.h',
+ 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp',
+ 'encryptedmedia/SimpleContentDecryptionModuleResultPromise.h',
'filesystem/DOMFilePath.cpp',
'filesystem/DOMFilePath.h',
'filesystem/DOMFileSystem.cpp',
« no previous file with comments | « Source/modules/encryptedmedia/SimpleContentDecryptionModuleResultPromise.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698