| Index: skia/skia_library_opts.gyp
|
| diff --git a/skia/skia_library_opts.gyp b/skia/skia_library_opts.gyp
|
| index 3e2a4f8c843a6941014a62d2c5f28b48c3a2baae..a2d833166777dc263bfeca1794a9bbd2861cf6ee 100644
|
| --- a/skia/skia_library_opts.gyp
|
| +++ b/skia/skia_library_opts.gyp
|
| @@ -38,12 +38,14 @@
|
| ],
|
| 'conditions': [
|
| [ 'os_posix == 1 and OS != "mac" and OS != "android" and \
|
| - target_arch != "arm" and target_arch != "mipsel"', {
|
| + target_arch != "arm" and target_arch != "arm64" and \
|
| + target_arch != "mipsel"', {
|
| 'cflags': [
|
| '-msse2',
|
| ],
|
| }],
|
| - [ 'target_arch != "arm" and target_arch != "mipsel"', {
|
| + [ 'target_arch != "arm" and target_arch != "mipsel" and \
|
| + target_arch != "arm64"', {
|
| 'sources': [
|
| '../third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp',
|
| '../third_party/skia/src/opts/SkBlitRect_opts_SSE2.cpp',
|
|
|