summaryrefslogtreecommitdiffstats
path: root/components/nacl_helper_nonsfi_unittests.isolate
diff options
context:
space:
mode:
authorhans <hans@chromium.org>2015-05-15 11:47:25 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-15 18:47:43 +0000
commitaad01297ee28c48a3021339568cacaf16f37fdc0 (patch)
tree7e70644537aba64700957e5151849dc6528f9ce4 /components/nacl_helper_nonsfi_unittests.isolate
parent5811284139852648ddc5e6332822de237e59ba8f (diff)
downloadchromium_src-aad01297ee28c48a3021339568cacaf16f37fdc0.zip
chromium_src-aad01297ee28c48a3021339568cacaf16f37fdc0.tar.gz
chromium_src-aad01297ee28c48a3021339568cacaf16f37fdc0.tar.bz2
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}
Diffstat (limited to 'components/nacl_helper_nonsfi_unittests.isolate')
-rw-r--r--components/nacl_helper_nonsfi_unittests.isolate18
1 files changed, 0 insertions, 18 deletions
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,
- },
- }],
- ],
-}