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 682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'simple.cc', | 693 'simple.cc', |
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 { | |
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 { | 703 { |
723 'target_name': 'pnacl_dyncode_syscall_disabled_test', | 704 'target_name': 'pnacl_dyncode_syscall_disabled_test', |
724 'type': 'none', | 705 'type': 'none', |
725 'variables': { | 706 'variables': { |
726 'nexe_target': 'pnacl_dyncode_syscall_disabled', | 707 'nexe_target': 'pnacl_dyncode_syscall_disabled', |
727 'build_pnacl_newlib': 1, | 708 'build_pnacl_newlib': 1, |
728 'nexe_destination_dir': 'nacl_test_data', | 709 'nexe_destination_dir': 'nacl_test_data', |
729 'link_flags': [ | 710 'link_flags': [ |
730 '-lppapi', | 711 '-lppapi', |
731 '-lppapi_test_lib', | 712 '-lppapi_test_lib', |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1032 'files': [ | 1013 'files': [ |
1033 '>@(test_files)', | 1014 '>@(test_files)', |
1034 ], | 1015 ], |
1035 }, | 1016 }, |
1036 ], | 1017 ], |
1037 }, | 1018 }, |
1038 ], | 1019 ], |
1039 }], | 1020 }], |
1040 ], | 1021 ], |
1041 } | 1022 } |
OLD | NEW |