chromium45 对应 depot_tools 和 chromium 版本

本文档详细介绍了如何查看Chromium的历史版本信息,以及如何找到对应版本的depot_tools。同时,解释了在下载Chromium源码过程中,如何确定所需的Python环境,特别是遇到win32con模块缺失问题的解决方法。最后,提到了gn.exe更新错误的处理,只需删除本地gn.exe文件即可。

01 查看chromium 历史发布版本信息

88版本以前在如下网址查看
https://www.chromium.org/developers/calendar/

最新版本信息:
https://omahaproxy.appspot.com/

发布计划
https://chromiumdash.appspot.com/schedule

02 查找 与 chromium 对应的 depot_tools 版本

02.01 通过 git 下载 depot_tools 仓库

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

02.02 根据时间查找对应chromium发布附近的depot_tools版本

比如: 要查找 chromium57 版本,可以从 https://www.chromium.org/developers/calendar/ 查到 chromium 57 版本的发布时间是 57 Jan 19th, 2017
则在 depto_tools 中用 git map 命令查找过滤,如下查找出3条记录,当然,也可以能查不到当天的,可以用更早一些的日志来查找。

E:\git\depot_tools>git map | findstr 2017-01-19
* [31m[1m0fe50fc42f[39m[49m[0m     [33m2017-01-19[39m[49m[0m ~ Roll recipe dependencies (trivial).
* [31m[1m06dba1b159[39m[49m[0m     [33m2017-01-19[39m[49m[0m ~ Add JS to git cl format.
* [31m[1m833c94c6fb[39m[49m[0m     [33m2017-01-19[39m[49m[0m ~ Create recipe_modules/gerrit to interact with gerrit REST API

这里 0fe50fc42f,06dba1b159,833c94c6fb 是提交记录,切换到最新的版本即可。

git checkout 0fe50fc42f -b b57
::Switched to a new branch 'b57'
::
git branch -vv
::* b57  0fe50fc4 Roll recipe dependencies (trivial).
:: main 2f988479 [origin/main] cpplint: improve root path for header guard behavior

03 如何确定 chromium 下载代码时的 python环境

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值