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

Unified Diff: skia/skia.gyp

Issue 10821090: Roll Skia DEPS to 4834 & update skia.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
===================================================================
--- skia/skia.gyp (revision 148949)
+++ skia/skia.gyp (working copy)
@@ -325,14 +325,11 @@
'../third_party/skia/src/effects/Sk1DPathEffect.cpp',
'../third_party/skia/src/effects/Sk2DPathEffect.cpp',
'../third_party/skia/src/effects/SkAvoidXfermode.cpp',
- '../third_party/skia/src/effects/SkBitmapCache.cpp',
- '../third_party/skia/src/effects/SkBitmapCache.h',
'../third_party/skia/src/effects/SkBlurDrawLooper.cpp',
'../third_party/skia/src/effects/SkBlurImageFilter.cpp',
'../third_party/skia/src/effects/SkBlurMask.cpp',
'../third_party/skia/src/effects/SkBlurMask.h',
'../third_party/skia/src/effects/SkBlurMaskFilter.cpp',
- '../third_party/skia/src/effects/SkClampRange.cpp',
'../third_party/skia/src/effects/SkColorFilters.cpp',
'../third_party/skia/src/effects/SkColorMatrixFilter.cpp',
'../third_party/skia/src/effects/SkCornerPathEffect.cpp',
@@ -342,7 +339,6 @@
'../third_party/skia/src/effects/SkEmbossMask.h',
'../third_party/skia/src/effects/SkEmbossMask_Table.h',
'../third_party/skia/src/effects/SkEmbossMaskFilter.cpp',
- '../third_party/skia/src/effects/SkGradientShader.cpp',
'../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
'../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
'../third_party/skia/src/effects/SkLayerRasterizer.cpp',
@@ -351,10 +347,25 @@
'../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
'../third_party/skia/src/effects/SkPorterDuff.cpp',
'../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
- '../third_party/skia/src/effects/SkRadialGradient_Table.h',
'../third_party/skia/src/effects/SkTableColorFilter.cpp',
'../third_party/skia/src/effects/SkTransparentShader.cpp',
+ '../third_party/skia/src/effects/gradients/SkBitmapCache.cpp',
+ '../third_party/skia/src/effects/gradients/SkBitmapCache.h',
+ '../third_party/skia/src/effects/gradients/SkClampRange.cpp',
+ '../third_party/skia/src/effects/gradients/SkGradientShader.cpp',
+ '../third_party/skia/src/effects/gradients/SkLinearGradient.cpp',
+ '../third_party/skia/src/effects/gradients/SkLinearGradient.h',
+ '../third_party/skia/src/effects/gradients/SkRadialGradient.cpp',
+ '../third_party/skia/src/effects/gradients/SkRadialGradient.h',
+ '../third_party/skia/src/effects/gradients/SkTwoPointRadialGradient.cpp',
+ '../third_party/skia/src/effects/gradients/SkTwoPointRadialGradient.h',
+ '../third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.cpp',
+ '../third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.h',
+ '../third_party/skia/src/effects/gradients/SkSweepGradient.cpp',
+ '../third_party/skia/src/effects/gradients/SkSweepGradient.h',
+ '../third_party/skia/src/effects/gradients/SkGradientShaderPriv.h',
+
'../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',
'../third_party/skia/src/gpu/GrAAConvexPathRenderer.h',
'../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp',
@@ -438,8 +449,6 @@
'../third_party/skia/src/gpu/effects/GrConvolutionEffect.h',
'../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp',
'../third_party/skia/src/gpu/effects/GrMorphologyEffect.h',
- '../third_party/skia/src/gpu/effects/GrGradientEffects.cpp',
- '../third_party/skia/src/gpu/effects/GrGradientEffects.h',
'../third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp',
'../third_party/skia/src/gpu/effects/GrSingleTextureEffect.h',
'../third_party/skia/src/gpu/effects/GrTextureDomainEffect.cpp',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698