DescriptionMake missing or misspelled DLLs a build-time failure
While fixing gn component mini_installer I omitted a comma in a list of
file names. The bogus file name this created was not noticed at build
time. This change requires that every file name or pattern in the list
of globs must expand to at least one DLL, thus making a missing comma
a build-time error.
See this URL for the missing comma that almost got commited:
crrev.com/1835993002/diff2/20001:40001/chrome/tools/build/win/create_installer_archive.py
BUG=596885
Committed: https://crrev.com/c9d3ca02c5b8e74ba10d351e5db7c01ed5094dfb
Cr-Commit-Position: refs/heads/master@{#383773}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Changing message based on CL feedback #Messages
Total messages: 10 (4 generated)
|