'test_fonts/Ahem.ttf' 所需的 Ahem.ttf 丢失,并且没有已知的规则来实现它

Ahem.ttf needed by 'test_fonts/Ahem.ttf' is missing and no known rule to make it

我正在尝试在我的 Ubuntu 20.10 机器上本地编译 CEF,我目前停留在最后一步 - 编译它。当我在 chromium/cef 中 运行 ninja -C out/Debug_GN_x64 cef chrome_sandbox 时,它给了我一个连 Google 都不知道的错误。

user@userpc:~/code/chromium_git/chromium/src$ ninja -C out/Debug_GN_x64 cef chrome_sandbox
ninja: Entering directory `out/Debug_GN_x64'
ninja: error: '../../third_party/test_fonts/test_fonts/Ahem.ttf', needed by 'test_fonts/Ahem.ttf', missing and no known rule to make it

如何让它发挥作用?

这是之前 automate-git.py 失败的结果。在 VM 中重做所有步骤解决了问题。