
GitHub's CODEOWNERS feature [picks the first file it finds in the root, `.github/`, or `docs/` directory](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-file-location). GitHub does not support nested CODEOWNERS files. For example, this PR updates the embedder API but did not request reviews from the embedder API reviewers: https://github.com/flutter/flutter/pull/164577 To fix this, this merges all `CODEOWNERS` files to the root of the repo. cc @cbracken @chinmaygarde @jmagman as you are added as CODEOWNERS.
Flutter Engine
Setting up the Engine development environment
See here
gclient
bootstrap
Flutter engine uses gclient
to manage dependencies.
If you've already cloned the flutter repository: