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

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: Adapt patch to already moved ContentDecryption files 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/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 c9657c04f09c9ef089f5131cafe4a8e61b0ea613..2bbafdedea35174c7dedf50d6f00d5af5cf96031 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -289,6 +289,7 @@
'geometry/IntRect.h',
'geometry/IntRectExtent.h',
'geometry/IntSize.h',
+ 'geometry/IntSizeHash.h',
'geometry/LayoutBoxExtent.cpp',
'geometry/LayoutBoxExtent.h',
'geometry/LayoutPoint.h',
@@ -317,6 +318,10 @@
'graphics/filters/custom/CustomFilterProgramInfo.h',
'graphics/filters/custom/CustomFilterTransformParameter.cpp',
'graphics/filters/custom/CustomFilterTransformParameter.h',
+ 'graphics/media/InbandTextTrackPrivate.h',
+ 'graphics/media/InbandTextTrackPrivateClient.h',
+ 'graphics/media/MediaPlayer.cpp',
+ 'graphics/media/MediaPlayer.h',
'graphics/Color.cpp',
'graphics/Color.h',
'graphics/ColorSpace.h',
« 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