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 1513373005: Skia version roll to a1bb8e02fe7956b2f85a0afadbca5f607a804403 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Include avx sources only -- sse42 does not need to be included Created 5 years 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 | « DEPS ('k') | no next file » | 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 46485b3fbebb0f32f351bd9e7cc103e8f3e40b91..ebc3f0952f0f8dcba808086691e64b7ebecbe532 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -470,7 +470,7 @@ source_set("skia_opts") {
if (current_cpu == "x86" || current_cpu == "x64") {
sources = gypi_skia_opts.sse2_sources + gypi_skia_opts.ssse3_sources +
- gypi_skia_opts.sse41_sources
+ gypi_skia_opts.sse41_sources + gypi_skia_opts.avx_sources
if (is_linux || is_mac) {
cflags += [ "-msse4.1" ]
}
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698