From 6138f464f771b325fb839940113342361a443c65 Mon Sep 17 00:00:00 2001 From: hidehiko Date: Mon, 25 May 2015 05:08:52 -0700 Subject: 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} --- components/nacl_helper_nonsfi_unittests.isolate | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 components/nacl_helper_nonsfi_unittests.isolate (limited to 'components/nacl_helper_nonsfi_unittests.isolate') 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, + }, + }], + ], +} -- cgit v1.1