| Index: sync/sync.gyp
 | 
| diff --git a/sync/sync.gyp b/sync/sync.gyp
 | 
| index f216a297d132a5b63fc9e8b7b94f128794ca11d7..b0805fd742adac9b06eb5d25497ec322eb31d79b 100644
 | 
| --- a/sync/sync.gyp
 | 
| +++ b/sync/sync.gyp
 | 
| @@ -638,6 +638,15 @@
 | 
|            'util/protobuf_unittest.cc',
 | 
|            'internal_api/public/util/weak_handle_unittest.cc',
 | 
|          ],
 | 
| +        'conditions': [
 | 
| +          ['OS == "ios" and coverage != 0', {
 | 
| +            # These sources can't be built with coverage due to a toolchain
 | 
| +            # bug: http://openradar.appspot.com/radar?id=1499403
 | 
| +            'sources!': [
 | 
| +              'engine/syncer_unittest.cc',
 | 
| +            ],
 | 
| +          }],
 | 
| +        ],
 | 
|        },
 | 
|      },
 | 
|  
 | 
| 
 |