| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 { | 5 { |
| 6 'none_sources': [ | 6 'none_sources': [ |
| 7 '<(skia_src_path)/opts/SkBitmapProcState_opts_none.cpp', | 7 '<(skia_src_path)/opts/SkBitmapProcState_opts_none.cpp', |
| 8 '<(skia_src_path)/opts/SkBlitMask_opts_none.cpp', | 8 '<(skia_src_path)/opts/SkBlitMask_opts_none.cpp', |
| 9 '<(skia_src_path)/opts/SkBlitRow_opts_none.cpp', | 9 '<(skia_src_path)/opts/SkBlitRow_opts_none.cpp', |
| 10 ], | 10 ], |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 '<(skia_src_path)/opts/SkOpts_sse41.cpp', | 53 '<(skia_src_path)/opts/SkOpts_sse41.cpp', |
| 54 ], | 54 ], |
| 55 # These targets are empty, but XCode doesn't like that, so add an empty
file to each. | 55 # These targets are empty, but XCode doesn't like that, so add an empty
file to each. |
| 56 'sse42_sources': [ | 56 'sse42_sources': [ |
| 57 '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', | 57 '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', |
| 58 ], | 58 ], |
| 59 'avx_sources': [ | 59 'avx_sources': [ |
| 60 '<(skia_src_path)/opts/SkOpts_avx.cpp', | 60 '<(skia_src_path)/opts/SkOpts_avx.cpp', |
| 61 ], | 61 ], |
| 62 'avx2_sources': [ | 62 'avx2_sources': [ |
| 63 '<(skia_src_path)/opts/SkOpts_avx2.cpp', | 63 '<(skia_src_path)/core/SkForceCPlusPlusLinking.cpp', |
| 64 ], | 64 ], |
| 65 } | 65 } |
| OLD | NEW |