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

Unified Diff: Source/platform/blink_platform.gypi

Issue 48273013: Move MediaPlayer, IntSizeHash to platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move MediaPlayer and friends to platform/graphics/media Created 7 years, 2 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
« no previous file with comments | « Source/modules/webaudio/MediaElementAudioSourceNode.cpp ('k') | Source/platform/geometry/IntSizeHash.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 1793796a1e2a3d7fe198e02d206b620f787266ad..55fafe93d7ba5a1c54e7cde1c252faac3bc26111 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -290,6 +290,14 @@
'graphics/ThreadSafeDataTransport.cpp',
'graphics/ThreadSafeDataTransport.h',
'graphics/WindRule.h',
+ 'graphics/media/ContentDecryptionModule.cpp',
+ 'graphics/media/ContentDecryptionModule.h',
+ 'graphics/media/ContentDecryptionModuleSession.cpp',
+ 'graphics/media/ContentDecryptionModuleSession.h',
+ 'graphics/media/InbandTextTrackPrivate.h',
+ 'graphics/media/InbandTextTrackPrivateClient.h',
Stephen Chennney 2013/10/30 16:03:16 Add IntSizeHash.h here too. It is used in generati
rwlbuis 2013/10/30 16:13:57 Done.
+ 'graphics/media/MediaPlayer.cpp',
+ 'graphics/media/MediaPlayer.h',
'network/DNS.cpp',
'network/DNS.h',
'network/HTTPHeaderMap.cpp',
« no previous file with comments | « Source/modules/webaudio/MediaElementAudioSourceNode.cpp ('k') | Source/platform/geometry/IntSizeHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698