| 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',
|
|
|