我正在尝试使用GN从源代码构建ChromeDriver的可执行目标,我使用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 文件...