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

Unified Diff: skia/skia.gyp

Issue 15742005: (Patch by Teodora Novkovic <teodora.petrovic@gmail.com>, originally reviewed at https://codereview… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« skia/ext/convolver_mips_dspr2.cc ('K') | « skia/ext/convolver_mips_dspr2.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 6806600f142f59510a22b5e4d7555a538187f396..8ef993f7a585c65a447db522ea75b8d8adce8f88 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -744,6 +744,7 @@
'../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
'../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
'../third_party/skia/src/opts/SkUtils_opts_none.cpp',
+ 'ext/convolver_mips_dspr2.cc',
],
}],
],
@@ -787,7 +788,7 @@
],
},
}],
- [ 'target_arch != "arm"', {
+ [ 'target_arch != "arm" and target_arch !="mipsel"', {
Justin Novosad 2013/05/23 15:32:03 Missing space
Teodora Novkovic 2013/05/24 16:02:20 Done.
'sources': [
'../third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp',
],
« skia/ext/convolver_mips_dspr2.cc ('K') | « skia/ext/convolver_mips_dspr2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698