| Index: sync/sync_tests.gypi
|
| diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
|
| index cdf671d524ca6a2723d07510afee02e82ce64086..f3acf45557a043e8e922c3de4a60d59c3a26520d 100644
|
| --- a/sync/sync_tests.gypi
|
| +++ b/sync/sync_tests.gypi
|
| @@ -273,20 +273,6 @@
|
| 'util/nigori_unittest.cc',
|
| 'util/protobuf_unittest.cc',
|
| ],
|
| - 'conditions': [
|
| - ['OS == "ios" and coverage != 0', {
|
| - 'sources!': [
|
| - # These sources can't be built with coverage due to a toolchain
|
| - # bug: http://openradar.appspot.com/radar?id=1499403
|
| - 'engine/syncer_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
|
| - 'syncable/directory_backing_store_unittest.cc',
|
| - ],
|
| - }],
|
| - ],
|
| },
|
| },
|
|
|
|
|