本文主要是介绍CLion 构建,调试 Chromium源码,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
最终效果
实现
- Ubuntu 16.04 系统
- CLion 2019.1 破解版插件网上有
- Chromium 72.0.3626.121 android 稳定版代码
- 最新的depot_tools
- 内存最好>=16GB
- 磁盘空间超过100GB
- 测试target: content_shell
- 构建参数:
~/projects/depot_tools/ninja -C ~/projects/chromium/src/out/chrome_linux/ content_shell
- 调试参数:
content_shell --no-sandbox --single-process --no-zygote https://www.baidu.com
参考
1、Building & Debugging chromium on CLion for Linux
2、Chromium in CLion
这篇关于CLion 构建,调试 Chromium源码的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!