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

Unified Diff: src/trusted/validator_x86/ncval.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: Created 7 years, 3 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
Index: src/trusted/validator_x86/ncval.gyp
diff --git a/src/trusted/validator_x86/ncval.gyp b/src/trusted/validator_x86/ncval.gyp
index e3d838b354daecb990b9d25ed9222be9e7a60e84..5cf3b8fb97911bdb53f35bf295106ac9a7c6a002 100644
--- a/src/trusted/validator_x86/ncval.gyp
+++ b/src/trusted/validator_x86/ncval.gyp
@@ -149,5 +149,8 @@
[ 'target_arch=="arm"', {
'targets': []
}],
+ [ 'target_arch=="mipsel"', {
+ 'targets': []
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698