How to compile the Google Courgette tool?

前端 未结 1 998
野趣味
野趣味 2020-12-08 16:57

Courgette (description, source) is a Google tool that is used to update Chrome efficiently.

It seems like a great and easy-to-use tool, but I cannot manage to compil

相关标签:
1条回答
  • 2020-12-08 17:32

    At least, you may follow an official Google guide on how to get compiled the whole Chromium. But instead of calling ninja -C out/Debug chrome, you can build only courgette: ninja -C out/Debug courgette. Or, if you insist on VS way of things - find the courgette project inside the Chromium project tree and "Build" it.

    0 讨论(0)
提交回复
热议问题