Index: ios/testing/BUILD.gn |
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn |
index 754d27163a80c904e6e7a64202027e3cd93fb570..5d8e854cb0406da540c914bda6d3e776466eab99 100644 |
--- a/ios/testing/BUILD.gn |
+++ b/ios/testing/BUILD.gn |
@@ -5,6 +5,19 @@ |
import("//ios/build/config.gni") |
import("//testing/test.gni") |
+source_set("ios_test_support") { |
+ testonly = true |
+ |
+ deps = [ |
+ "//base/test:test_support", |
+ ] |
+ |
+ sources = [ |
+ "wait_util.h", |
+ "wait_util.mm", |
+ ] |
+} |
+ |
source_set("ocmock_support") { |
testonly = true |