From aad01297ee28c48a3021339568cacaf16f37fdc0 Mon Sep 17 00:00:00 2001 From: hans Date: Fri, 15 May 2015 11:47:25 -0700 Subject: Revert of Non-SFI mode: Build nacl_helper_nonsfi_unittests (patchset #4 id:80001 of https://codereview.chromium.org/1137553003/) Reason for revert: This breaks the asan build. See comments on the original CL. Original issue's description: > Non-SFI mode: Build nacl_helper_nonsfi_unittests > > This CL starts to build nacl_helper_nonsfi_unittests. > The binary is not yet enabled to run on bots. It will be done in a following CL. > > TEST=Ran locally. Ran build bots. Ran build bots with editing configuration to include nacl_helper_nonsfi_unittests. > BUG=358465 > > Committed: https://crrev.com/72c418b09bbf90505f54df2b76285650acd97960 > Cr-Commit-Position: refs/heads/master@{#330069} TBR=mseaborn@chromium.org,mdempsky@chromium.org,thakis@chromium.org,jln@chromium.org,hidehiko@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=358465 Review URL: https://codereview.chromium.org/1145593002 Cr-Commit-Position: refs/heads/master@{#330147} --- components/nacl_helper_nonsfi_unittests.isolate | 18 ------------------ 1 file changed, 18 deletions(-) delete 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 deleted file mode 100644 index 8de0893..0000000 --- a/components/nacl_helper_nonsfi_unittests.isolate +++ /dev/null @@ -1,18 +0,0 @@ -# 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