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

Unified Diff: build/secondary/testing/gtest/BUILD.gn

Issue 2789433004: Add tools for code coverage support in iOS. (Closed)
Patch Set: Created 3 years, 9 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
Index: build/secondary/testing/gtest/BUILD.gn
diff --git a/build/secondary/testing/gtest/BUILD.gn b/build/secondary/testing/gtest/BUILD.gn
index 649f5c559db4054f6815b77432f39e04e0ca769e..be30f0b10513f0edc24091bb017d0ff47003d473 100644
--- a/build/secondary/testing/gtest/BUILD.gn
+++ b/build/secondary/testing/gtest/BUILD.gn
@@ -100,8 +100,8 @@ static_library("gtest") {
if (is_ios && gtest_include_ios_coverage) {
lpromero 2017/03/31 11:22:06 "gtest_include_ios_coverage" is mentioned here, fo
sources += [
- "../coverage_util_ios.cc",
"../coverage_util_ios.h",
+ "../coverage_util_ios.mm",
]
}

Powered by Google App Engine
This is Rietveld 408576698