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

Unified Diff: Source/platform/blink_platform.gypi

Issue 26975004: Move ContentDecryptionModule* to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add WTF_MAKE_NONCOPYABLE because reasons Created 7 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/platform/PlatformExport.h ('k') | Source/platform/drm/ContentDecryptionModule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index 08655368b79774ffe2e55a67d99d0ba53f6c8520..a49936bd6624ea31e63948b2d9b589563620e086 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -208,12 +208,18 @@
'clipboard/ClipboardUtilities.h',
'clipboard/ClipboardUtilitiesPosix.cpp',
'clipboard/ClipboardUtilitiesWin.cpp',
+ 'drm/ContentDecryptionModule.cpp',
+ 'drm/ContentDecryptionModule.h',
+ 'drm/ContentDecryptionModuleSession.cpp',
+ 'drm/ContentDecryptionModuleSession.h',
'exported/Platform.cpp',
'exported/WebActiveGestureAnimation.cpp',
'exported/WebActiveGestureAnimation.h',
'exported/WebAudioBus.cpp',
'exported/WebAudioDevice.cpp',
'exported/WebBlobData.cpp',
+ 'exported/WebContentDecryptionModule.cpp',
+ 'exported/WebContentDecryptionModuleSession.cpp',
'exported/WebCryptoAlgorithm.cpp',
'exported/WebCryptoKey.cpp',
'exported/WebData.cpp',
« no previous file with comments | « Source/platform/PlatformExport.h ('k') | Source/platform/drm/ContentDecryptionModule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698