尝试编译Chromium时出错

11 chromium ninja

我尝试使用该命令ninja -C out/Debug chrome编译Chromium.

但错误消息msg说:

ninja error loading 'build.ninja': the system cannot find the file specified 
ninja Entering dictory 'out/Debug'
Run Code Online (Sandbox Code Playgroud)

我能知道这是什么问题吗?

谢谢.

小智 7

out目录及其内容(包括build.ninja)是通过运行创建的

python build\gyp_chromium

要么

gclient runhooks

从/ src中执行任一命令都应允许编译继续.