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

Unified Diff: components/nacl_loader_unittests.isolate

Issue 1209213003: Convert nacl_loader_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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 | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl_loader_unittests.isolate
diff --git a/components/nacl_loader_unittests.isolate b/components/nacl_loader_unittests.isolate
index 51bb35c0cc3ab319c496006afbf0ea18f46cfe09..501d185d2dd6b333b44ef1ad62d26ff6487e25c0 100644
--- a/components/nacl_loader_unittests.isolate
+++ b/components/nacl_loader_unittests.isolate
@@ -3,20 +3,20 @@
# found in the LICENSE file.
{
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/nacl_loader_unittests',
+ '<(PRODUCT_DIR)/nacl_loader_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- '<(PRODUCT_DIR)/nacl_loader_unittests',
+ '<(PRODUCT_DIR)/nacl_loader_unittests<(EXECUTABLE_SUFFIX)',
],
'read_only': 1,
},
}],
],
'includes': [
- '../sandbox/sandbox_linux_unittests.isolate',
- '../gin/v8.isolate',
+ # This is needed because of base/ dependencies on icudtl.dat.
+ '../base/base.isolate',
],
}
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698