shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Generate license.json based on GN dependencies

Open theodab opened this issue 7 years ago • 0 comments
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.

theodab avatar Nov 15 '18 23:11 theodab