Hybrid builds are builds using more than one meta build system (for example, building V8 with GN and the rest with CMake). These builds would allow us to perform any migration progressively (we could migrate one dependency at a time), and if we can build V8 with GN effectively the work needed to upgrade V8 should be greatly reduced.