You need to run a gclient sync rather than an svn update. You won't get all the necessary dependencies with just an svn update. See the end of http://dev.chromium.org/developers/how-tos/get-the-code
Did you set the CHROMIUM_BUILD environment variable before you started the hammer build? It sounds like you're trying to compile the official Google Chrome branded version. If you leave the CHROMIUM_BUILD environment variable blank, this shouldn't happen. tony On Sun, 7 Dec 2008, blep wrote: > > I'm trying to build chrome following the get the bootstrap tarball, > followed by svn update on Windows. > > The build failed due the file app\theme\google_chrome\BRANDING which > is missing. > > See error details below: > > E:\prg\build\bench-chronium\chromium\chromium\src\chrome>hammer -- > mode=opt --verbose chrome_exe/chrome > scons: Reading SConscript files ... > Skipping Gears build: no perforce tree checked out. > scons: done reading SConscript files. > scons: Building targets ... > scons: *** [Hammer\opt\obj\chrome\chrome_exe_version.rc] Source `app > \theme\google_chrome\BRANDING' not found, needed by target `Hammer\opt > \obj\chrome\chrome_exe_version.rc'. > scons: building terminated because of errors. > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-dev?hl=en -~----------~----~----~----~------~----~------~--~---
