Index: chrome/chrome.isolate |
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate |
index 8fe855446986fb6dfd824cea41a551109b16252f..6df2bcfc2ab8b8b7704cf8dfa2240635f446df4d 100644 |
--- a/chrome/chrome.isolate |
+++ b/chrome/chrome.isolate |
@@ -19,6 +19,15 @@ |
] |
} |
}], |
+ # TODO(hidehiko,mazda): Include nacl_helper_nonsfi for ARM when supported. |
+ ['disable_nacl==0 and OS=="linux" and ' |
+ '(target_arch=="x64" or target_arch=="ia32")', { |
+ 'variables': { |
+ 'files': [ |
+ '<(PRODUCT_DIR)/nacl_helper_nonsfi<(EXECUTABLE_SUFFIX)', |
+ ] |
+ } |
+ }], |
['OS=="linux" or OS=="mac" or OS=="win"', { |
'variables': { |
'files': [ |