diff options
Diffstat (limited to 'chrome/browser_tests.isolate')
-rw-r--r-- | chrome/browser_tests.isolate | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index 4956977..eaf72eb 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -107,7 +107,7 @@ }, }], [('disable_nacl==0 and OS=="linux" and ' - '(target_arch=="ia32" or target_arch=="arm")'), { + '(target_arch=="ia32" or target_arch=="x64" or target_arch=="arm")'), { 'variables': { 'files': [ '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_nonsfi.nmf', @@ -145,6 +145,14 @@ ], }, }], + ['disable_nacl==0 and OS=="linux" and ' + '(target_arch=="x64" or target_arch=="ia32")', { + 'variables': { + 'files': [ + '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_x32_nonsfi.nexe', + ], + }, + }], ['OS=="mac"', { 'variables': { 'files': [ |