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

Unified Diff: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi

Issue 508433003: vpx: Simplify intrinsic gypi files. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: msvstoo Created 6 years, 4 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 | « generate_gypi.sh ('k') | libvpx_srcs_x86_64_intrinsics.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
diff --git a/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi b/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
index 6d72a65e53186adb36b94780cee5ca8556495196..a28c97c3b5049d2ce766533003d9b34f3a013d52 100644
--- a/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
+++ b/libvpx_srcs_arm_neon_cpu_detect_intrinsics.gypi
@@ -38,17 +38,9 @@
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_subtract_neon.c',
'<(libvpx_source)/vp9/encoder/arm/neon/vp9_variance_neon.c',
],
- 'conditions': [
- ['os_posix==1 and OS!="mac" and OS!="ios"', {
- 'cflags!': [ '-mfpu=vfpv3-d16' ],
- 'cflags': [ '-mfpu=neon', ],
- }],
- ['OS=="mac" or OS=="ios"', {
- 'xcode_settings': {
- 'OTHER_CFLAGS': [ '-mfpu=neon', ],
- },
- }],
- ],
+ 'cflags!': [ '-mfpu=vfpv3-d16' ],
+ 'cflags': [ '-mfpu=neon', ],
+ 'xcode_settings': { 'OTHER_CFLAGS': [ '-mfpu=neon' ] },
},
],
}
« no previous file with comments | « generate_gypi.sh ('k') | libvpx_srcs_x86_64_intrinsics.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698