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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« 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