| Index: skia/BUILD.gn
|
| diff --git a/skia/BUILD.gn b/skia/BUILD.gn
|
| index 712a122db9cd59a23984d41b52ae1c705797e0f8..71c59a2708fc17d7c42c7ca68cdcaec753f9c19d 100644
|
| --- a/skia/BUILD.gn
|
| +++ b/skia/BUILD.gn
|
| @@ -356,7 +356,7 @@ source_set("skia_opts") {
|
| if (cpu_arch == "x86" || cpu_arch == "x64") {
|
| sources = [
|
| # SSE 2
|
| - "//third_party/skia/src/opts/opts_check_SSE2.cpp",
|
| + "//third_party/skia/src/opts/opts_check_x86.cpp",
|
| "//third_party/skia/src/opts/SkBitmapFilter_opts_SSE2.cpp",
|
| "//third_party/skia/src/opts/SkBitmapProcState_opts_SSE2.cpp",
|
| "//third_party/skia/src/opts/SkBlitRect_opts_SSE2.cpp",
|
|
|