| 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',
|
| ],
|
| },
|
| },
|
|
|