Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンドを使用してninja -C out/Debug chromeChromium をコンパイルしようとしています。
ninja -C out/Debug chrome
ただし、エラーメッセージには次のように記載されています。
ninja error loading 'build.ninja': the system cannot find the file specified ninja Entering dictory 'out/Debug'
何が問題なのかわかりますか?
ありがとう。
out ディレクトリとその内容 (build.ninja を含む) は、次のコマンドを実行して作成されます。
python ビルド\gyp_chromium
また
gclient ランフック
/src 内からいずれかのコマンドを実行すると、コンパイルを続行できます。