Index: testing/test.gni |
diff --git a/testing/test.gni b/testing/test.gni |
index 13c434238acce1cc2fe63e34f783bf17fc509165..06fb558784ffeb9971ebbd5064f6dbcdf1940fb5 100644 |
--- a/testing/test.gni |
+++ b/testing/test.gni |
@@ -178,7 +178,7 @@ template("test") { |
] |
} |
- app(_test_target) { |
+ ios_app_bundle(_test_target) { |
# TODO(GYP): Make this configurable and only provide a default |
# that can be overridden. |
info_plist = "//testing/gtest_ios/unittest-Info.plist" |