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

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: 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/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..b7a8b3e52683d08b4f960c5718aaa7212460b9ea 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -57,9 +57,9 @@
},
],
'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
+ # Only build the tests on arm and mips, but don't try to run them
{
'target_name': 'test_hello_world_nexe',
'type': 'none',
« no previous file with comments | « src/untrusted/nacl/nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698