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

Unified Diff: skia/skia_library.gypi

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 | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 66ed8f2c0a02b24d5763757cea71442746c7b55f..d3b200462070d2d7ce5ea7a2fd875f3a35cc5264 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -32,7 +32,7 @@
'../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
'../third_party/skia/src/images/SkScaledBitmapSampler.h',
- '../third_party/skia/src/opts/opts_check_SSE2.cpp',
+ '../third_party/skia/src/opts/opts_check_x86.cpp',
'../third_party/skia/src/ports/SkFontConfigInterface_android.cpp',
'../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
@@ -185,7 +185,7 @@
[ 'target_arch == "arm" or target_arch == "arm64" or \
target_arch == "mipsel"', {
'sources!': [
- '../third_party/skia/src/opts/opts_check_SSE2.cpp'
+ '../third_party/skia/src/opts/opts_check_x86.cpp'
],
}],
[ 'desktop_linux == 1 or chromeos == 1', {
@@ -247,7 +247,7 @@
'../third_party/skia/src/utils/mac/SkStream_mac.cpp',
],
'sources/': [
- ['exclude', 'opts_check_SSE2\\.cpp$'],
+ ['exclude', 'opts_check_x86\\.cpp$'],
],
# The main skia_opts target does not currently work on iOS because the
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698