I got the chromium tarball from the http://gsdview.appspot.com/chromium-browser-official.
But it can't use gyp_chromium
to configure the chromium project, the error message as following:
Updating projects from gyp files...
gyp: Could not automatically locate src directory. This isa temporary
Chromium feature that will be removed. Use--depth as a workaround.
Seems it couldn't follow the steps as http://dev.chromium.org/developers/how-tos/get-the-code and I can't find another data on google.
Is there anyone can give a clue to compile the chromium with the tarball?
Thanks.