Chromium Code Reviews| Index: chrome/common/ipc_message_macros.h |
| diff --git a/chrome/common/ipc_message_macros.h b/chrome/common/ipc_message_macros.h |
| index cd8ed9bf6f1275e6be772685f4a2ac144e7a2ad2..bb51a887c5c762c7daa4feb0232b52fcfe306dac 100644 |
| --- a/chrome/common/ipc_message_macros.h |
| +++ b/chrome/common/ipc_message_macros.h |
| @@ -46,6 +46,16 @@ |
| #error This file should only be included by X_messages.h, which needs to define MESSAGES_INTERNAL_FILE first. |
| #endif |
| +// Trick scons and xcode into seeing the possible real dependencies since they |
| +// don't understand #include MESSAGES_INTERNAL_FILE. See BUG 7828. |
| +#if 0 |
| +#include "chrome/common/ipc_sync_message_unittest.h" |
|
jam
2009/03/02 21:43:52
why is this needed?
|
| +#include "chrome/common/plugin_messages_internal.h" |
| +#include "chrome/common/render_messages_internal.h" |
| +#include "chrome/renderer/dev_tools_messages_internal.h" |
| +#include "chrome/test/automation/automation_messages_internal.h" |
| +#endif |
| + |
| #ifndef IPC_MESSAGE_MACROS_INCLUDE_BLOCK |
| #define IPC_MESSAGE_MACROS_INCLUDE_BLOCK |