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

Unified Diff: src/nonsfi/loader/loader.gyp

Issue 771593002: Add rule to build nacl_helper_nonsfi for ARM (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 6 years 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
« build/untrusted.gypi ('K') | « build/untrusted.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/nonsfi/loader/loader.gyp
diff --git a/src/nonsfi/loader/loader.gyp b/src/nonsfi/loader/loader.gyp
index a0b9d729f625a5a2acc02d24c3d1604f22575412..a4ed2c7d8c561dc06a4dd3d2874dac9668933b36 100644
--- a/src/nonsfi/loader/loader.gyp
+++ b/src/nonsfi/loader/loader.gyp
@@ -44,6 +44,12 @@
'>(tc_lib_dir_nonsfi_helper32)/libplatform.a',
],
}],
+ ['target_arch=="arm"', {
+ 'extra_deps_newlib_arm_nonsfi': [
+ '>(tc_lib_dir_nonsfi_helper_arm)/libgio.a',
+ '>(tc_lib_dir_nonsfi_helper_arm)/libplatform.a',
+ ],
+ }],
],
},
'sources': [
« build/untrusted.gypi ('K') | « build/untrusted.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698