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

Unified Diff: skia/BUILD.gn

Issue 265513005: Skia: opts_check_SSE2.cpp renamed to opts_check_x86.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | skia/skia_library.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698