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

Unified Diff: net/net.gyp

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_frame/chrome_frame.gyp ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 338073c54a122c8ce7843166305405d6026140bf..51ffe6270399b64ab60ed6500201a508b6be210c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -2179,31 +2179,6 @@
# OS is not "linux" or "freebsd" or "openbsd".
'socket/unix_domain_socket_posix_unittest.cc',
],
- 'conditions': [
- ['coverage != 0', {
- 'sources!': [
- # These sources can't be built with coverage due to a
- # toolchain bug: http://openradar.appspot.com/radar?id=1499403
- 'http/transport_security_state_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
- 'cookies/cookie_monster_unittest.cc',
- 'cookies/cookie_store_unittest.h',
- 'http/http_auth_controller_unittest.cc',
- 'http/http_network_layer_unittest.cc',
- 'http/http_network_transaction_unittest.cc',
- 'spdy/spdy_http_stream_unittest.cc',
- 'spdy/spdy_proxy_client_socket_unittest.cc',
- 'spdy/spdy_session_unittest.cc',
-
- # These tests crash when run with coverage turned on:
- # http://crbug.com/177203
- 'proxy/proxy_service_unittest.cc',
- ],
- }],
- ],
}],
[ 'OS == "android"', {
'dependencies': [
« no previous file with comments | « chrome_frame/chrome_frame.gyp ('k') | sync/sync_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698