summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 54de648..e52f8d2 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -562,6 +562,12 @@
'sources/': [
['exclude', '_mac\\.(cc|cpp|mm?)$'],
['exclude', '/mac/'] ],
+ 'sources!': [
+ '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
+ ],
+ 'sources': [
+ '../third_party/skia/src/opts/SkBlitRow_opts_SSE2.cpp',
+ ],
}],
[ 'OS != "linux"', {
'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ],