Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: chrome/chrome.isolate

Issue 794573002: Enable transitional non-SFI browser tests on ARM (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: leave MAYBE_PNACL_TRANSITIONAL_NONSFI Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 6df2bcfc2ab8b8b7704cf8dfa2240635f446df4d..64ae23074e5d6249d0b3d317e429d1cd862cfe01 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -19,9 +19,8 @@
]
}
}],
- # 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")', {
+ '(target_arch=="x64" or target_arch=="ia32" or target_arch=="arm")', {
'variables': {
'files': [
'<(PRODUCT_DIR)/nacl_helper_nonsfi<(EXECUTABLE_SUFFIX)',
« no previous file with comments | « no previous file | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698