| 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..18b6e9f6a3ce288e3d73fe9e658a2ec117668dab 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 http://crbug.com/7828
|
| +#if 0
|
| +#include "chrome/common/ipc_sync_message_unittest.h"
|
| +#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
|
|
|
|
|