9c9d1e18c7
This prepares deletion of MB on the Chromium side. This runs validation of the v8 configs as presubmit and removes some obsolete code that required chromium. BUG=chromium:616035 Review-Url: https://codereview.chromium.org/2299953002 Cr-Commit-Position: refs/heads/master@{#39082}
7 lines
133 B
Batchfile
Executable File
7 lines
133 B
Batchfile
Executable File
@echo off
|
|
setlocal
|
|
:: This is required with cygwin only.
|
|
PATH=%~dp0;%PATH%
|
|
set PYTHONDONTWRITEBYTECODE=1
|
|
call python "%~dp0mb.py" %*
|