diff options
author | sbc <sbc@chromium.org> | 2014-10-09 12:32:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-09 19:33:07 +0000 |
commit | 71760c203f6093c801ceab8d7fdf49530840155d (patch) | |
tree | 525da36a27d3a3632819d7e2737b03a0b8f76add /chrome/chrome.isolate | |
parent | 89cfb59e11ed1b14c22496c5cb4306ac153952e8 (diff) | |
download | chromium_src-71760c203f6093c801ceab8d7fdf49530840155d.zip chromium_src-71760c203f6093c801ceab8d7fdf49530840155d.tar.gz chromium_src-71760c203f6093c801ceab8d7fdf49530840155d.tar.bz2 |
Add ARM NaCl resources to browser_tests isolate files.
BUG=421288
Review URL: https://codereview.chromium.org/639503005
Cr-Commit-Position: refs/heads/master@{#298954}
Diffstat (limited to 'chrome/chrome.isolate')
-rw-r--r-- | chrome/chrome.isolate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate index 51ff4e6..d085936 100644 --- a/chrome/chrome.isolate +++ b/chrome/chrome.isolate @@ -41,6 +41,13 @@ ], }, }], + ['OS=="linux" and target_arch=="arm"', { + 'variables': { + 'files': [ + '<(PRODUCT_DIR)/nacl_irt_arm.nexe', + ], + }, + }], ['OS=="win"', { 'variables': { 'files': [ |