Index: Source/platform/blink_platform.gypi |
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi |
index c80364bef18996c9ec1b769531c037cb9b0b111f..a96f19da9ca75e240041c4a66ca1ba0e2807e4fc 100644 |
--- a/Source/platform/blink_platform.gypi |
+++ b/Source/platform/blink_platform.gypi |
@@ -276,28 +276,103 @@ |
'exported/WebURLResponsePrivate.h', |
'exported/WrappedResourceRequest.h', |
'exported/WrappedResourceResponse.h', |
+ 'exported/linux/WebFontInfo.cpp', |
+ 'exported/linux/WebFontRenderStyle.cpp', |
'fonts/AlternateFontFamily.h', |
+ 'fonts/CustomFontData.h', |
+ 'fonts/Font.cpp', |
+ 'fonts/Font.h', |
'fonts/FontBaseline.h', |
+ 'fonts/FontCache.cpp', |
+ 'fonts/FontCache.h', |
'fonts/FontCacheKey.h', |
'fonts/FontCustomPlatformData.h', |
'fonts/FontData.cpp', |
'fonts/FontData.h', |
+ 'fonts/FontDataCache.cpp', |
+ 'fonts/FontDataCache.h', |
'fonts/FontDescription.cpp', |
- 'fonts/FontFallbackWin.cpp', |
- 'fonts/FontFallbackWin.h', |
+ 'fonts/FontFallbackList.cpp', |
+ 'fonts/FontFallbackList.h', |
'fonts/FontFamily.cpp', |
'fonts/FontFamily.h', |
+ 'fonts/FontFastPath.cpp', |
'fonts/FontFeatureSettings.cpp', |
'fonts/FontFeatureSettings.h', |
+ 'fonts/FontPlatformData.cpp', |
+ 'fonts/FontPlatformData.h', |
'fonts/FontRenderStyle.h', |
'fonts/GenericFontFamilySettings.cpp', |
'fonts/GenericFontFamilySettings.h', |
'fonts/GlyphBuffer.h', |
'fonts/GlyphMetricsMap.h', |
'fonts/GlyphPage.h', |
+ 'fonts/GlyphPageTreeNode.cpp', |
+ 'fonts/GlyphPageTreeNode.h', |
'fonts/Latin1TextIterator.h', |
+ 'fonts/SVGGlyph.cpp', |
+ 'fonts/SVGGlyph.h', |
+ 'fonts/SegmentedFontData.cpp', |
+ 'fonts/SegmentedFontData.h', |
+ 'fonts/SimpleFontData.cpp', |
+ 'fonts/SimpleFontData.h', |
+ 'fonts/VDMXParser.cpp', |
+ 'fonts/VDMXParser.h', |
'fonts/WidthCache.h', |
+ 'fonts/WidthIterator.cpp', |
+ 'fonts/WidthIterator.h', |
+ 'fonts/android/FontCacheAndroid.cpp', |
+ 'fonts/cocoa/FontPlatformDataCocoa.mm', |
+ 'fonts/harfbuzz/FontHarfBuzz.cpp', |
+ 'fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp', |
+ 'fonts/harfbuzz/FontPlatformDataHarfBuzz.h', |
+ 'fonts/harfbuzz/HarfBuzzFace.cpp', |
+ 'fonts/harfbuzz/HarfBuzzFace.h', |
+ 'fonts/harfbuzz/HarfBuzzFaceCoreText.cpp', |
+ 'fonts/harfbuzz/HarfBuzzFaceSkia.cpp', |
+ 'fonts/harfbuzz/HarfBuzzShaper.cpp', |
+ 'fonts/harfbuzz/HarfBuzzShaper.h', |
+ 'fonts/linux/FontCacheLinux.cpp', |
+ 'fonts/mac/ComplexTextController.cpp', |
+ 'fonts/mac/ComplexTextController.h', |
+ 'fonts/mac/ComplexTextControllerCoreText.mm', |
+ 'fonts/mac/FontCacheMac.mm', |
+ 'fonts/mac/FontComplexTextMac.cpp', |
+ 'fonts/mac/FontCustomPlatformDataMac.cpp', |
+ 'fonts/mac/FontMac.cpp', |
+ 'fonts/mac/GlyphPageTreeNodeMac.cpp', |
+ 'fonts/mac/MemoryActivatedFont.h', |
+ 'fonts/mac/MemoryActivatedFont.mm', |
+ 'fonts/mac/SimpleFontDataCoreText.cpp', |
+ 'fonts/mac/SimpleFontDataMac.mm', |
+ 'fonts/opentype/OpenTypeSanitizer.cpp', |
+ 'fonts/opentype/OpenTypeSanitizer.h', |
'fonts/opentype/OpenTypeTypes.h', |
+ 'fonts/opentype/OpenTypeUtilities.cpp', |
+ 'fonts/opentype/OpenTypeUtilities.h', |
+ 'fonts/opentype/OpenTypeVerticalData.cpp', |
+ 'fonts/opentype/OpenTypeVerticalData.h', |
+ 'fonts/skia/FontCacheSkia.cpp', |
+ 'fonts/skia/FontCacheSkiaWin.cpp', |
+ 'fonts/skia/FontCustomPlatformDataSkia.cpp', |
+ 'fonts/skia/FontPlatformDataSkia.cpp', |
+ 'fonts/skia/GlyphPageTreeNodeSkia.cpp', |
+ 'fonts/skia/SimpleFontDataSkia.cpp', |
+ 'fonts/skia/SkiaFontWin.cpp', |
+ 'fonts/skia/SkiaFontWin.h', |
+ 'fonts/win/FontCacheWin.cpp', |
+ 'fonts/win/FontCustomPlatformDataWin.cpp', |
+ 'fonts/win/FontFallbackWin.cpp', |
+ 'fonts/win/FontFallbackWin.h', |
+ 'fonts/win/FontPlatformDataWin.cpp', |
+ 'fonts/win/FontPlatformDataWin.h', |
+ 'fonts/win/FontWin.cpp', |
+ 'fonts/win/GlyphPageTreeNodeWin.cpp', |
+ 'fonts/win/SimpleFontDataWin.cpp', |
+ 'fonts/win/UniscribeHelper.cpp', |
+ 'fonts/win/UniscribeHelper.h', |
+ 'fonts/win/UniscribeHelperTextRun.cpp', |
+ 'fonts/win/UniscribeHelperTextRun.h', |
'geometry/FloatPolygon.cpp', |
'geometry/FloatPolygon.h', |
'geometry/FloatPoint.cpp', |
@@ -342,8 +417,28 @@ |
'geometry/mac/IntSizeMac.mm', |
'graphics/angle/ANGLEPlatformBridge.cpp', |
'graphics/angle/ANGLEPlatformBridge.h', |
+ 'graphics/cg/GraphicsContextCG.h', |
+ 'graphics/cpu/arm/GraphicsContext3DNEON.h', |
+ 'graphics/cpu/arm/filters/FEGaussianBlurNEON.h', |
+ 'graphics/cpu/arm/filters/NEONHelpers.h', |
+ 'graphics/filters/FEGaussianBlur.cpp', |
+ 'graphics/filters/FEGaussianBlur.h', |
+ 'graphics/filters/Filter.h', |
+ 'graphics/filters/FilterEffect.cpp', |
+ 'graphics/filters/FilterEffect.h', |
+ 'graphics/filters/FilterOperation.cpp', |
+ 'graphics/filters/FilterOperation.h', |
+ 'graphics/filters/FilterOperations.cpp', |
+ 'graphics/filters/FilterOperations.h', |
'graphics/filters/LightSource.cpp', |
'graphics/filters/LightSource.h', |
+ 'graphics/filters/ParallelJobs.h', |
+ 'graphics/filters/ReferenceFilter.cpp', |
+ 'graphics/filters/ReferenceFilter.h', |
+ 'graphics/filters/SkiaImageFilterBuilder.cpp', |
+ 'graphics/filters/SkiaImageFilterBuilder.h', |
+ 'graphics/filters/SourceGraphic.cpp', |
+ 'graphics/filters/SourceGraphic.h', |
'graphics/filters/custom/CustomFilterArrayParameter.cpp', |
'graphics/filters/custom/CustomFilterArrayParameter.h', |
'graphics/filters/custom/CustomFilterConstants.h', |
@@ -360,36 +455,133 @@ |
'graphics/filters/custom/CustomFilterProgramInfo.h', |
'graphics/filters/custom/CustomFilterTransformParameter.cpp', |
'graphics/filters/custom/CustomFilterTransformParameter.h', |
+ 'graphics/gpu/DrawingBuffer.cpp', |
+ 'graphics/gpu/DrawingBuffer.h', |
+ 'graphics/gpu/SharedGraphicsContext3D.cpp', |
+ 'graphics/gpu/SharedGraphicsContext3D.h', |
'graphics/media/MediaPlayer.cpp', |
'graphics/media/MediaPlayer.h', |
+ 'graphics/skia/GaneshUtils.cpp', |
+ 'graphics/skia/GaneshUtils.h', |
+ 'graphics/skia/NativeImageSkia.cpp', |
+ 'graphics/skia/NativeImageSkia.h', |
+ 'graphics/skia/OpaqueRegionSkia.cpp', |
+ 'graphics/skia/OpaqueRegionSkia.h', |
+ 'graphics/skia/SkSizeHash.h', |
+ 'graphics/skia/SkiaUtils.cpp', |
+ 'graphics/skia/SkiaUtils.h', |
+ 'graphics/BitmapImage.cpp', |
+ 'graphics/BitmapImage.h', |
+ 'graphics/Canvas2DLayerBridge.cpp', |
+ 'graphics/Canvas2DLayerBridge.h', |
+ 'graphics/Canvas2DLayerManager.cpp', |
+ 'graphics/Canvas2DLayerManager.h', |
'graphics/Color.cpp', |
'graphics/Color.h', |
'graphics/ColorSpace.h', |
+ 'graphics/DeferredImageDecoder.cpp', |
+ 'graphics/DeferredImageDecoder.h', |
+ 'graphics/DiscardablePixelRef.cpp', |
+ 'graphics/DiscardablePixelRef.h', |
'graphics/DisplayList.cpp', |
'graphics/DisplayList.h', |
'graphics/DrawLooper.cpp', |
'graphics/DrawLooper.h', |
+ 'graphics/Extensions3D.cpp', |
+ 'graphics/Extensions3D.h', |
+ 'graphics/FrameData.cpp', |
+ 'graphics/FrameData.h', |
+ 'graphics/Gradient.cpp', |
+ 'graphics/Gradient.h', |
+ 'graphics/GraphicsContext.cpp', |
+ 'graphics/GraphicsContext.h', |
+ 'graphics/GraphicsContext3D.cpp', |
+ 'graphics/GraphicsContext3D.h', |
+ 'graphics/GraphicsContext3DImagePacking.cpp', |
+ 'graphics/GraphicsContextAnnotation.cpp', |
+ 'graphics/GraphicsContextAnnotation.h', |
+ 'graphics/GraphicsContextState.h', |
+ 'graphics/GraphicsContextStateSaver.h', |
+ 'graphics/GraphicsLayer.cpp', |
+ 'graphics/GraphicsLayer.h', |
+ 'graphics/GraphicsLayerClient.h', |
+ 'graphics/GraphicsLayerFactory.h', |
'graphics/GraphicsTypes.cpp', |
'graphics/GraphicsTypes.h', |
'graphics/GraphicsTypes3D.h', |
+ 'graphics/Image.cpp', |
+ 'graphics/Image.h', |
+ 'graphics/ImageBuffer.cpp', |
+ 'graphics/ImageBuffer.h', |
+ 'graphics/ImageDecodingStore.cpp', |
+ 'graphics/ImageDecodingStore.h', |
+ 'graphics/ImageFrameGenerator.cpp', |
+ 'graphics/ImageFrameGenerator.h', |
'graphics/ImageObserver.cpp', |
'graphics/ImageObserver.h', |
'graphics/ImageOrientation.cpp', |
'graphics/ImageOrientation.h', |
+ 'graphics/ImageSource.cpp', |
+ 'graphics/ImageSource.h', |
+ 'graphics/LazyDecodingPixelRef.cpp', |
+ 'graphics/LazyDecodingPixelRef.h', |
+ 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', |
+ 'graphics/OpaqueRectTrackingContentLayerDelegate.h', |
+ 'graphics/Path.cpp', |
+ 'graphics/Path.h', |
'graphics/PathTraversalState.cpp', |
'graphics/PathTraversalState.h', |
+ 'graphics/Pattern.cpp', |
+ 'graphics/Pattern.h', |
'graphics/ScaledImageFragment.cpp', |
'graphics/ScaledImageFragment.h', |
- 'graphics/SkSizeHash.h', |
+ 'graphics/StrokeData.cpp', |
+ 'graphics/StrokeData.h', |
'graphics/TextRun.cpp', |
'graphics/TextRun.h', |
'graphics/TextRunIterator.h', |
'graphics/ThreadSafeDataTransport.cpp', |
'graphics/ThreadSafeDataTransport.h', |
'graphics/WindRule.h', |
+ 'image-decoders/ImageDecoder.cpp', |
+ 'image-decoders/ImageDecoder.h', |
+ 'image-decoders/ImageFrame.cpp', |
+ 'image-decoders/ImageFrame.h', |
+ 'image-decoders/bmp/BMPImageDecoder.cpp', |
+ 'image-decoders/bmp/BMPImageDecoder.h', |
+ 'image-decoders/bmp/BMPImageReader.cpp', |
+ 'image-decoders/bmp/BMPImageReader.h', |
+ 'image-decoders/gif/GIFImageDecoder.cpp', |
+ 'image-decoders/gif/GIFImageDecoder.h', |
+ 'image-decoders/gif/GIFImageReader.cpp', |
+ 'image-decoders/gif/GIFImageReader.h', |
+ 'image-decoders/ico/ICOImageDecoder.cpp', |
+ 'image-decoders/ico/ICOImageDecoder.h', |
+ 'image-decoders/jpeg/JPEGImageDecoder.cpp', |
+ 'image-decoders/jpeg/JPEGImageDecoder.h', |
+ 'image-decoders/png/PNGImageDecoder.cpp', |
+ 'image-decoders/png/PNGImageDecoder.h', |
+ 'image-decoders/webp/WEBPImageDecoder.cpp', |
+ 'image-decoders/webp/WEBPImageDecoder.h', |
+ 'image-encoders/skia/JPEGImageEncoder.cpp', |
+ 'image-encoders/skia/JPEGImageEncoder.h', |
+ 'image-encoders/skia/PNGImageEncoder.cpp', |
+ 'image-encoders/skia/PNGImageEncoder.h', |
+ 'image-encoders/skia/WEBPImageEncoder.cpp', |
+ 'image-encoders/skia/WEBPImageEncoder.h', |
'mac/KillRingMac.mm', |
'mac/BlockExceptions.h', |
'mac/BlockExceptions.mm', |
+ 'mac/ColorMac.h', |
+ 'mac/ColorMac.mm', |
+ 'mac/LocalCurrentGraphicsContext.h', |
+ 'mac/LocalCurrentGraphicsContext.mm', |
+ 'mac/NSScrollerImpDetails.h', |
+ 'mac/NSScrollerImpDetails.mm', |
+ 'mac/ScrollAnimatorMac.h', |
+ 'mac/ScrollAnimatorMac.mm', |
+ 'mac/ScrollElasticityController.h', |
+ 'mac/ScrollElasticityController.mm', |
'mac/WebFontCache.h', |
'mac/WebFontCache.mm', |
'mediastream/MediaConstraints.cpp', |
@@ -448,9 +640,37 @@ |
'plugins/PluginData.h', |
'plugins/PluginListBuilder.cpp', |
'plugins/PluginListBuilder.h', |
+ 'scroll/ScrollAnimator.cpp', |
+ 'scroll/ScrollAnimator.h', |
+ 'scroll/ScrollAnimatorNone.cpp', |
+ 'scroll/ScrollAnimatorNone.h', |
'scroll/ScrollTypes.h', |
+ 'scroll/ScrollView.cpp', |
+ 'scroll/ScrollableArea.cpp', |
+ 'scroll/ScrollableArea.h', |
+ 'scroll/Scrollbar.cpp', |
+ 'scroll/Scrollbar.h', |
+ 'scroll/ScrollbarTheme.cpp', |
+ 'scroll/ScrollbarTheme.h', |
+ 'scroll/ScrollbarThemeAndroid.cpp', |
'scroll/ScrollbarThemeClient.h', |
- 'scroll/ScrollTypes.h', |
+ 'scroll/ScrollbarThemeGtkOrAura.cpp', |
+ 'scroll/ScrollbarThemeGtkOrAura.h', |
+ 'scroll/ScrollbarThemeMacCommon.h', |
+ 'scroll/ScrollbarThemeMacCommon.mm', |
+ 'scroll/ScrollbarThemeMacNonOverlayAPI.h', |
+ 'scroll/ScrollbarThemeMacNonOverlayAPI.mm', |
+ 'scroll/ScrollbarThemeMacOverlayAPI.h', |
+ 'scroll/ScrollbarThemeMacOverlayAPI.mm', |
+ 'scroll/ScrollbarThemeMock.cpp', |
+ 'scroll/ScrollbarThemeMock.h', |
+ 'scroll/ScrollbarThemeOverlayMock.h', |
+ 'scroll/ScrollbarThemeNonMacCommon.cpp', |
+ 'scroll/ScrollbarThemeNonMacCommon.h', |
+ 'scroll/ScrollbarThemeOverlay.cpp', |
+ 'scroll/ScrollbarThemeOverlay.h', |
+ 'scroll/ScrollbarThemeWin.cpp', |
+ 'scroll/ScrollbarThemeWin.h', |
'text/BidiContext.cpp', |
'text/BidiContext.h', |
'text/BidiResolver.h', |
@@ -552,9 +772,12 @@ |
'SharedBufferTest.cpp', |
'animation/UnitBezierTest.cpp', |
'clipboard/ClipboardUtilitiesTest.cpp', |
+ 'fonts/FontTest.cpp', |
'geometry/RegionTest.cpp', |
'geometry/RoundedRectTest.cpp', |
'graphics/ThreadSafeDataTransportTest.cpp', |
+ 'graphics/test/MockDiscardablePixelRef.h', |
+ 'image-decoders/ImageDecoderTest.cpp', |
'testing/ArenaTestHelpers.h', |
'testing/TreeTestHelpers.cpp', |
'testing/TreeTestHelpers.h', |