summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 04:00:08 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-12 04:00:08 +0000
commite707d5e60b2191d3ffde90edcbafc01d8d7f7590 (patch)
treeb9d29f7a0667325481e68b00900812ec4c9f68fd /chrome/common/common.scons
parent84dd17ec3f2b4ccd2bec330596bb1aa912ae78d7 (diff)
downloadchromium_src-e707d5e60b2191d3ffde90edcbafc01d8d7f7590.zip
chromium_src-e707d5e60b2191d3ffde90edcbafc01d8d7f7590.tar.gz
chromium_src-e707d5e60b2191d3ffde90edcbafc01d8d7f7590.tar.bz2
POSIX: basic IPC logging
For the moment, we enable IPC logging with an environment variable (CHROME_IPC_LOGGING) and log everything to stderr. Review URL: http://codereview.chromium.org/20156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9643 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 832485f..5824335 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -232,7 +232,6 @@ if not env.Bit('windows'):
'gfx/emf.cc',
'gfx/icon_util.cc',
'gfx/path.cc',
- 'ipc_logging.cc',
'os_exchange_data.cc',
'process_watcher.cc',
)