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

Unified Diff: sync/sync_tests.gypi

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 | « net/net.gyp ('k') | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- }],
- ],
},
},
« no previous file with comments | « net/net.gyp ('k') | tools/code_coverage/coverage_posix.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698