| Index: build_overrides/gtest.gni
|
| diff --git a/build_overrides/gtest.gni b/build_overrides/gtest.gni
|
| index a64bb7ed5b00bc67a1de52002e0a6dd2cfddda24..5b7cce746cfd668612e1b89df44ce9479d3c8063 100644
|
| --- a/build_overrides/gtest.gni
|
| +++ b/build_overrides/gtest.gni
|
| @@ -11,3 +11,9 @@ gtest_include_multiprocess = true
|
|
|
| # Include 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
|
|
|