Chromium Code Reviews| 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', |