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

Unified Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 1806403002: [MIPS] Fix build issue with browser tests when using mipsel-nacl-clang (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/nacl_test_data.gyp
diff --git a/chrome/test/data/nacl/nacl_test_data.gyp b/chrome/test/data/nacl/nacl_test_data.gyp
index 47da2510efe1de7ec6e9f153c6cf726e6d74a7e5..7bbcb9493f349ba3d5e63062bdf4e9c895433d81 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -896,18 +896,6 @@
'sources': [
'<(DEPTH)/native_client/tests/stubout_mode/partly_invalid.c',
],
- 'conditions': [
- ['target_arch=="mipsel"', {
- 'compile_flags': [
- '--pnacl-mips-bias',
- '-arch', 'mips32',
- '--pnacl-allow-translate',
- ],
- 'link_flags': [
- '--pnacl-allow-native',
- ],
- }],
- ],
},
},
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698