From 44176275088940e1f34cf0bb9e1e83124cf119b7 Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Wed, 29 Sep 2010 22:53:50 +0000 Subject: Add all foo_messages_internal.h files in chrome/common to ipc/ipc_message_impl_macros.h ipc/ipc_message_impl_macros.h has a list of #includes that are #if 0'd out so that xcode can see the dependency from foo_messages.cc on foo_messages_internal.h since it can't understand our MESSAGES_INTERNAL_FILE system. This list was out of date and didn't include newly added files like gpu_messages_internal.h which caused http://src.chromium.org/viewvc/chrome?view=rev&revision=60902 to break the mac build BUG=7828 TEST=compiles Review URL: http://codereview.chromium.org/3564003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61001 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_impl_macros.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ipc/ipc_message_impl_macros.h') diff --git a/ipc/ipc_message_impl_macros.h b/ipc/ipc_message_impl_macros.h index 0e66cea..a9c38bd 100644 --- a/ipc/ipc_message_impl_macros.h +++ b/ipc/ipc_message_impl_macros.h @@ -22,11 +22,15 @@ // don't understand #include MESSAGES_INTERNAL_FILE. See http://crbug.com/7828 #if 0 #include "ipc/ipc_sync_message_unittest.h" +#include "chrome/common/devtools_messages_internal.h" +#include "chrome/common/gpu_messages_internal.h" +#include "chrome/common/nacl_messages_internal.h" #include "chrome/common/plugin_messages_internal.h" #include "chrome/common/render_messages_internal.h" -#include "chrome/common/devtools_messages_internal.h" -#include "chrome/test/automation/automation_messages_internal.h" +#include "chrome/common/service_messages_internal.h" +#include "chrome/common/utility_messages_internal.h" #include "chrome/common/worker_messages_internal.h" +#include "chrome/test/automation/automation_messages_internal.h" #endif // These are probalby still defined because of ipc_message_macros.h should be -- cgit v1.1