diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 19:19:50 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-14 19:19:50 +0000 |
commit | 4c1f5103acbb565ee66a729c56845c1062e4612b (patch) | |
tree | d95ef457d4bfcb5b1ba3497170390e3f5aa9566c /base | |
parent | bad3bef9eb3a3bae971ddee44aa385f786fbbff8 (diff) | |
download | chromium_src-4c1f5103acbb565ee66a729c56845c1062e4612b.zip chromium_src-4c1f5103acbb565ee66a729c56845c1062e4612b.tar.gz chromium_src-4c1f5103acbb565ee66a729c56845c1062e4612b.tar.bz2 |
Remove linux coverage scripts.
BUG=318423
TBR=owners
Review URL: https://codereview.chromium.org/68193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/base/base.gyp b/base/base.gyp index 8940c5b..551aa712 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', |