Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fidl_binding_deps support from the Fuchsia SDK json files (#813)
The GN rules that parse the SDK json files previously only supported the `fidl_deps` field for determining which fidl dependencies to depend on. This change adds support for the newer `fidl_binding_deps` field, which contains information about what flavor of bindings are needed (hlcpp vs natural). Since our fidl GN targets always generate both hlcpp and natural bindings, we don't need to check the binding_type in the json file.
- Loading branch information