Commit 7e27f37d authored by jln@chromium.org's avatar jln@chromium.org

Linux sandbox: add sandbox_linux_unittests.isolate

BUG=384514
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277867 0039d316-1c4b-4281-b951-d872f2087c98
parent bc44debb
...@@ -344,5 +344,23 @@ ...@@ -344,5 +344,23 @@
} }
], ],
}], }],
['test_isolation_mode != "noop"', {
'targets': [
{
'target_name': 'sandbox_linux_unittests_run',
'type': 'none',
'dependencies': [
'sandbox_linux_unittests',
],
'includes': [
'../../build/isolate.gypi',
'sandbox_linux_unittests.isolate',
],
'sources': [
'sandbox_linux_unittests.isolate',
],
},
],
}],
], ],
} }
# 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=="android" or OS=="linux"', {
'variables': {
'command': [
'<(PRODUCT_DIR)/sandbox_linux_unittests',
],
'isolate_dependency_tracked': [
'<(PRODUCT_DIR)/sandbox_linux_unittests',
],
'read_only': 1,
},
}],
],
'includes': [
# This is needed because of base/ dependencies on
# icudtl.dat.
'../../base/base.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