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

Unified Diff: Source/modules/modules.gypi

Issue 157423003: Remove the dependency on encryptedmedia from HTMLMediaElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compilation error on linux Created 6 years, 9 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 60359103809a7e879a2d0aabd0b3eb13e93993d9..1ef5890ab8a840794480065201b808ff0dca568f 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -190,6 +190,7 @@
'crypto/WindowCrypto.idl',
'crypto/WorkerGlobalScopeCrypto.idl',
'donottrack/NavigatorDoNotTrack.idl',
+ 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
'filesystem/DataTransferItemFileSystem.idl',
'filesystem/HTMLInputElementFileSystem.idl',
'filesystem/InspectorFrontendHostFileSystem.idl',
@@ -290,6 +291,8 @@
'encoding/TextDecoder.h',
'encoding/TextEncoder.cpp',
'encoding/TextEncoder.h',
+ 'encryptedmedia/HTMLMediaElementEncryptedMedia.cpp',
+ 'encryptedmedia/HTMLMediaElementEncryptedMedia.h',
'encryptedmedia/MediaKeyMessageEvent.cpp',
'encryptedmedia/MediaKeyMessageEvent.h',
'encryptedmedia/MediaKeyNeededEvent.cpp',
« no previous file with comments | « Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl ('k') | Source/platform/graphics/media/MediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698