summaryrefslogtreecommitdiffstats
path: root/ipc/ipc.gyp
diff options
context:
space:
mode:
authorerikchen <erikchen@chromium.org>2015-10-12 11:24:01 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-12 18:24:43 +0000
commit89d7423309ae226cccf2a160d31275f61da93628 (patch)
treedb0235a29bde004a703419b952569360e6c3132b /ipc/ipc.gyp
parent622249055279172f4b064ed2e0ace8aa0dadddc2 (diff)
downloadchromium_src-89d7423309ae226cccf2a160d31275f61da93628.zip
chromium_src-89d7423309ae226cccf2a160d31275f61da93628.tar.gz
chromium_src-89d7423309ae226cccf2a160d31275f61da93628.tar.bz2
ipc: Move Mac test utilities into their own file.
They are about to be used by a second test suite. This CL is intended as a refactor with no behavioral change. BUG=535711 Review URL: https://codereview.chromium.org/1393723003 Cr-Commit-Position: refs/heads/master@{#353560}
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r--ipc/ipc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index ba0dd0a..d6e254a 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -155,6 +155,8 @@
'ipc_test_channel_listener.h',
'ipc_test_sink.cc',
'ipc_test_sink.h',
+ 'test_util_mac.cc',
+ 'test_util_mac.h',
],
},
],