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

Unified Diff: skia/skia_common.gypi

Issue 1135693008: Ignore arm_neon_optional if arm_neon==1 in skia. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 5 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 | « skia/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_common.gypi
diff --git a/skia/skia_common.gypi b/skia/skia_common.gypi
index c0c0f7303aec24143d63088e899e9a4368841130..4da47f6a762287b17329a85cce7cf0b6d0f6ec35 100644
--- a/skia/skia_common.gypi
+++ b/skia/skia_common.gypi
@@ -99,7 +99,7 @@
'SK_ARM_HAS_NEON',
],
}],
- [ 'target_arch == "arm" and arm_version >= 7 and arm_neon_optional == 1', {
+ [ 'target_arch == "arm" and arm_version >= 7 and arm_neon == 0 and arm_neon_optional == 1', {
'defines': [
'SK_ARM_HAS_OPTIONAL_NEON',
],
« no previous file with comments | « skia/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698