Comment #16 on issue 7828 by [email protected]: scons build ignores changes to common/render_messages_internal.h http://code.google.com/p/chromium/issues/detail?id=7828
Fixing scons is hard. If we use ParseDepends it must be used for every .cc file that includes render_messages or plugin_messages. We would be manually specifying the dependency in a lot of places. I think we should use Craig's trick since it works for scons and xcode (I just tested in xcode). I added some comments to Craig's patch. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
