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

Unified Diff: base/base.gyp

Issue 11111014: Add support for coverage=1 builds on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Style tweak Created 8 years, 2 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index eb2429b9b3b5ab9c239aee8aba0dfe7eefe75659..eb586e81a60304197c6d17b4becc6fb881139133 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -580,6 +580,16 @@
# Unittests that don't pass.
['exclude', '^message_loop_unittest\\.cc$'],
],
+ 'conditions': [
+ ['coverage != 0', {
+ # These sources can't be built with coverage due to a toolchain
+ # bug: http://openradar.appspot.com/radar?id=1499403
Mark Mentovai 2012/10/12 13:22:24 Gross.
+ 'sources!': [
+ 'json/json_reader_unittest.cc',
+ 'string_piece_unittest.cc',
+ ],
+ }],
+ ],
'actions': [
{
'action_name': 'copy_test_data',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698