summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 23:50:27 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-20 23:50:27 +0000
commit3ff2a10362f73dfaf2b6509f6553f963cdbc7b7d (patch)
tree2b2e824e76b9b6c473ab91933a1759e10c9e685d /ipc/ipc.gyp
parentf63ad079d7c5b1bcd6a8b42aed298de328be0811 (diff)
downloadchromium_src-3ff2a10362f73dfaf2b6509f6553f963cdbc7b7d.zip
chromium_src-3ff2a10362f73dfaf2b6509f6553f963cdbc7b7d.tar.gz
chromium_src-3ff2a10362f73dfaf2b6509f6553f963cdbc7b7d.tar.bz2
Move the TestSink for doing IPC tests from chrome/common into IPC and create a new IPC test_support project that references it.
This is necessary because I want to make a test that uses the sink outside of chrome. TEST=this is a test BUG=none Review URL: http://codereview.chromium.org/6290008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72044 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 6865ee3..f6c7820 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -74,6 +74,18 @@
}]
],
},
+ {
+ 'target_name': 'test_support_ipc',
+ 'type': '<(library)',
+ 'dependencies': [
+ 'ipc',
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'ipc_test_sink.cc',
+ 'ipc_test_sink.h',
+ ],
+ },
],
}