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

Unified Diff: src/trusted/validator/ncfileutils.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/ncfileutils.gyp
diff --git a/src/trusted/validator/ncfileutils.gyp b/src/trusted/validator/ncfileutils.gyp
index ae35f061b11d940912519e71f97f0e08258cb6fa..467cfca35cf653813e203e35a4b7774c3a2d9834 100644
--- a/src/trusted/validator/ncfileutils.gyp
+++ b/src/trusted/validator/ncfileutils.gyp
@@ -67,5 +67,8 @@
['target_arch=="arm"', {
'targets': [],
}],
+ ['target_arch=="mipsel"', {
+ 'targets': [],
Mark Seaborn 2013/09/20 23:11:17 This is presumably just a no-op? Can you omit it,
petarj 2013/09/23 17:49:24 Done.
+ }],
],
}

Powered by Google App Engine
This is Rietveld 408576698