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

Unified Diff: base/base.gyp

Issue 68193002: Remove linux coverage scripts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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 8940c5be9de3c86a11ebb6d6f05142a0d6427598..551aa712027d0a156ce1ddb4bcdaa246071f5a50 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -733,26 +733,6 @@
# iOS does not use message_pump_libevent.
['exclude', '^message_loop/message_pump_libevent_unittest\\.cc$'],
],
- 'conditions': [
- ['coverage != 0', {
- 'sources!': [
- # These sources can't be built with coverage due to a toolchain
- # bug: http://openradar.appspot.com/radar?id=1499403
- 'json/json_reader_unittest.cc',
- 'strings/string_piece_unittest.cc',
-
- # These tests crash when run with coverage turned on due to an
- # issue with llvm_gcda_increment_indirect_counter:
- # http://crbug.com/156058
- 'debug/trace_event_unittest.cc',
- 'debug/trace_event_unittest.h',
- 'logging_unittest.cc',
- 'string_util_unittest.cc',
- 'test/trace_event_analyzer_unittest.cc',
- 'utf_offset_string_conversions_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