summaryrefslogtreecommitdiffstats
path: root/sandbox/sandbox_mac_unittests.isolate
diff options
context:
space:
mode:
authormaruel <maruel@chromium.org>2015-09-09 05:27:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-09 12:27:45 +0000
commit63a4d153f18719fba84e2ce15d03cd2de64e4656 (patch)
tree7e29874ec77005cbb2206514d4f93ca2091074b1 /sandbox/sandbox_mac_unittests.isolate
parentb5b622e0108d73658a9df7b8ecc13b6b15b82a36 (diff)
downloadchromium_src-63a4d153f18719fba84e2ce15d03cd2de64e4656.zip
chromium_src-63a4d153f18719fba84e2ce15d03cd2de64e4656.tar.gz
chromium_src-63a4d153f18719fba84e2ce15d03cd2de64e4656.tar.bz2
Fix sbox_validation_tests & Make isolate_driver.py include the executable itself
This is a redo of https://codereview.chromium.org/1245873002 c6649f2e014a24a909 with fix for Official build. Further reduce the boilerplate in .isolate files and is necessary to add debug symbols, to be done in a follow up. Slightly accelerate ninja file parsing by blacklisting more extensions. sbox_validation_tests wasn't run on Windows since https://codereview.chromium.org/1212003003/ (~2 months ago). Thankfully this CL uncovered this copy-paste error. TBR=jam@chromium.org BUG=98637 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1320793004 Cr-Commit-Position: refs/heads/master@{#347912}
Diffstat (limited to 'sandbox/sandbox_mac_unittests.isolate')
-rw-r--r--sandbox/sandbox_mac_unittests.isolate1
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/sandbox_mac_unittests.isolate b/sandbox/sandbox_mac_unittests.isolate
index dd1130b..a202a9b 100644
--- a/sandbox/sandbox_mac_unittests.isolate
+++ b/sandbox/sandbox_mac_unittests.isolate
@@ -4,7 +4,6 @@
{
'variables': {
'command': [ '<(PRODUCT_DIR)/sandbox_mac_unittests' ],
- 'files': [ '<(PRODUCT_DIR)/sandbox_mac_unittests' ],
},
'includes': [ '../base/base.isolate' ],
}