Is It Possible to Use Bazel to Build Electron Code

Hi there,

I am using Bazel (a build tool by Google) to build my unit test code with Google Test and Google Mock. Since the file directory structure is different, I am wondering if I can use Bazel to build the whole Electron code or how can I set the custom source file to build using MAKE or using Particle Workbench?

Thanks.