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

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

Issue 1157213005: Add a Subzero variant of Chrome PNaCl error handling test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make more explicit Created 5 years, 6 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 | chrome/test/data/nacl/pnacl_error_handling/pnacl_bad_pexe_O0.nmf » ('j') | 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 78d3aa6111b358f393f013b8be92713051e1e8f9..7cdeee823ff22cf1f23f95d4f4b325158ec37505 100644
--- a/chrome/test/data/nacl/nacl_test_data.gyp
+++ b/chrome/test/data/nacl/nacl_test_data.gyp
@@ -650,16 +650,22 @@
'target_name': 'pnacl_error_handling_test',
'type': 'none',
'variables': {
+ 'nexe_target': 'pnacl_errors',
+ 'extra_args': ['--nonstable-pnacl'],
'build_pnacl_newlib': 1,
'nexe_destination_dir': 'nacl_test_data',
- # Use prebuilt NMF files.
+ 'sources': [
+ 'simple.cc',
+ ],
'generate_nmf': 0,
'test_files': [
'pnacl_error_handling/pnacl_error_handling.html',
'pnacl_error_handling/bad.pexe',
'pnacl_error_handling/pnacl_bad_pexe.nmf',
+ 'pnacl_error_handling/pnacl_bad_pexe_O0.nmf',
'pnacl_error_handling/pnacl_bad_doesnotexist.nmf',
'pnacl_error_handling/pnacl_illformed_manifest.nmf',
+ 'pnacl_error_handling/pnacl_nonfinal_pexe_O0.nmf',
],
},
},
« no previous file with comments | « no previous file | chrome/test/data/nacl/pnacl_error_handling/pnacl_bad_pexe_O0.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698