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

Unified Diff: src/trusted/platform_qualify/platform_qualify.gyp

Issue 24227003: [MIPS] Add support to gyp files to build Native Client inside of Chromium (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Upload again. Created 7 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 | « src/trusted/cpu_features/cpu_features.gyp ('k') | src/trusted/service_runtime/linux/nacl_bootstrap.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/platform_qualify/platform_qualify.gyp
diff --git a/src/trusted/platform_qualify/platform_qualify.gyp b/src/trusted/platform_qualify/platform_qualify.gyp
index 361ece6e33694119711d5f02f9a48d1f5315b987..1d876aa60c989bd90c65701223c8987575486e35 100644
--- a/src/trusted/platform_qualify/platform_qualify.gyp
+++ b/src/trusted/platform_qualify/platform_qualify.gyp
@@ -68,6 +68,12 @@
'arch/arm/nacl_qualify_unaligned.c',
],
}],
+ # mips specifics
+ ['target_arch=="mipsel"', {
+ 'sources': [
+ 'arch/mips/nacl_qualify_fpu.c',
+ ],
+ }],
],
}],
],
« no previous file with comments | « src/trusted/cpu_features/cpu_features.gyp ('k') | src/trusted/service_runtime/linux/nacl_bootstrap.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698