gpt4 book ai didi

selenium-chromedriver - 如何使用 Google Chromium GN 构建目标?

转载 作者:行者123 更新时间:2023-12-03 17:19:47 29 4
gpt4 key购买 nike

我正在尝试为 ChromeDriver 构建可执行目标来自 GN 的来源,我用 Depot Tools 安装在我的 PATH 目录中,但是当我运行时 gn BUILD.gn我收到此错误:

gn.py: Could not find checkout in any parent of the current path.
This must be run inside a checkout.

如果我没有正确设置,我不确定是否需要检查整个 Chromium 目录?

更新

我在 gn_tool 的帮助下下载了 gn 的工作二进制文件.

我仍然不确定我应该为“构建 chromedriver 目标”运行什么命令,因为现在我尝试的每个命令似乎都给我这个错误:
ERROR Can't find source root. I could not find a ".gn" file in the current directory or any parent,and the --root command-line argument was not specified.

...即使在我运行 gn 的目录中有一个 BUILD.gn 文件...

最佳答案

看起来缺少一些依赖项。您可以通过运行来拉取依赖项

gclient sync
这应该下载 Chrome 驱动程序编译所需的依赖项。然后运行以下命令开始编译Chrome驱动程序:
gn gen out/YourBuildFolder
ninja -C out/YourBuildFolder chromedriver
希望有效。谢谢

关于selenium-chromedriver - 如何使用 Google Chromium GN 构建目标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42729479/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com