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

Unified Diff: skia/skia_library_opts.gyp

Issue 53753002: Roll Skia DEPS to r12041 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed neon opts path Created 7 years, 2 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 2008e2c0e40f2b6bdf9470bbafd482555d1d032e..6c682b4d2c069a461dfdf5682d12924ab53f8093 100644
--- a/skia/skia_library_opts.gyp
+++ b/skia/skia_library_opts.gyp
@@ -50,6 +50,7 @@
'../third_party/skia/src/opts/SkUtils_opts_SSE2.cpp',
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
'../third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp',
+ '../third_party/skia/src/opts/SkMorphology_opts_SSE2.cpp',
],
'dependencies': [
'skia_opts_ssse3',
@@ -107,6 +108,7 @@
'../third_party/skia/src/opts/SkBlitRow_opts_none.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',
],
}],
[ 'target_arch == "arm" and arm_version >= 6', {
@@ -116,6 +118,7 @@
'../third_party/skia/src/opts/SkBlitRow_opts_arm.h',
'../third_party/skia/src/opts/opts_check_arm.cpp',
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
+ '../third_party/skia/src/opts/SkMorphology_opts_none.cpp',
],
}],
[ 'target_arch == "mipsel"',{
@@ -128,6 +131,7 @@
'../third_party/skia/src/opts/SkBlitRow_opts_none.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',
],
}],
],
@@ -190,6 +194,7 @@
'../third_party/skia/src/opts/SkBlitRow_opts_none.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',
],
},
],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698