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

Unified Diff: mojo/edk/test/multiprocess_test_helper.h

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 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 | « mojo/edk/test/BUILD.gn ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/multiprocess_test_helper.h
diff --git a/mojo/edk/test/multiprocess_test_helper.h b/mojo/edk/test/multiprocess_test_helper.h
index 55fef7c73ad1fa80f36a2186839aa1d3f7dac9bd..be73734cbf82f97a55125b3d70d16ea5f9854129 100644
--- a/mojo/edk/test/multiprocess_test_helper.h
+++ b/mojo/edk/test/multiprocess_test_helper.h
@@ -23,6 +23,8 @@ namespace test {
extern const char kBrokerHandleSwitch[];
+#if !defined(OS_IOS)
+
class MultiprocessTestHelper {
public:
MultiprocessTestHelper();
@@ -97,6 +99,8 @@ class MultiprocessTestHelper {
} \
void test_child_name##TestChildTest()
+#endif // !defined(OS_IOS)
+
} // namespace test
} // namespace edk
} // namespace mojo
« no previous file with comments | « mojo/edk/test/BUILD.gn ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698