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 23 matching lines...) Expand all Loading... |
34 'crash/ppapi_crash_via_exit_call.html', | 34 'crash/ppapi_crash_via_exit_call.html', |
35 'crash/ppapi_crash_in_callback.html', | 35 'crash/ppapi_crash_in_callback.html', |
36 'crash/ppapi_crash_ppapi_off_main_thread.html', | 36 'crash/ppapi_crash_ppapi_off_main_thread.html', |
37 'crash/ppapi_crash_off_main_thread.html', | 37 'crash/ppapi_crash_off_main_thread.html', |
38 'load_util.js', | 38 'load_util.js', |
39 'manifest_file/test_file.txt', | 39 'manifest_file/test_file.txt', |
40 'progress_event_listener.js', | 40 'progress_event_listener.js', |
41 ], | 41 ], |
42 }, | 42 }, |
43 'conditions': [ | 43 'conditions': [ |
44 ['target_arch=="ia32" and OS=="linux"', { | 44 ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', { |
45 # Enable nonsfi testing on ia32-linux environment. | 45 # Enable nonsfi testing on ia32-linux environment. |
46 # This flag causes test_files to be copied into nonsfi directory, | 46 # This flag causes test_files to be copied into nonsfi directory, |
47 # too. | 47 # too. |
48 'variables': { | 48 'variables': { |
49 'enable_x86_32_nonsfi': 1, | 49 'enable_x86_32_nonsfi': 1, |
50 }, | 50 }, |
51 }], | 51 }], |
52 ['target_arch=="arm" and OS=="linux"', { | 52 ['target_arch=="arm" and OS=="linux"', { |
53 # Enable nonsfi testing on arm-linux environment. | 53 # Enable nonsfi testing on arm-linux environment. |
54 # This flag causes test_files to be copied into nonsfi directory, | 54 # This flag causes test_files to be copied into nonsfi directory, |
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib', | 533 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib', |
534 ], | 534 ], |
535 'conditions': [ | 535 'conditions': [ |
536 # These are needed to build a non-SFI nexe binary. | 536 # These are needed to build a non-SFI nexe binary. |
537 # Note that these trigger building nexe files for other | 537 # Note that these trigger building nexe files for other |
538 # architectures, such as x86-32 (based on enable_XXX variables). | 538 # architectures, such as x86-32 (based on enable_XXX variables). |
539 # As described above, although the tests for pnacl are currently | 539 # As described above, although the tests for pnacl are currently |
540 # disabled, but building the binary should work. | 540 # disabled, but building the binary should work. |
541 # We cannot disable building, as enable_XXX variables are also used | 541 # We cannot disable building, as enable_XXX variables are also used |
542 # to build newlib linked nexes. | 542 # to build newlib linked nexes. |
543 ['target_arch=="ia32" and OS=="linux"', { | 543 ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', { |
544 # Enable nonsfi testing on ia32-linux environment. | 544 # Enable nonsfi testing on ia32-linux environment. |
545 'variables': { | 545 'variables': { |
546 'build_pnacl_newlib': 1, | 546 'build_pnacl_newlib': 1, |
547 'translate_pexe_with_build': 1, | 547 'translate_pexe_with_build': 1, |
548 'enable_x86_32_nonsfi': 1, | 548 'enable_x86_32_nonsfi': 1, |
549 }, | 549 }, |
550 }], | 550 }], |
551 ['target_arch=="arm" and OS=="linux"', { | 551 ['target_arch=="arm" and OS=="linux"', { |
552 # Enable nonsfi testing on arm-linux environment. | 552 # Enable nonsfi testing on arm-linux environment. |
553 'variables': { | 553 'variables': { |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 587 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
588 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', | 588 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', |
589 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', | 589 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', |
590 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_exception_lib', | 590 '<(DEPTH)/native_client/src/untrusted/nacl/nacl.gyp:nacl_exception_lib', |
591 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', | 591 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', |
592 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi
m.gyp:aot', | 592 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shi
m.gyp:aot', |
593 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', | 593 '<(DEPTH)/ppapi/ppapi_nacl.gyp:ppapi_cpp_lib', |
594 'ppapi_test_lib', | 594 'ppapi_test_lib', |
595 ], | 595 ], |
596 'conditions': [ | 596 'conditions': [ |
597 ['target_arch=="ia32" and OS=="linux"', { | 597 ['(target_arch=="ia32" or target_arch=="x64") and OS=="linux"', { |
598 # Enable nonsfi testing on ia32-linux environment. | 598 # Enable nonsfi testing on ia32-linux environment. |
599 'variables': { | 599 'variables': { |
600 'enable_x86_32_nonsfi': 1, | 600 'enable_x86_32_nonsfi': 1, |
601 'translate_pexe_with_build': 1, | 601 'translate_pexe_with_build': 1, |
602 }, | 602 }, |
603 }], | 603 }], |
604 ['target_arch=="arm" and OS=="linux"', { | 604 ['target_arch=="arm" and OS=="linux"', { |
605 # Enable nonsfi testing on arm-linux environment. | 605 # Enable nonsfi testing on arm-linux environment. |
606 'variables': { | 606 'variables': { |
607 'enable_arm_nonsfi': 1, | 607 'enable_arm_nonsfi': 1, |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 'files': [ | 1044 'files': [ |
1045 '>@(test_files)', | 1045 '>@(test_files)', |
1046 ], | 1046 ], |
1047 }, | 1047 }, |
1048 ], | 1048 ], |
1049 }, | 1049 }, |
1050 ], | 1050 ], |
1051 }], | 1051 }], |
1052 ], | 1052 ], |
1053 } | 1053 } |
OLD | NEW |