Index: ios/testing/earl_grey/earl_grey_support.gyp |
diff --git a/ios/testing/earl_grey/earl_grey_support.gyp b/ios/testing/earl_grey/earl_grey_support.gyp |
index f21bc190185fbf9ad9944f139cc551a621087dce..96c72ebf92b04b7d800f0eeff4625a03d9227b12 100644 |
--- a/ios/testing/earl_grey/earl_grey_support.gyp |
+++ b/ios/testing/earl_grey/earl_grey_support.gyp |
@@ -10,6 +10,9 @@ |
# GN version: //ios/testing/earl_grey:earl_grey_support |
'target_name': 'earl_grey_support', |
'type': 'static_library', |
+ 'dependencies': [ |
+ '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey', |
+ ], |
'sources': [ |
'wait_util.h', |
'wait_util.mm', |