From c6649f2e014a24a9093140a06fcadcaf2a06513c Mon Sep 17 00:00:00 2001 From: maruel Date: Wed, 2 Sep 2015 14:20:37 -0700 Subject: Fix sbox_validation_tests & Make isolate_driver.py include the executable itself 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/1245873002 Cr-Commit-Position: refs/heads/master@{#347027} --- sql/sql_unittests.isolate | 1 - 1 file changed, 1 deletion(-) (limited to 'sql/sql_unittests.isolate') diff --git a/sql/sql_unittests.isolate b/sql/sql_unittests.isolate index 44246d7..640f832 100644 --- a/sql/sql_unittests.isolate +++ b/sql/sql_unittests.isolate @@ -23,7 +23,6 @@ ], 'files': [ '../testing/test_env.py', - '<(PRODUCT_DIR)/sql_unittests<(EXECUTABLE_SUFFIX)', ], }, }], -- cgit v1.1