Generate new C++ FIDL bindings (#746)

This is the simplest possible solution for https://fxbug.dev/126295: we
don't even bother to generate separate targets; each FIDL library will
invoke both fidlgen_cpp and fidlgen_hlcpp, generating sources for both.

Add the hlcpp-generated fidl_test_base.h header while I'm here.
2 files changed
tree: e65565caa93fb4bc5d18880b1dc058b42e8d144f
  1. .github/
  2. build/
  3. build_overrides/
  4. gpu/
  5. tools/
  6. .clang-format
  7. .gitattributes
  8. .gitignore
  9. .gn
  10. .ycm_extra_conf.py
  11. AUTHORS
  12. BUILD.gn
  13. CODEOWNERS
  14. LICENSE
  15. README.md
README.md

OpenSSF Scorecard

buildroot

Build environment for the Flutter engine

This repository is used by the flutter/engine repository. For instructions on how to use it, see that repository's CONTRIBUTING.md file.

To update your checkout to use the latest buildroot, run gclient sync.

To submit patches to this buildroot repository, create a branch, push to that branch, then submit a PR on GitHub for that branch.

To point the engine to a new version of buildroot after your patch is merged, update the buildroot hash in the engine's DEPS file.