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

Unified Diff: skia/skia_library_opts.gyp

Issue 223283002: roll skia DEPS to 14052 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll to r14052 Created 6 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 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_library_opts.gyp
diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp
index f71907581411d3f59e6caa7fc154349051e25a21..c2ffc30aedc591a3137ee941350496a16ea05e38 100644
--- a/skia/skia_library_opts.gyp
+++ b/skia/skia_library_opts.gyp
@@ -143,15 +143,21 @@
],
}],
[ 'target_arch == "arm64"',{
- # TODO(rmcilroy): Update this once http://crrev.com/143423004/ lands.
+
'sources': [
- '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
- '../third_party/skia/src/opts/SkBlitMask_opts_none.cpp',
+ '../third_party/skia/src/opts/SkBitmapProcState_arm_neon.cpp',
+ '../third_party/skia/src/opts/SkBitmapProcState_matrixProcs_neon.cpp',
+ '../third_party/skia/src/opts/SkBitmapProcState_opts_arm.cpp',
+ '../third_party/skia/src/opts/SkBlitMask_opts_arm.cpp',
+ '../third_party/skia/src/opts/SkBlitMask_opts_arm_neon.cpp',
'../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
+ '../third_party/skia/src/opts/SkBlurImage_opts_arm.cpp',
+ '../third_party/skia/src/opts/SkBlurImage_opts_neon.cpp',
+ '../third_party/skia/src/opts/SkMorphology_opts_arm.cpp',
+ '../third_party/skia/src/opts/SkMorphology_opts_neon.cpp',
'../third_party/skia/src/opts/SkUtils_opts_none.cpp',
- '../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
- '../third_party/skia/src/opts/SkMorphology_opts_none.cpp',
- '../third_party/skia/src/opts/SkBlurImage_opts_none.cpp',
+ '../third_party/skia/src/opts/SkXfermode_opts_arm.cpp',
+ '../third_party/skia/src/opts/SkXfermode_opts_arm_neon.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