summaryrefslogtreecommitdiffstats
path: root/extensions/extensions_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 /extensions/extensions_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 'extensions/extensions_unittests.isolate')
-rw-r--r--extensions/extensions_unittests.isolate1
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/extensions_unittests.isolate b/extensions/extensions_unittests.isolate
index b17b435..8c10cccc 100644
--- a/extensions/extensions_unittests.isolate
+++ b/extensions/extensions_unittests.isolate
@@ -39,7 +39,6 @@
'files': [
'../chrome/test/data/extensions/',
'../testing/test_env.py',
- '<(PRODUCT_DIR)/extensions_unittests<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/extensions_shell_and_test.pak',
'test/data/',
],