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

Unified Diff: Source/wtf/wtf.gyp

Issue 604373003: [WIP] Supporting arm_neon_optional flag for blink platform. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/wtf/Compiler.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/wtf.gyp
diff --git a/Source/wtf/wtf.gyp b/Source/wtf/wtf.gyp
index c6bd38016c2a5fd8ae199b9c3139c5af667556a6..99a2a21ff0bd2ad912fd2f40816a773a5da90eaf 100644
--- a/Source/wtf/wtf.gyp
+++ b/Source/wtf/wtf.gyp
@@ -152,6 +152,11 @@
['exclude', 'TC.*\\.(cpp|h)$'],
],
}],
+ ['target_arch=="arm" and OS == "android"', {
+ 'includes': [
+ '../../../../build/android/cpufeatures.gypi',
+ ],
+ }],
],
},
]
« no previous file with comments | « Source/wtf/Compiler.h ('k') | Source/wtf/wtf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698