| Index: build/secondary/testing/gtest/BUILD.gn
|
| diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
|
| index 649f5c559db4054f6815b77432f39e04e0ca769e..be30f0b10513f0edc24091bb017d0ff47003d473 100644
|
| --- a/build/secondary/testing/gtest/BUILD.gn
|
| +++ b/build/secondary/testing/gtest/BUILD.gn
|
| @@ -100,8 +100,8 @@ static_library("gtest") {
|
|
|
| if (is_ios && gtest_include_ios_coverage) {
|
| sources += [
|
| - "../coverage_util_ios.cc",
|
| "../coverage_util_ios.h",
|
| + "../coverage_util_ios.mm",
|
| ]
|
| }
|
|
|
|
|