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

Unified Diff: gyp/skia_lib.gyp

Issue 870353003: Split src/opts source lists out of opts.gyp. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix n9 Created 5 years, 11 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 | « gyp/opts.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/skia_lib.gyp
diff --git a/gyp/skia_lib.gyp b/gyp/skia_lib.gyp
index 6bf6bc0332ebc0676ca90a420c1a01a36d630724..9f6187152dfb6002fdd9acd79f9527d6ff6d7e5e 100644
--- a/gyp/skia_lib.gyp
+++ b/gyp/skia_lib.gyp
@@ -15,7 +15,7 @@
[ 'skia_arch_type == "x86" and skia_os != "android"', {
'component_libs': [
'opts.gyp:opts_ssse3',
- 'opts.gyp:opts_sse4',
+ 'opts.gyp:opts_sse41',
],
}],
[ 'arm_neon == 1', {
« no previous file with comments | « gyp/opts.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698