DescriptionRequire commas between items in a GN list.
Fixing this issue exposed a race condition in .gni processing where an error parsing a file that another thread was waiting for wouldn't signal that other thread that the load was complete, so it would wait forever.
This patch separates out the loading from the signaling in the InputFileManager so we can't forget to do this.
BUG=368019
R=scottmg@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266976
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 3 (0 generated)
|