Hi Sergej, > I have downloaded the source code of chromium (Revision 24719) with > "svn checkout http://src.chromium.org/svn/trunk".
that's the problem. See http://dev.chromium.org/developers/how-tos/get-the-code on how to checkout chromium. You have to run `gclient`, which checks out code from several repositories and after that runs gyp ( http://code.google.com/p/gyp/ – included with gclient) to create the sln files from gyp files. Nico --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
