diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 15:44:37 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-02 15:44:37 +0000 |
commit | d1b0115733bb0d3687c65d810d3396f3470dd83b (patch) | |
tree | a37e16e0c100974a72784f7e846bfa84a1a189c9 /ipc | |
parent | a1332facbb3e56714fef8f19839cebecac22ad64 (diff) | |
download | chromium_src-d1b0115733bb0d3687c65d810d3396f3470dd83b.zip chromium_src-d1b0115733bb0d3687c65d810d3396f3470dd83b.tar.gz chromium_src-d1b0115733bb0d3687c65d810d3396f3470dd83b.tar.bz2 |
Add ppapi_message_internal to the magic list of headers so the dependencies work out correctly on Mac.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/5336008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68010 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc.gypi | 1 | ||||
-rw-r--r-- | ipc/ipc_message_impl_macros.h | 1 | ||||
-rw-r--r-- | ipc/ipc_message_macros.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi index 9118394..acc1670 100644 --- a/ipc/ipc.gypi +++ b/ipc/ipc.gypi @@ -26,6 +26,7 @@ 'ipc_logging.h', 'ipc_message.cc', 'ipc_message.h', + 'ipc_message_impl_macros.h', 'ipc_message_macros.h', 'ipc_message_utils.cc', 'ipc_message_utils.h', diff --git a/ipc/ipc_message_impl_macros.h b/ipc/ipc_message_impl_macros.h index 461f2e1..61f7c63 100644 --- a/ipc/ipc_message_impl_macros.h +++ b/ipc/ipc_message_impl_macros.h @@ -31,6 +31,7 @@ #include "chrome/common/service_messages_internal.h" #include "chrome/common/utility_messages_internal.h" #include "chrome/common/worker_messages_internal.h" +#include "ppapi/proxy/ppapi_messages_internal.h" #endif // These are probalby still defined because of ipc_message_macros.h should be diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h index fad4163..2897dfb 100644 --- a/ipc/ipc_message_macros.h +++ b/ipc/ipc_message_macros.h @@ -57,6 +57,7 @@ #include "chrome/common/plugin_messages_internal.h" #include "chrome/common/render_messages_internal.h" #include "chrome/common/worker_messages_internal.h" +#include "ppapi/proxy/ppapi_messages_internal.h" #endif #ifndef IPC_MESSAGE_MACROS_INCLUDE_BLOCK |