Updates:
Cc: [email protected]
Comment #2 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
hmm, that's unfortunate.
The problem as Craig stated is that I had changed the way we do multiple
include of
IPC message files to simplify things. Now render_messages.h does:
#define MESSAGES_INTERNAL_FILE "chrome/common/render_messages_internal.h"
#include "ipc_message_macros.h"
which eventually does
#include MESSAGES_INTERNAL_FILE
a few times.
Is there anyway in scons/xcode to signify that if
render_messages_internal.h changes,
render_messages.h changed as well?
Steve: how much work would this be to get working in scons?
I haven't used xcode, so I don't know if there are any simple workarounds
we can do.
Mark?
--
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
-~----------~----~----~----~------~----~------~--~---