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

Unified Diff: libjpeg.gyp

Issue 210933002: Add target_arch=arm64 support. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libjpeg_turbo.git@master
Patch Set: Created 6 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libjpeg.gyp
diff --git a/libjpeg.gyp b/libjpeg.gyp
index 8f4d193bcff1da421768feed5077c9d58de19317..fed9a9726a7c60db43bbc701bb3b81b29ca5bcd0 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -180,6 +180,11 @@
}]
],
}],
+ [ 'target_arch=="arm64"', {
+ 'sources': [
+ 'jsimd_none.c',
+ ],
+ }],
[ 'target_arch=="mipsel"', {
'sources': [
'jsimd_none.c',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698