summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 13:41:06 +0000
committerreed@google.com <reed@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-15 13:41:06 +0000
commit22578f7a57f678a481d32874f9972f96a5f0e405 (patch)
tree2f998a06ce78d35f065b32ecef51d70799edbfe2 /skia/skia.gyp
parent1462544806315b1eeb136e3de54428e87c376006 (diff)
downloadchromium_src-22578f7a57f678a481d32874f9972f96a5f0e405.zip
chromium_src-22578f7a57f678a481d32874f9972f96a5f0e405.tar.gz
chromium_src-22578f7a57f678a481d32874f9972f96a5f0e405.tar.bz2
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
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 70550e1..9b9b165 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -44,6 +44,7 @@
'../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
'../third_party/skia/src/effects/SkLayerRasterizer.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/SkPaintFlagsDrawFilter.cpp',
'../third_party/skia/src/effects/SkPorterDuff.cpp',
@@ -308,6 +309,7 @@
'../third_party/skia/include/effects/SkLayerRasterizer.h',
'../third_party/skia/include/effects/SkLightingImageFilter.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/SkPixelXorXfermode.h',
'../third_party/skia/include/effects/SkPorterDuff.h',
@@ -873,6 +875,7 @@
'sources': [
'../third_party/skia/src/opts/memset16_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_matrix_clamp_neon.h',
'../third_party/skia/src/opts/SkBitmapProcState_matrix_repeat_neon.h',