diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 22:53:50 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 22:53:50 +0000 |
commit | 44176275088940e1f34cf0bb9e1e83124cf119b7 (patch) | |
tree | f1a9dca239b31f97afc8f8b02862740341cc40aa /ipc | |
parent | 636507a6ed98f61845adc46736a97569bc021ffc (diff) | |
download | chromium_src-44176275088940e1f34cf0bb9e1e83124cf119b7.zip chromium_src-44176275088940e1f34cf0bb9e1e83124cf119b7.tar.gz chromium_src-44176275088940e1f34cf0bb9e1e83124cf119b7.tar.bz2 |
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
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message_impl_macros.h | 8 |
1 files changed, 6 insertions, 2 deletions
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 |