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-28 14:35:59 +0000
committerjochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-28 14:35:59 +0000
commitf695ab917faef053ea48c590f060e0a667fbaed8 (patch)
treee674f8308bbf7adbb650b92c0e86f4bb6874371c /ipc/ipc_message.h
parent7425d7df63124e6868dbca950efffb31d5ae2f83 (diff)
downloadchromium_src-f695ab917faef053ea48c590f060e0a667fbaed8.zip
chromium_src-f695ab917faef053ea48c590f060e0a667fbaed8.tar.gz
chromium_src-f695ab917faef053ea48c590f060e0a667fbaed8.tar.bz2
Enable IPC logging for component builds
Also fix a Mac test for the about ipc controller - it was just not executed on the bots before. BUG=none TEST=win dbg still compiles, no mac unit_tests failures Review URL: https://chromiumcodereview.appspot.com/11280186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169934 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