Commit 2eaa3e36 authored by jln@chromium.org's avatar jln@chromium.org

Isolate nacl_loader_unittests

Isolate the Linux-only nacl_loader_unittests.

BUG=384515
TBR=maruel
NOTRY=true

Review URL: https://codereview.chromium.org/322333006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278620 0039d316-1c4b-4281-b951-d872f2087c98
parent 7fc5b452
...@@ -447,6 +447,24 @@ ...@@ -447,6 +447,24 @@
}], }],
], ],
}], }],
['test_isolation_mode != "noop"', {
'targets': [
{
'target_name': 'nacl_loader_unittests_run',
'type': 'none',
'dependencies': [
'nacl_loader_unittests',
],
'includes': [
'../build/isolate.gypi',
'nacl_loader_unittests.isolate',
],
'sources': [
'nacl_loader_unittests.isolate',
],
},
],
}],
], ],
'targets': [ 'targets': [
{ {
......
# 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',
],
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment