summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message.h
diff options
context:
space:
mode:
authorjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-26 19:03:55 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-26 19:03:55 +0000
commit50a16812c794a968c71ec6de2baf3a203c359322 (patch)
tree17a687bb9b7cbcc20abf84e030bce042d2cd7367 /ipc/ipc_message.h
parent89c6eaf4699a352f9045bba2a22057a7acb12129 (diff)
downloadchromium_src-50a16812c794a968c71ec6de2baf3a203c359322.zip
chromium_src-50a16812c794a968c71ec6de2baf3a203c359322.tar.gz
chromium_src-50a16812c794a968c71ec6de2baf3a203c359322.tar.bz2
Enable IPC logging for component build
Since I refactored the registering of IPC loggers to go through a proper API, there's no dependency from ipc to chrome anymore, and we can enable it in debug builds BUG=none TEST=compiles in debug build Review URL: https://chromiumcodereview.appspot.com/11415122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169453 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_message.h')
-rw-r--r--ipc/ipc_message.h5
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