Commit 22578f7a authored by reed@google.com's avatar reed@google.com

roll skia to 5077 w/ extra neon.cpp file

Review URL: https://chromiumcodereview.appspot.com/10829337

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151690 0039d316-1c4b-4281-b951-d872f2087c98
parent 14625448
...@@ -29,7 +29,7 @@ vars = { ...@@ -29,7 +29,7 @@ vars = {
"ffmpeg_hash": "2079ffae30f8da6c6eed985cce00e04c31b40888", "ffmpeg_hash": "2079ffae30f8da6c6eed985cce00e04c31b40888",
"sfntly_revision": "134", "sfntly_revision": "134",
"skia_revision": "5042", "skia_revision": "5077",
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Skia # the commit queue can handle CLs rolling Skia
# and V8 without interference from each other. # and V8 without interference from each other.
......
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
'../third_party/skia/src/effects/SkLayerDrawLooper.cpp', '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
'../third_party/skia/src/effects/SkLayerRasterizer.cpp', '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
'../third_party/skia/src/effects/SkLightingImageFilter.cpp', '../third_party/skia/src/effects/SkLightingImageFilter.cpp',
'../third_party/skia/src/effects/SkMagnifierImageFilter.cpp',
'../third_party/skia/src/effects/SkMorphologyImageFilter.cpp', '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp',
'../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
'../third_party/skia/src/effects/SkPorterDuff.cpp', '../third_party/skia/src/effects/SkPorterDuff.cpp',
...@@ -308,6 +309,7 @@ ...@@ -308,6 +309,7 @@
'../third_party/skia/include/effects/SkLayerRasterizer.h', '../third_party/skia/include/effects/SkLayerRasterizer.h',
'../third_party/skia/include/effects/SkLightingImageFilter.h', '../third_party/skia/include/effects/SkLightingImageFilter.h',
'../third_party/skia/include/effects/SkMorphologyImageFilter.h', '../third_party/skia/include/effects/SkMorphologyImageFilter.h',
'../third_party/skia/include/effects/SkMagnifierImageFilter.h',
'../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
'../third_party/skia/include/effects/SkPixelXorXfermode.h', '../third_party/skia/include/effects/SkPixelXorXfermode.h',
'../third_party/skia/include/effects/SkPorterDuff.h', '../third_party/skia/include/effects/SkPorterDuff.h',
...@@ -873,6 +875,7 @@ ...@@ -873,6 +875,7 @@
'sources': [ 'sources': [
'../third_party/skia/src/opts/memset16_neon.S', '../third_party/skia/src/opts/memset16_neon.S',
'../third_party/skia/src/opts/memset32_neon.S', '../third_party/skia/src/opts/memset32_neon.S',
'../third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp',
'../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp', '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp',
'../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h', '../third_party/skia/src/opts/SkBitmapProcState_matrix_clamp_neon.h',
'../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h', '../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment