diff options
author | mazda <mazda@chromium.org> | 2015-01-14 08:39:21 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-14 16:40:21 +0000 |
commit | f4aadf3f424b10f8f9e0111229ccf114e598b84e (patch) | |
tree | 9d31d2c5a85f6c9d5dc590c9d8c5305085ce2e6b /components | |
parent | 88cd03bab636648ef22bc34dee1e31941eb66e58 (diff) | |
download | chromium_src-f4aadf3f424b10f8f9e0111229ccf114e598b84e.zip chromium_src-f4aadf3f424b10f8f9e0111229ccf114e598b84e.tar.gz chromium_src-f4aadf3f424b10f8f9e0111229ccf114e598b84e.tar.bz2 |
Enable transitional non-SFI browser tests on ARM
- Produce nacl_helper_nonsfi binary in out/{Debug,Release}
- Enable all transitional non-SFI browser tests on ARM
BUG=433201, 372049
CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_compile,linux_arm
Review URL: https://codereview.chromium.org/794573002
Cr-Commit-Position: refs/heads/master@{#311490}
Diffstat (limited to 'components')
-rw-r--r-- | components/nacl_nonsfi.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/nacl_nonsfi.gyp b/components/nacl_nonsfi.gyp index e248a8f..4d8d760 100644 --- a/components/nacl_nonsfi.gyp +++ b/components/nacl_nonsfi.gyp @@ -39,6 +39,7 @@ # Rename the output binary file to nacl_helper_nonsfi and put it # directly under out/{Debug,Release}/. 'out_newlib32_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi', + 'out_newlib_arm_nonsfi': '<(PRODUCT_DIR)/nacl_helper_nonsfi', 'build_glibc': 0, 'build_newlib': 0, |