Output webidl filenames as they are processed, for real this time.

This commit is contained in:
Moonchild 2020-09-23 08:25:15 +00:00 committed by roytam1
commit 10a6db6d3a
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,7 @@ def generateLine(propName, extendedAttrs):
propName)
def generate(output, idlFilename, preprocessorHeader):
print(idlFilename)
sys.stdout.flush()
cpp = list(buildconfig.substs['CPP'])
cpp += shellutil.split(buildconfig.substs['ACDEFINES'])
cpp.append(preprocessorHeader)