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

Unified Diff: gyp/opts.gyp

Issue 1952953004: Remove NEON runtime detection support. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: (x) Created 4 years, 7 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 | « gyp/libjpeg-turbo.gyp ('k') | gyp/opts.gypi » ('j') | src/core/SkUtilsArm.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/opts.gyp
diff --git a/gyp/opts.gyp b/gyp/opts.gyp
index ae4b294fdbfa8954a5c1196396d68944155b9972..ad8da337698fe8e578f4da29db2cb183d99a9e13 100644
--- a/gyp/opts.gyp
+++ b/gyp/opts.gyp
@@ -61,10 +61,9 @@
# ARM), the compiler doesn't like that.
'cflags!': [ '-fno-omit-frame-pointer', '-mapcs-frame', '-mapcs' ],
'cflags': [ '-fomit-frame-pointer' ],
- 'variables': { 'arm_neon_optional%': '<(arm_neon_optional>' },
'sources': [ '<@(armv7_sources)' ],
'conditions': [
- [ 'arm_neon == 1 or arm_neon_optional == 1', {
+ [ 'arm_neon == 1', {
'dependencies': [ 'opts_neon' ]
}],
],
« no previous file with comments | « gyp/libjpeg-turbo.gyp ('k') | gyp/opts.gypi » ('j') | src/core/SkUtilsArm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698