shaka-player-embedded
shaka-player-embedded copied to clipboard
Generate license.json based on GN dependencies
trafficstars
We can use gn desc to determine what a target depends on. Using this, we can determine what third-party things a target depends on. The app generates a json file containing the licenses of third-party dependencies, but this file is based on a static list of dependencies. We should use gn desc to determine the third-party dependencies automatically. This will ensure we don't forget to update it, will make adding this to the Mac framework easier, and allow us to use this on Linux too.