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

Unified Diff: src/trusted/validator/x86/64/validator_x86_64.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/64/validator_x86_64.gyp
diff --git a/src/trusted/validator/x86/64/validator_x86_64.gyp b/src/trusted/validator/x86/64/validator_x86_64.gyp
index 0d063a4b7a5188c96f9af46518a1825b571b140c..9a84a831eec8b05883823672cd118bb9981882f5 100644
--- a/src/trusted/validator/x86/64/validator_x86_64.gyp
+++ b/src/trusted/validator/x86/64/validator_x86_64.gyp
@@ -86,7 +86,7 @@
},
],
}],
- [ 'target_arch=="arm" or target_arch=="ia32"', {
+ [ 'target_arch!="x64"', {
'targets': []
}],
],

Powered by Google App Engine
This is Rietveld 408576698