--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
The ninja build files are generated into a directory called 'out' by default, try replacing 'xcodebuild' with 'out' in the command line.
I am trying to build chromium for Linux. There's no out folder generated. I could not find build.ninja file as well.These are the steps i followed1) I ran 'fetch chromium --nohooks --no-histoty' - completed successfuly2)while doing build-dependencies there were errorsE: Unable to locate package lib32ncurses5-devE: Unable to locate package lib32z1-devI installed these packages manualy.3)gclient sync - completed successfuly4) gclient runhooksHow ever there's no such out/Debug , or out/Release folder generated.