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

Unified Diff: skia/BUILD.gn

Issue 378523003: Roll Skia from 82cb86f6133 to 5f7f9d04dc3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll Created 6 years, 5 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 | « DEPS ('k') | skia/skia_library_opts.gyp » ('j') | 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 72b8739b4b3531e4e60a9766a747c35671219e27..55266f471ec995c31e666030939171bc4c55861b 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -541,6 +541,9 @@ source_set("skia_opts") {
# SSSE 3
"//third_party/skia/src/opts/SkBitmapProcState_opts_SSSE3.cpp",
+ # SSE 4
+ "//third_party/skia/src/opts/SkBlurImage_opts_SSE4.cpp",
+
# Chrome-specific.
"ext/convolver_SSE2.cc",
« no previous file with comments | « DEPS ('k') | skia/skia_library_opts.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698