From 63a4d153f18719fba84e2ce15d03cd2de64e4656 Mon Sep 17 00:00:00 2001 From: maruel Date: Wed, 9 Sep 2015 05:27:13 -0700 Subject: 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} --- extensions/extensions_browsertests.isolate | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions/extensions_browsertests.isolate') diff --git a/extensions/extensions_browsertests.isolate b/extensions/extensions_browsertests.isolate index a060728..6ceb284 100644 --- a/extensions/extensions_browsertests.isolate +++ b/extensions/extensions_browsertests.isolate @@ -42,7 +42,6 @@ '../third_party/pyftpdlib/', '../third_party/pywebsocket/', '../third_party/tlslite/', - '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 'test/data/', ], -- cgit v1.1