mirror of
https://github.com/mozilla-firefox/firefox.git
synced 2026-06-14 11:03:31 -05:00
This will allow the ANGLE vendoring script to determine a list of all files required to build ANGLE, which it will use to prune the set of vendored files. Note that "gen_input_files" is the list of GN input files from which the configs were generated. While not technically required to build ANGLE once vendored, preserving them will allow gn_processor to be ran repeatedly, which can be useful if iterating on the config or script itself. Differential Revision: https://phabricator.services.mozilla.com/D305483