diff options
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_message.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ipc/ipc_message.h b/ipc/ipc_message.h index 1ae9e75..e79216d 100644 --- a/ipc/ipc_message.h +++ b/ipc/ipc_message.h @@ -16,10 +16,7 @@ // from here. #include "ipc/ipc_sender.h" -// Ipc logging adds a dependency from the 'chrome' target on all ipc message -// classes. In a component build, this would require exporting all message -// classes, so don't support ipc logging in the components build. -#if !defined(NDEBUG) && !defined(COMPONENT_BUILD) +#if !defined(NDEBUG) #define IPC_MESSAGE_LOG_ENABLED #endif |