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

Unified Diff: src/trusted/validator/x86/validate_x86.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/validate_x86.gyp
diff --git a/src/trusted/validator/x86/validate_x86.gyp b/src/trusted/validator/x86/validate_x86.gyp
index d3e4f47bcb2183ab655aaba16aea187c20fa5109..c933118c8dc4aa159448ae113e586df29354b1e3 100644
--- a/src/trusted/validator/x86/validate_x86.gyp
+++ b/src/trusted/validator/x86/validate_x86.gyp
@@ -138,5 +138,8 @@
[ 'target_arch=="arm"', {
'targets': []
}],
+ [ 'target_arch=="mipsel"', {
+ 'targets': []
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698