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

Side by Side Diff: WebCore/WebCore.gypi

Issue 650002: Implementing ACCELERATED_COMPOSITING via Skia Base URL: http://svn.webkit.org/repository/webkit/trunk/
Patch Set: '' Created 10 years, 9 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 unified diff | Download patch
« no previous file with comments | « no previous file | WebCore/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'webcore_bindings_idl_files': [ 3 'webcore_bindings_idl_files': [
4 'css/CSSCharsetRule.idl', 4 'css/CSSCharsetRule.idl',
5 'css/CSSFontFaceRule.idl', 5 'css/CSSFontFaceRule.idl',
6 'css/CSSImportRule.idl', 6 'css/CSSImportRule.idl',
7 'css/CSSMediaRule.idl', 7 'css/CSSMediaRule.idl',
8 'css/CSSPageRule.idl', 8 'css/CSSPageRule.idl',
9 'css/CSSPrimitiveValue.idl', 9 'css/CSSPrimitiveValue.idl',
10 'css/CSSRule.idl', 10 'css/CSSRule.idl',
(...skipping 2131 matching lines...) Expand 10 before | Expand all | Expand 10 after
2142 'platform/graphics/qt/StillImageQt.cpp', 2142 'platform/graphics/qt/StillImageQt.cpp',
2143 'platform/graphics/qt/StillImageQt.h', 2143 'platform/graphics/qt/StillImageQt.h',
2144 'platform/graphics/qt/TransformationMatrixQt.cpp', 2144 'platform/graphics/qt/TransformationMatrixQt.cpp',
2145 'platform/graphics/skia/BitmapImageSingleFrameSkia.h', 2145 'platform/graphics/skia/BitmapImageSingleFrameSkia.h',
2146 'platform/graphics/skia/FloatPointSkia.cpp', 2146 'platform/graphics/skia/FloatPointSkia.cpp',
2147 'platform/graphics/skia/FloatRectSkia.cpp', 2147 'platform/graphics/skia/FloatRectSkia.cpp',
2148 'platform/graphics/skia/GradientSkia.cpp', 2148 'platform/graphics/skia/GradientSkia.cpp',
2149 'platform/graphics/skia/GraphicsContextPlatformPrivate.h', 2149 'platform/graphics/skia/GraphicsContextPlatformPrivate.h',
2150 'platform/graphics/skia/GraphicsContextSkia.cpp', 2150 'platform/graphics/skia/GraphicsContextSkia.cpp',
2151 'platform/graphics/skia/GraphicsContext3DSkia.cpp', 2151 'platform/graphics/skia/GraphicsContext3DSkia.cpp',
2152 'platform/graphics/skia/GraphicsLayerSkia.cpp',
2153 'platform/graphics/skia/GraphicsLayerSkia.h',
2152 'platform/graphics/skia/ImageBufferSkia.cpp', 2154 'platform/graphics/skia/ImageBufferSkia.cpp',
2153 'platform/graphics/skia/ImageSkia.cpp', 2155 'platform/graphics/skia/ImageSkia.cpp',
2154 'platform/graphics/skia/IntPointSkia.cpp', 2156 'platform/graphics/skia/IntPointSkia.cpp',
2155 'platform/graphics/skia/IntRectSkia.cpp', 2157 'platform/graphics/skia/IntRectSkia.cpp',
2158 'platform/graphics/skia/LayerRendererSkia.cpp',
2159 'platform/graphics/skia/LayerRendererSkia.h',
2160 'platform/graphics/skia/LayerSkia.cpp',
2161 'platform/graphics/skia/LayerSkia.h',
2156 'platform/graphics/skia/NativeImageSkia.cpp', 2162 'platform/graphics/skia/NativeImageSkia.cpp',
2157 'platform/graphics/skia/NativeImageSkia.h', 2163 'platform/graphics/skia/NativeImageSkia.h',
2158 'platform/graphics/skia/PathSkia.cpp', 2164 'platform/graphics/skia/PathSkia.cpp',
2159 'platform/graphics/skia/PatternSkia.cpp', 2165 'platform/graphics/skia/PatternSkia.cpp',
2160 'platform/graphics/skia/PlatformContextSkia.cpp', 2166 'platform/graphics/skia/PlatformContextSkia.cpp',
2161 'platform/graphics/skia/PlatformContextSkia.h', 2167 'platform/graphics/skia/PlatformContextSkia.h',
2162 'platform/graphics/skia/PlatformGraphics.h', 2168 'platform/graphics/skia/PlatformGraphics.h',
2163 'platform/graphics/skia/SkiaFontWin.cpp', 2169 'platform/graphics/skia/SkiaFontWin.cpp',
2164 'platform/graphics/skia/SkiaFontWin.h', 2170 'platform/graphics/skia/SkiaFontWin.h',
2165 'platform/graphics/skia/SkiaUtils.cpp', 2171 'platform/graphics/skia/SkiaUtils.cpp',
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
3959 'inspector/front-end/Images/userInputPreviousIcon.png', 3965 'inspector/front-end/Images/userInputPreviousIcon.png',
3960 'inspector/front-end/Images/userInputResultIcon.png', 3966 'inspector/front-end/Images/userInputResultIcon.png',
3961 'inspector/front-end/Images/warningIcon.png', 3967 'inspector/front-end/Images/warningIcon.png',
3962 'inspector/front-end/Images/warningOrangeDot.png', 3968 'inspector/front-end/Images/warningOrangeDot.png',
3963 'inspector/front-end/Images/warningMediumIcon.png', 3969 'inspector/front-end/Images/warningMediumIcon.png',
3964 'inspector/front-end/Images/warningsErrors.png', 3970 'inspector/front-end/Images/warningsErrors.png',
3965 'inspector/front-end/Images/whiteConnectorPoint.png' 3971 'inspector/front-end/Images/whiteConnectorPoint.png'
3966 ], 3972 ],
3967 } 3973 }
3968 } 3974 }
OLDNEW
« no previous file with comments | « no previous file | WebCore/platform/graphics/GraphicsLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698