DescriptionFix mojom Java generator running on its own.
It turns out that running self.GetStructs() not only gives you the
structs, but changes the state of the module, annotating structs with
necessary information. Therefore we need to run .GetStructs() in the
Java generator as we do in the other generators.
This patch makes the java generation work on it's own, ie. with "-g
java".
Committed: https://crrev.com/a82c0a5f1cc8519f5c9fdf20e65268fbc5929173
Cr-Commit-Position: refs/heads/master@{#296718}
Patch Set 1 #Patch Set 2 : Address Ben's (off-cl) comments. #Messages
Total messages: 8 (2 generated)
|