diff options
author | stgao <stgao@chromium.org> | 2015-09-02 17:37:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-03 00:37:49 +0000 |
commit | 7c8964f3cf1551e847ffd178a9e8731deec70437 (patch) | |
tree | d9e87f97eb67a5a277af53c13bd846b108b553f1 /extensions/extensions_browsertests.isolate | |
parent | 55b4c95889d6a72e52bc72702580a62f04f35777 (diff) | |
download | chromium_src-7c8964f3cf1551e847ffd178a9e8731deec70437.zip chromium_src-7c8964f3cf1551e847ffd178a9e8731deec70437.tar.gz chromium_src-7c8964f3cf1551e847ffd178a9e8731deec70437.tar.bz2 |
Revert of Fix sbox_validation_tests & Make isolate_driver.py include the executable itself (patchset #3 id:90001 of https://codereview.chromium.org/1245873002/ )
Reason for revert:
This CL seems to break compile http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64/builds/3900/.
If the revert doesn't fix it, I will re-land this CL.
Original issue's description:
> 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
>
> Committed: https://crrev.com/c6649f2e014a24a9093140a06fcadcaf2a06513c
> Cr-Commit-Position: refs/heads/master@{#347027}
TBR=jam@chromium.org,maruel@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=98637
Review URL: https://codereview.chromium.org/1329783003
Cr-Commit-Position: refs/heads/master@{#347071}
Diffstat (limited to 'extensions/extensions_browsertests.isolate')
-rw-r--r-- | extensions/extensions_browsertests.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions_browsertests.isolate b/extensions/extensions_browsertests.isolate index 6ceb284..a060728 100644 --- a/extensions/extensions_browsertests.isolate +++ b/extensions/extensions_browsertests.isolate @@ -42,6 +42,7 @@ '../third_party/pyftpdlib/', '../third_party/pywebsocket/', '../third_party/tlslite/', + '<(PRODUCT_DIR)/extensions_browsertests<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/extensions_shell_and_test.pak', 'test/data/', ], |