If you see this error, the correct thing to do is run hammer with --implicit-deps-changed. By default scons caches dependencies to speed up builds. When some dependencies change, scons doesn't know about it.
This doesn't impact the builders because they always build with --implicit-deps-changed. On Wed, 25 Mar 2009, Dan Kegel wrote: > > Both my Linux clients were getting the build error > > scons: *** [Hammer/dbg/grit_derived_sources/grit/browser_resources.h] > Implicit dependency `browser/resources/extensions.html' not found, > needed by target > `Hammer/dbg/grit_derived_sources/browser_resources.rc'. > > Deleting Hammer seemed to fix it. > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
