| 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 }, | 687 }, |
| 688 'dependencies': [ | 688 'dependencies': [ |
| 689 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 689 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 690 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 690 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
| 691 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 691 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
| 692 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 692 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
| 693 'ppapi_test_lib', | 693 'ppapi_test_lib', |
| 694 ], | 694 ], |
| 695 }, | 695 }, |
| 696 { | 696 { |
| 697 'target_name': 'pnacl_debug_url_test', |
| 698 'type': 'none', |
| 699 'variables': { |
| 700 'nexe_target': 'pnacl_debug_url', |
| 701 'build_pnacl_newlib': 1, |
| 702 'nexe_destination_dir': 'nacl_test_data', |
| 703 # No need to translate these AOT, when we just need the pexe. |
| 704 'enable_x86_32': 0, |
| 705 'enable_x86_64': 0, |
| 706 'enable_arm': 0, |
| 707 'generate_nmf': 0, |
| 708 'sources': [ |
| 709 'simple.cc', |
| 710 ], |
| 711 'test_files': [ |
| 712 'pnacl_debug_url/pnacl_debug_url.html', |
| 713 'pnacl_debug_url/pnacl_has_debug.nmf', |
| 714 'pnacl_debug_url/pnacl_no_debug.nmf', |
| 715 ], |
| 716 }, |
| 717 'dependencies': [ |
| 718 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 719 ] |
| 720 }, |
| 721 { |
| 697 'target_name': 'pnacl_error_handling_test', | 722 'target_name': 'pnacl_error_handling_test', |
| 698 'type': 'none', | 723 'type': 'none', |
| 699 'variables': { | 724 'variables': { |
| 700 'build_pnacl_newlib': 1, | 725 'build_pnacl_newlib': 1, |
| 701 'nexe_destination_dir': 'nacl_test_data', | 726 'nexe_destination_dir': 'nacl_test_data', |
| 702 # No need to translate AOT. | 727 # No need to translate AOT. |
| 703 'enable_x86_32': 0, | 728 'enable_x86_32': 0, |
| 704 'enable_x86_64': 0, | 729 'enable_x86_64': 0, |
| 705 'enable_arm': 0, | 730 'enable_arm': 0, |
| 706 # Use prebuilt NMF files. | 731 # Use prebuilt NMF files. |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'target_name': 'pnacl_options_test', | 763 'target_name': 'pnacl_options_test', |
| 739 'type': 'none', | 764 'type': 'none', |
| 740 'variables': { | 765 'variables': { |
| 741 'nexe_target': 'pnacl_options', | 766 'nexe_target': 'pnacl_options', |
| 742 'build_pnacl_newlib': 1, | 767 'build_pnacl_newlib': 1, |
| 743 'nexe_destination_dir': 'nacl_test_data', | 768 'nexe_destination_dir': 'nacl_test_data', |
| 744 # No need to translate these AOT, when we just need the pexe. | 769 # No need to translate these AOT, when we just need the pexe. |
| 745 'enable_x86_32': 0, | 770 'enable_x86_32': 0, |
| 746 'enable_x86_64': 0, | 771 'enable_x86_64': 0, |
| 747 'enable_arm': 0, | 772 'enable_arm': 0, |
| 773 'generate_nmf': 0, |
| 748 'sources': [ | 774 'sources': [ |
| 749 'simple.cc', | 775 'simple.cc', |
| 750 ], | 776 ], |
| 751 'test_files': [ | 777 'test_files': [ |
| 752 'pnacl_nmf_options/pnacl_options.html', | 778 'pnacl_nmf_options/pnacl_options.html', |
| 753 'pnacl_nmf_options/pnacl_o_0.nmf', | 779 'pnacl_nmf_options/pnacl_o_0.nmf', |
| 754 'pnacl_nmf_options/pnacl_o_2.nmf', | 780 'pnacl_nmf_options/pnacl_o_2.nmf', |
| 755 'pnacl_nmf_options/pnacl_o_large.nmf', | 781 'pnacl_nmf_options/pnacl_o_large.nmf', |
| 756 ], | 782 ], |
| 757 }, | 783 }, |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 ], | 981 ], |
| 956 }, | 982 }, |
| 957 'dependencies': [ | 983 'dependencies': [ |
| 958 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 984 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
| 959 ], | 985 ], |
| 960 }, | 986 }, |
| 961 ], | 987 ], |
| 962 }], | 988 }], |
| 963 ], | 989 ], |
| 964 } | 990 } |
| OLD | NEW |