From 5e78e7512213fb1ebd775d899cf9579473c94573 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Thu, 20 Oct 2016 15:54:11 -0700 Subject: [PATCH] Add hsw_sources from Skia opts to fix missing symbol issue. (#3159) --- skia/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skia/BUILD.gn b/skia/BUILD.gn index 56ef01d17..45013ab25 100644 --- a/skia/BUILD.gn +++ b/skia/BUILD.gn @@ -524,6 +524,8 @@ source_set("skia_opts") { assert(false, "Need to port cpu specific stuff from skia_library_opts.gyp") } + sources += gypi_skia_opts.hsw_sources + if (is_android && !is_debug) { configs -= [ "//build/config/compiler:optimize" ] configs += [ "//build/config/compiler:optimize_max" ] -- GitLab