aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/skia_lib.gyp
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2015-01-26 18:55:58 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-01-26 18:55:58 -0800
commitf7069d58fc7b323437e8a65a82d5d839e92c9ffe (patch)
tree18494a8a570a00ff17dc913dc7a3f54d32384913 /gyp/skia_lib.gyp
parent0933725e492cfdb7cdb1b5cbbc6f89ca50b27ea0 (diff)
Split src/opts source lists out of opts.gyp.
This should make it easier to keep our opts.gyp in sync with Chrome's GYP and GN. BUG=skia: Landing this without review as a mega-tryjob. TBR=reed@google.com Committed: https://skia.googlesource.com/skia/+/c98fe3aa4f8c97c462c0eb6d9106fc37e48d7f82 Review URL: https://codereview.chromium.org/870353003
Diffstat (limited to 'gyp/skia_lib.gyp')
-rw-r--r--gyp/skia_lib.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/skia_lib.gyp b/gyp/skia_lib.gyp
index 6bf6bc0332..9f6187152d 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', {