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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
694 ], | 694 ], |
695 'test_files': [ | 695 'test_files': [ |
696 'pnacl_nmf_options/pnacl_options.html', | 696 'pnacl_nmf_options/pnacl_options.html', |
697 'pnacl_nmf_options/pnacl_o_0.nmf', | 697 'pnacl_nmf_options/pnacl_o_0.nmf', |
698 'pnacl_nmf_options/pnacl_o_2.nmf', | 698 'pnacl_nmf_options/pnacl_o_2.nmf', |
699 'pnacl_nmf_options/pnacl_o_large.nmf', | 699 'pnacl_nmf_options/pnacl_o_large.nmf', |
700 ], | 700 ], |
701 }, | 701 }, |
702 }, | 702 }, |
703 { | 703 { |
| 704 'target_name': 'pnacl_url_loader_test', |
| 705 'type': 'none', |
| 706 'variables': { |
| 707 'nexe_target': 'pnacl_url_loader', |
| 708 'build_pnacl_newlib': 1, |
| 709 'nexe_destination_dir': 'nacl_test_data', |
| 710 'generate_nmf': 1, |
| 711 'link_flags': [ |
| 712 '-lppapi', |
| 713 ], |
| 714 'sources': [ |
| 715 'pnacl_url_loader/pnacl_url_loader.cc', |
| 716 ], |
| 717 'test_files': [ |
| 718 'pnacl_url_loader/pnacl_url_loader.html', |
| 719 ], |
| 720 }, |
| 721 }, |
| 722 { |
704 'target_name': 'pnacl_dyncode_syscall_disabled_test', | 723 'target_name': 'pnacl_dyncode_syscall_disabled_test', |
705 'type': 'none', | 724 'type': 'none', |
706 'variables': { | 725 'variables': { |
707 'nexe_target': 'pnacl_dyncode_syscall_disabled', | 726 'nexe_target': 'pnacl_dyncode_syscall_disabled', |
708 'build_pnacl_newlib': 1, | 727 'build_pnacl_newlib': 1, |
709 'nexe_destination_dir': 'nacl_test_data', | 728 'nexe_destination_dir': 'nacl_test_data', |
710 'link_flags': [ | 729 'link_flags': [ |
711 '-lppapi', | 730 '-lppapi', |
712 '-lppapi_test_lib', | 731 '-lppapi_test_lib', |
713 '-lplatform', | 732 '-lplatform', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1013 'files': [ | 1032 'files': [ |
1014 '>@(test_files)', | 1033 '>@(test_files)', |
1015 ], | 1034 ], |
1016 }, | 1035 }, |
1017 ], | 1036 ], |
1018 }, | 1037 }, |
1019 ], | 1038 ], |
1020 }], | 1039 }], |
1021 ], | 1040 ], |
1022 } | 1041 } |
OLD | NEW |