OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../../../../ppapi/ppapi_nacl_test_common.gypi', | 7 '../../../../ppapi/ppapi_nacl_test_common.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
643 'pnacl_debug_url/pnacl_has_debug.nmf', | 643 'pnacl_debug_url/pnacl_has_debug.nmf', |
644 'pnacl_debug_url/pnacl_has_debug_flag_off.nmf', | 644 'pnacl_debug_url/pnacl_has_debug_flag_off.nmf', |
645 'pnacl_debug_url/pnacl_no_debug.nmf', | 645 'pnacl_debug_url/pnacl_no_debug.nmf', |
646 ], | 646 ], |
647 }, | 647 }, |
648 }, | 648 }, |
649 { | 649 { |
650 'target_name': 'pnacl_error_handling_test', | 650 'target_name': 'pnacl_error_handling_test', |
651 'type': 'none', | 651 'type': 'none', |
652 'variables': { | 652 'variables': { |
| 653 'nexe_target': 'pnacl_errors', |
| 654 'extra_args': ['--nonstable-pnacl'], |
653 'build_pnacl_newlib': 1, | 655 'build_pnacl_newlib': 1, |
654 'nexe_destination_dir': 'nacl_test_data', | 656 'nexe_destination_dir': 'nacl_test_data', |
655 # Use prebuilt NMF files. | 657 'sources': [ |
| 658 'simple.cc', |
| 659 ], |
656 'generate_nmf': 0, | 660 'generate_nmf': 0, |
657 'test_files': [ | 661 'test_files': [ |
658 'pnacl_error_handling/pnacl_error_handling.html', | 662 'pnacl_error_handling/pnacl_error_handling.html', |
659 'pnacl_error_handling/bad.pexe', | 663 'pnacl_error_handling/bad.pexe', |
660 'pnacl_error_handling/pnacl_bad_pexe.nmf', | 664 'pnacl_error_handling/pnacl_bad_pexe.nmf', |
| 665 'pnacl_error_handling/pnacl_bad_pexe_O0.nmf', |
661 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', | 666 'pnacl_error_handling/pnacl_bad_doesnotexist.nmf', |
662 'pnacl_error_handling/pnacl_illformed_manifest.nmf', | 667 'pnacl_error_handling/pnacl_illformed_manifest.nmf', |
| 668 'pnacl_error_handling/pnacl_nonfinal_pexe_O0.nmf', |
663 ], | 669 ], |
664 }, | 670 }, |
665 }, | 671 }, |
666 { | 672 { |
667 'target_name': 'pnacl_mime_type_test', | 673 'target_name': 'pnacl_mime_type_test', |
668 'type': 'none', | 674 'type': 'none', |
669 'variables': { | 675 'variables': { |
670 'build_newlib': 1, | 676 'build_newlib': 1, |
671 'build_glibc': 1, | 677 'build_glibc': 1, |
672 'build_pnacl_newlib': 1, | 678 'build_pnacl_newlib': 1, |
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'files': [ | 1014 'files': [ |
1009 '>@(test_files)', | 1015 '>@(test_files)', |
1010 ], | 1016 ], |
1011 }, | 1017 }, |
1012 ], | 1018 ], |
1013 }, | 1019 }, |
1014 ], | 1020 ], |
1015 }], | 1021 }], |
1016 ], | 1022 ], |
1017 } | 1023 } |
OLD | NEW |