Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt.git
/
refs/heads/active-script-webidl-callbacks
/
.
/
docs
/
frontend.py
blob: 4b97e2e09589cbda5e147b7b55c5291f80f80d1a [
file
] [
log
] [
blame
] [
edit
]
import
subprocess
import
os
here
=
os
.
path
.
dirname
(
__file__
)
def
build
(*
args
,
**
kwargs
):
subprocess
.
check_call
([
"make"
,
"html"
],
cwd
=
here
)