summaryrefslogtreecommitdiffstats
path: root/chrome/common/common.scons
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:28:11 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 22:28:11 +0000
commit514411fcb4657f575eeb3e39a9056478a28306a0 (patch)
treebe2bcacf0d4cffd91ceded1f4e03bc3d6ae3d6e6 /chrome/common/common.scons
parentf20b9e922a26e045af6bc7a5c3c46d78abb04aac (diff)
downloadchromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.zip
chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.gz
chromium_src-514411fcb4657f575eeb3e39a9056478a28306a0.tar.bz2
Refactor IPC::Channel to have a common header.
Review URL: http://codereview.chromium.org/11024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6743 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.scons')
-rw-r--r--chrome/common/common.scons2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/common.scons b/chrome/common/common.scons
index 0116edf..5f4d8fa 100644
--- a/chrome/common/common.scons
+++ b/chrome/common/common.scons
@@ -90,7 +90,7 @@ if env['PLATFORM'] == 'win32':
'gfx/icon_util.cc',
'gfx/path.cc',
'gfx/text_elider.cc',
- 'ipc_channel.cc',
+ 'ipc_channel_win.cc',
'ipc_channel_proxy.cc',
'ipc_logging.cc',
'ipc_message_utils.cc',