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

Unified Diff: chrome/chrome_tests_unit.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 | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 849cf9e51b3513e6f0bca81de18f94703bf16634..2da5183dbf12901e7cd77ed346c56400da34b79e 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2088,20 +2088,6 @@
['include', '^common/translate/translate_util_unittest\\.cc$'],
['include', '^common/zip_'],
],
- 'conditions': [
- ['coverage != 0', {
- 'sources/': [
- # These tests crash when run with coverage turned on due to an
- # issue with llvm_gcda_increment_indirect_counter:
- # http://crbug.com/156058
- ['exclude', '^browser/autocomplete/bookmark_provider_unittest\\.cc$'],
- ['exclude', '^browser/autocomplete/builtin_provider_unittest\\.cc$'],
- ['exclude', '^browser/autocomplete/history_quick_provider_unittest\\.cc$'],
- ['exclude', '^browser/autocomplete/shortcuts_provider_unittest\\.cc$'],
- ['exclude', '^browser/bookmarks/bookmark_codec_unittest\\.cc$'],
- ],
- }],
- ],
# Bundle all the necessary resources into the test bundle.
'includes': ['chrome_ios_bundle_resources.gypi'],
'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']},
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome_frame/chrome_frame.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698