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

Unified Diff: gtest.gni

Issue 1950463003: Exclude 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 306ae54d25caa62bd4723b75338cf20f8608344a..99d70e7d330d4cdeb703dd36aea3980e4584ac44 100644
--- a/gtest.gni
+++ b/gtest.gni
@@ -29,4 +29,4 @@ gtest_include_objc_support = false
#
# 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
+gtest_include_ios_coverage = false
« 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