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

Unified Diff: third_party/libffi/libffi.gyp

Issue 1409853009: third_party: Add support for building libffi for ARM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@exosphere
Patch Set: Created 5 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 | « third_party/libffi/include/arm-unknown-linux-gnu/include/ffitarget.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libffi/libffi.gyp
diff --git a/third_party/libffi/libffi.gyp b/third_party/libffi/libffi.gyp
index 93dc4e68a76c0ffffa9435ba494e50caa392fb7f..06d1ce9ebb882bc87ebfef989ffc284e12837de9 100644
--- a/third_party/libffi/libffi.gyp
+++ b/third_party/libffi/libffi.gyp
@@ -35,6 +35,21 @@
],
},
}],
+ ['target_arch=="arm"', {
+ 'sources': [
+ 'src/src/arm/ffi.c',
+ 'src/src/arm/sysv.S',
+ ],
+ 'include_dirs': [
+ 'include/arm-unknown-linux-gnu',
+ 'include/arm-unknown-linux-gnu/include',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'include/arm-unknown-linux-gnu/include',
+ ],
+ },
+ }],
],
},
],
« no previous file with comments | « third_party/libffi/include/arm-unknown-linux-gnu/include/ffitarget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698