Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: ipc/ipc_channel_unittest.h

Issue 11819041: Make ipc_tests file structure a little saner and add an ipc_perftests target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_unittest.h
diff --git a/ipc/ipc_channel_unittest.h b/ipc/ipc_channel_unittest.h
new file mode 100644
index 0000000000000000000000000000000000000000..c9eed3cc19ee66e1e5396179a3823f0828dcb820
--- /dev/null
+++ b/ipc/ipc_channel_unittest.h
@@ -0,0 +1,13 @@
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef IPC_IPC_CHANNEL_UNITTEST_H_
+#define IPC_IPC_CHANNEL_UNITTEST_H_
+
+#include "ipc/ipc_test_base.h"
+
+class IPCChannelTest : public IPCTestBase {
jam 2013/01/09 21:56:53 what's the point of this file? i.e. why can't whoe
viettrungluu 2013/01/09 22:15:50 ipc_send_fds_test.cc adds (POSIX-only) tests to IP
+};
+
+#endif // IPC_IPC_CHANNEL_UNITTEST_H_
« no previous file with comments | « ipc/ipc.gyp ('k') | ipc/ipc_channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698