| Index: chrome/browser_tests.isolate
|
| diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
|
| index c9bf51119ad6b648b948c71c6436ce17bf22dfcf..601c8591a17be830df2c59da6fa5d11c22dbf49c 100644
|
| --- a/chrome/browser_tests.isolate
|
| +++ b/chrome/browser_tests.isolate
|
| @@ -125,7 +125,7 @@
|
| ],
|
| },
|
| }],
|
| - ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win") and (target_arch=="x64" or target_arch=="ia32")', {
|
| + ['disable_nacl==0 and (OS=="linux" or OS=="mac" or OS=="win") and (target_arch=="x64" or target_arch=="ia32" or target_arch=="arm")', {
|
| 'variables': {
|
| 'files': [
|
| '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf',
|
| @@ -142,6 +142,8 @@
|
| ['disable_nacl==0 and OS=="linux" and target_arch=="arm"', {
|
| 'variables': {
|
| 'files': [
|
| + '<(PRODUCT_DIR)/libarm/',
|
| + '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_arm.nexe',
|
| '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_arm.nexe',
|
| '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_arm.nexe',
|
| '<(PRODUCT_DIR)/ppapi_nacl_tests_pnacl_newlib_arm_nonsfi.nexe',
|
|
|