summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build_overrides/gtest.gni6
1 files changed, 6 insertions, 0 deletions
diff --git a/build_overrides/gtest.gni b/build_overrides/gtest.gni
index 6089962ada..bf30fb1d72 100644
--- a/build_overrides/gtest.gni
+++ b/build_overrides/gtest.gni
@@ -7,3 +7,9 @@ gtest_include_multiprocess = false
# Exclude support for platform-specific operations across unit tests.
gtest_include_platform_test = false
+
+# Exclude support for testing Objective C code on OS X and iOS.
+gtest_include_objc_support = false
+
+# Exclude support for flushing coverage files on iOS.
+gtest_include_ios_coverage = false