Index: ios/testing/BUILD.gn |
diff --git a/ios/testing/BUILD.gn b/ios/testing/BUILD.gn |
index d63e0cf1e63e426345123fb6b9c9ee6f7746dcdd..782c2aeefdbfcf4c39385dc0139f40e328a6ff12 100644 |
--- a/ios/testing/BUILD.gn |
+++ b/ios/testing/BUILD.gn |
@@ -9,6 +9,9 @@ source_set("ocmock_support") { |
deps = [ |
"//base", |
+ ] |
+ |
+ public_deps = [ |
"//third_party/google_toolbox_for_mac", |
"//third_party/ocmock", |
] |