From add5ab1d4bbbc2c048fdde50c51fb9a0779d933a Mon Sep 17 00:00:00 2001 From: "jln@chromium.org" Date: Sat, 21 Jun 2014 00:46:44 +0000 Subject: Isolate nacl_loader_unittests Isolate the Linux-only nacl_loader_unittests. This is a re-land of https://chromiumcodereview.appspot.com/322333006/ BUG=384515 TBR=maruel Review URL: https://codereview.chromium.org/337613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278882 0039d316-1c4b-4281-b951-d872f2087c98 --- components/nacl_loader_unittests.isolate | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 components/nacl_loader_unittests.isolate (limited to 'components/nacl_loader_unittests.isolate') diff --git a/components/nacl_loader_unittests.isolate b/components/nacl_loader_unittests.isolate new file mode 100644 index 0000000..c4632b0 --- /dev/null +++ b/components/nacl_loader_unittests.isolate @@ -0,0 +1,21 @@ +# 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_loader_unittests', + ], + 'isolate_dependency_tracked': [ + '<(PRODUCT_DIR)/nacl_loader_unittests', + ], + 'read_only': 1, + }, + }], + ], + 'includes': [ + '../sandbox/sandbox_linux_unittests.isolate', + ], +} -- cgit v1.1