Index: testing/gtest.gyp |
diff --git a/testing/gtest.gyp b/testing/gtest.gyp |
index 5c5ae8a5cc10ad8695374e8d0658cf9909b3e46a..4fa71dded6017726bd255b94c06b94720955b88d 100644 |
--- a/testing/gtest.gyp |
+++ b/testing/gtest.gyp |
@@ -64,6 +64,9 @@ |
}, |
}], |
['OS == "ios"', { |
+ 'dependencies' : [ |
+ '<(DEPTH)/testing/iossim/iossim.gyp:iossim', |
+ ], |
'direct_dependent_settings': { |
'target_conditions': [ |
# Turn all tests into bundles on iOS because that's the only |