Error when try to compile Chromium
I try to use the command ninja -C out/Debug chrome to compile Chromium. However the error msg says that: ninja error loading 'build.ninja': the system cannot find the file specified ninja Entering dictory 'out/Debug' Could I know what's the problem? Thanks. The out directory and its contents (including build.ninja) are created by running python build\gyp_chromium or gclient runhooks Executing either command from within /src should allow your compile to proceed. After the switch to "gn" you could try: gn gen out/Debug On Windows machine! When I was running gn gen out/Default it also gave me an