Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: gtest.gni

Issue 1943503002: Exclude OS X and iOS specific Google Test extensions (Closed) Base URL: https://chromium.googlesource.com/native_client/src/build_overrides.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gtest.gni
diff --git a/gtest.gni b/gtest.gni
index 11295d25fbc602f62218ea9f18274427ad5c574d..306ae54d25caa62bd4723b75338cf20f8608344a 100644
--- a/gtest.gni
+++ b/gtest.gni
@@ -18,3 +18,15 @@ gtest_include_multiprocess = false
# platform-specific operations in Native Client and this support requires
# additional source files from Chromium codebase.
gtest_include_platform_test = false
+
+# Exclude support for testing Objective C code on OS X and iOS.
+#
+# This value differs from Chromium's version as we do not have any Objective C
+# code in our codebase and we do not need such support.
+gtest_include_objc_support = false
+
+# Exclude support for flushing coverage files on iOS.
+#
+# This value differs from Chromium's as do not have any iOS specific code in
+# our codebase and we do not need such support.
+gtest_include_ios_coverage = true
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698