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

Unified Diff: chrome/browser_tests.isolate

Issue 724323002: Non-SFI mode: Enable browser_tests for nacl_helper_nonsfi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/chrome.isolate » ('j') | chrome/chrome.isolate » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser_tests.isolate
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate
index be11cf831bb106f0c5812d870f8a2a378ad02a89..2907468ffafe832f2b78e8555927198981503782 100644
--- a/chrome/browser_tests.isolate
+++ b/chrome/browser_tests.isolate
@@ -222,6 +222,14 @@
],
},
}],
+ # TODO(hidehiko,mazda): Include nacl_helper_nonsfi for ARM when supported.
+ ['chromeos==1 and (target_arch=="x64" or target_arch=="ia32")', {
Mark Seaborn 2014/11/14 16:58:41 Why restrict to chromeos==1? We want to run these
hidehiko 2014/11/14 18:45:31 This is here, because nacl_helper is listed above
Mark Seaborn 2014/11/19 06:23:54 Presumably the tests pass without adding this to b
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/nacl_helper_nonsfi',
Mark Seaborn 2014/11/14 16:58:41 Don't we get this via chrome.isolate below?
hidehiko 2014/11/14 18:45:32 Acknowledged.
+ ],
+ },
+ }],
],
'includes': [
'../base/base.isolate',
« no previous file with comments | « no previous file | chrome/chrome.isolate » ('j') | chrome/chrome.isolate » ('J')

Powered by Google App Engine
This is Rietveld 408576698