summaryrefslogtreecommitdiffstats
path: root/components/nacl_helper_nonsfi_unittests.isolate
diff options
context:
space:
mode:
authorhidehiko <hidehiko@chromium.org>2015-05-25 05:08:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-25 12:09:27 +0000
commit6138f464f771b325fb839940113342361a443c65 (patch)
treeec6d8f79d02d17aaaf874dc3c76a94ab11b1cbdb /components/nacl_helper_nonsfi_unittests.isolate
parent7831f57d5f56e9cafe77388b20a83a90d6eb7918 (diff)
downloadchromium_src-6138f464f771b325fb839940113342361a443c65.zip
chromium_src-6138f464f771b325fb839940113342361a443c65.tar.gz
chromium_src-6138f464f771b325fb839940113342361a443c65.tar.bz2
Reland "Non-SFI mode: Build nacl_helper_nonsfi_unittests"
This reverts commit aad01297ee28c48a3021339568cacaf16f37fdc0. The original CL crrev.com/1137553003 was reverted unfortunately due to the build breakage on lsan bots. PNaCl toolchain does not support sanitizers, so this CL disables building nacl_helper_nonsfi_unittests on sanitizer-enabled config. TEST=Ran bots. Made sure nacl_helper_nonsfi_unittests is not a target with asan=1 or msan=1 or tsan=1 or lsan=1. BUG=358465 Review URL: https://codereview.chromium.org/1145503003 Cr-Commit-Position: refs/heads/master@{#331277}
Diffstat (limited to 'components/nacl_helper_nonsfi_unittests.isolate')
-rw-r--r--components/nacl_helper_nonsfi_unittests.isolate18
1 files changed, 18 insertions, 0 deletions
diff --git a/components/nacl_helper_nonsfi_unittests.isolate b/components/nacl_helper_nonsfi_unittests.isolate
new file mode 100644
index 0000000..8de0893
--- /dev/null
+++ b/components/nacl_helper_nonsfi_unittests.isolate
@@ -0,0 +1,18 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'conditions': [
+ ['OS=="linux"', {
+ 'variables': {
+ 'command': [
+ '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests',
+ ],
+ 'files': [
+ '<(PRODUCT_DIR)/nacl_helper_nonsfi_unittests',
+ ],
+ 'read_only': 1,
+ },
+ }],
+ ],
+}