| Index: build_overrides/gtest.gni
|
| diff --git a/build_overrides/gtest.gni b/build_overrides/gtest.gni
|
| index d7ce189239f61b77c94d262f4f465c3dc5694c07..254bef34a361954e48403660dad267db5640ad13 100644
|
| --- a/build_overrides/gtest.gni
|
| +++ b/build_overrides/gtest.gni
|
| @@ -7,3 +7,9 @@ gtest_include_multiprocess = true
|
|
|
| # Exclude support for platform-specific operations across unit tests.
|
| gtest_include_platform_test = true
|
| +
|
| +# Exclude support for testing Objective C code on OS X and iOS.
|
| +gtest_include_objc_support = true
|
| +
|
| +# Exclude support for flushing coverage files on iOS.
|
| +gtest_include_ios_coverage = true
|
|
|