summaryrefslogtreecommitdiffstats
path: root/components/nacl_helper_nonsfi_unittests.isolate
diff options
context:
space:
mode:
authorhidehiko <hidehiko@chromium.org>2015-05-15 02:29:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-15 09:30:14 +0000
commit72c418b09bbf90505f54df2b76285650acd97960 (patch)
tree71e234775c8e84bd8634141b296279d96284c522 /components/nacl_helper_nonsfi_unittests.isolate
parent7bd179d625b0d7422291c852c6f64b5580f2067d (diff)
downloadchromium_src-72c418b09bbf90505f54df2b76285650acd97960.zip
chromium_src-72c418b09bbf90505f54df2b76285650acd97960.tar.gz
chromium_src-72c418b09bbf90505f54df2b76285650acd97960.tar.bz2
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 Review URL: https://codereview.chromium.org/1137553003 Cr-Commit-Position: refs/heads/master@{#330069}
Diffstat (limited to 'components/nacl_helper_nonsfi_unittests.isolate')
-rw-r--r--components/nacl_helper_nonsfi_unittests.isolate18
1 files changed, 18 insertions, 0 deletions
diff --git a/components/nacl_helper_nonsfi_unittests.isolate b/components/nacl_helper_nonsfi_unittests.isolate
new file mode 100644
index 0000000..8de0893
--- /dev/null
+++ b/components/nacl_helper_nonsfi_unittests.isolate
@@ -0,0 +1,18 @@
+# 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,
+ },
+ }],
+ ],
+}