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

Unified Diff: tests.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
« src/trusted/validator/ncfileutils.gyp ('K') | « src/untrusted/nacl/nacl.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests.gyp
diff --git a/tests.gyp b/tests.gyp
index aaeee7988f57cacc8f07ccb0cb389765ef231e65..c0ef8f8fcea871257b636e34d8b9bf0e4e98222c 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -57,7 +57,7 @@
},
],
'conditions': [
- ['target_arch!="arm"', {
+ ['target_arch!="arm" and target_arch!="mipsel"', {
'targets': [
# Only build the tests on arm, but don't try to run them
{
« src/trusted/validator/ncfileutils.gyp ('K') | « src/untrusted/nacl/nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698