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 12 matching lines...) Expand all Loading... |
23 # Files that aren't assosiated with any particular executable. | 23 # Files that aren't assosiated with any particular executable. |
24 'bad/ppapi_bad.html', | 24 'bad/ppapi_bad.html', |
25 'bad/ppapi_bad.js', | 25 'bad/ppapi_bad.js', |
26 'bad/ppapi_bad_native.html', | 26 'bad/ppapi_bad_native.html', |
27 'bad/ppapi_bad_doesnotexist.nmf', | 27 'bad/ppapi_bad_doesnotexist.nmf', |
28 'bad/ppapi_bad_magic.nmf', | 28 'bad/ppapi_bad_magic.nmf', |
29 'bad/ppapi_bad_manifest_uses_nexes.nmf', | 29 'bad/ppapi_bad_manifest_uses_nexes.nmf', |
30 'bad/ppapi_bad_manifest_bad_files.nmf', | 30 'bad/ppapi_bad_manifest_bad_files.nmf', |
31 'bad/ppapi_bad_manifest_nexe_arch.nmf', | 31 'bad/ppapi_bad_manifest_nexe_arch.nmf', |
32 'crash/ppapi_crash.html', | 32 'crash/ppapi_crash.html', |
| 33 'load_util.js', |
33 'manifest_file/test_file.txt', | 34 'manifest_file/test_file.txt', |
34 ], | 35 ], |
35 }, | 36 }, |
36 }, | 37 }, |
37 { | 38 { |
38 'target_name': 'simple_test', | 39 'target_name': 'simple_test', |
39 'type': 'none', | 40 'type': 'none', |
40 'variables': { | 41 'variables': { |
41 'nexe_target': 'simple', | 42 'nexe_target': 'simple', |
42 'build_newlib': 1, | 43 'build_newlib': 1, |
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 }, | 688 }, |
688 'dependencies': [ | 689 'dependencies': [ |
689 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 690 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
690 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 691 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
691 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 692 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
692 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 693 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
693 'ppapi_test_lib', | 694 'ppapi_test_lib', |
694 ], | 695 ], |
695 }, | 696 }, |
696 { | 697 { |
| 698 'target_name': 'pnacl_debug_url_test', |
| 699 'type': 'none', |
| 700 'variables': { |
| 701 'nexe_target': 'pnacl_debug_url', |
| 702 'build_pnacl_newlib': 1, |
| 703 'nexe_destination_dir': 'nacl_test_data', |
| 704 # No need to translate these AOT, when we just need the pexe. |
| 705 'enable_x86_32': 0, |
| 706 'enable_x86_64': 0, |
| 707 'enable_arm': 0, |
| 708 'generate_nmf': 0, |
| 709 'sources': [ |
| 710 'simple.cc', |
| 711 ], |
| 712 'test_files': [ |
| 713 'pnacl_debug_url/pnacl_debug_url.html', |
| 714 'pnacl_debug_url/pnacl_has_debug.nmf', |
| 715 'pnacl_debug_url/pnacl_has_debug_flag_off.nmf', |
| 716 'pnacl_debug_url/pnacl_no_debug.nmf', |
| 717 ], |
| 718 }, |
| 719 'dependencies': [ |
| 720 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 721 ] |
| 722 }, |
| 723 { |
697 'target_name': 'pnacl_error_handling_test', | 724 'target_name': 'pnacl_error_handling_test', |
698 'type': 'none', | 725 'type': 'none', |
699 'variables': { | 726 'variables': { |
700 'build_pnacl_newlib': 1, | 727 'build_pnacl_newlib': 1, |
701 'nexe_destination_dir': 'nacl_test_data', | 728 'nexe_destination_dir': 'nacl_test_data', |
702 # No need to translate AOT. | 729 # No need to translate AOT. |
703 'enable_x86_32': 0, | 730 'enable_x86_32': 0, |
704 'enable_x86_64': 0, | 731 'enable_x86_64': 0, |
705 'enable_arm': 0, | 732 'enable_arm': 0, |
706 # Use prebuilt NMF files. | 733 # Use prebuilt NMF files. |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 'target_name': 'pnacl_options_test', | 765 'target_name': 'pnacl_options_test', |
739 'type': 'none', | 766 'type': 'none', |
740 'variables': { | 767 'variables': { |
741 'nexe_target': 'pnacl_options', | 768 'nexe_target': 'pnacl_options', |
742 'build_pnacl_newlib': 1, | 769 'build_pnacl_newlib': 1, |
743 'nexe_destination_dir': 'nacl_test_data', | 770 'nexe_destination_dir': 'nacl_test_data', |
744 # No need to translate these AOT, when we just need the pexe. | 771 # No need to translate these AOT, when we just need the pexe. |
745 'enable_x86_32': 0, | 772 'enable_x86_32': 0, |
746 'enable_x86_64': 0, | 773 'enable_x86_64': 0, |
747 'enable_arm': 0, | 774 'enable_arm': 0, |
| 775 'generate_nmf': 0, |
748 'sources': [ | 776 'sources': [ |
749 'simple.cc', | 777 'simple.cc', |
750 ], | 778 ], |
751 'test_files': [ | 779 'test_files': [ |
752 'pnacl_nmf_options/pnacl_options.html', | 780 'pnacl_nmf_options/pnacl_options.html', |
753 'pnacl_nmf_options/pnacl_o_0.nmf', | 781 'pnacl_nmf_options/pnacl_o_0.nmf', |
754 'pnacl_nmf_options/pnacl_o_2.nmf', | 782 'pnacl_nmf_options/pnacl_o_2.nmf', |
755 'pnacl_nmf_options/pnacl_o_large.nmf', | 783 'pnacl_nmf_options/pnacl_o_large.nmf', |
756 ], | 784 ], |
757 }, | 785 }, |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
955 ], | 983 ], |
956 }, | 984 }, |
957 'dependencies': [ | 985 'dependencies': [ |
958 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 986 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
959 ], | 987 ], |
960 }, | 988 }, |
961 ], | 989 ], |
962 }], | 990 }], |
963 ], | 991 ], |
964 } | 992 } |
OLD | NEW |