diff options
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': [ |