| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'linux_link_kerberos%': 0, | 9 'linux_link_kerberos%': 0, |
| 10 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2172 'url_request/url_fetcher_impl_unittest.cc', | 2172 'url_request/url_fetcher_impl_unittest.cc', |
| 2173 'url_request/url_request_context_builder_unittest.cc', | 2173 'url_request/url_request_context_builder_unittest.cc', |
| 2174 # Needs GetAppOutput(). | 2174 # Needs GetAppOutput(). |
| 2175 'test/python_utils_unittest.cc', | 2175 'test/python_utils_unittest.cc', |
| 2176 | 2176 |
| 2177 # The following tests are disabled because they don't apply to | 2177 # The following tests are disabled because they don't apply to |
| 2178 # iOS. | 2178 # iOS. |
| 2179 # OS is not "linux" or "freebsd" or "openbsd". | 2179 # OS is not "linux" or "freebsd" or "openbsd". |
| 2180 'socket/unix_domain_socket_posix_unittest.cc', | 2180 'socket/unix_domain_socket_posix_unittest.cc', |
| 2181 ], | 2181 ], |
| 2182 'conditions': [ | |
| 2183 ['coverage != 0', { | |
| 2184 'sources!': [ | |
| 2185 # These sources can't be built with coverage due to a | |
| 2186 # toolchain bug: http://openradar.appspot.com/radar?id=1499403 | |
| 2187 'http/transport_security_state_unittest.cc', | |
| 2188 | |
| 2189 # These tests crash when run with coverage turned on due to an | |
| 2190 # issue with llvm_gcda_increment_indirect_counter: | |
| 2191 # http://crbug.com/156058 | |
| 2192 'cookies/cookie_monster_unittest.cc', | |
| 2193 'cookies/cookie_store_unittest.h', | |
| 2194 'http/http_auth_controller_unittest.cc', | |
| 2195 'http/http_network_layer_unittest.cc', | |
| 2196 'http/http_network_transaction_unittest.cc', | |
| 2197 'spdy/spdy_http_stream_unittest.cc', | |
| 2198 'spdy/spdy_proxy_client_socket_unittest.cc', | |
| 2199 'spdy/spdy_session_unittest.cc', | |
| 2200 | |
| 2201 # These tests crash when run with coverage turned on: | |
| 2202 # http://crbug.com/177203 | |
| 2203 'proxy/proxy_service_unittest.cc', | |
| 2204 ], | |
| 2205 }], | |
| 2206 ], | |
| 2207 }], | 2182 }], |
| 2208 [ 'OS == "android"', { | 2183 [ 'OS == "android"', { |
| 2209 'dependencies': [ | 2184 'dependencies': [ |
| 2210 '../third_party/openssl/openssl.gyp:openssl', | 2185 '../third_party/openssl/openssl.gyp:openssl', |
| 2211 ], | 2186 ], |
| 2212 'sources!': [ | 2187 'sources!': [ |
| 2213 'dns/dns_config_service_posix_unittest.cc', | 2188 'dns/dns_config_service_posix_unittest.cc', |
| 2214 ], | 2189 ], |
| 2215 }, | 2190 }, |
| 2216 ], | 2191 ], |
| (...skipping 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3055 'net_unittests.isolate', | 3030 'net_unittests.isolate', |
| 3056 ], | 3031 ], |
| 3057 'sources': [ | 3032 'sources': [ |
| 3058 'net_unittests.isolate', | 3033 'net_unittests.isolate', |
| 3059 ], | 3034 ], |
| 3060 }, | 3035 }, |
| 3061 ], | 3036 ], |
| 3062 }], | 3037 }], |
| 3063 ], | 3038 ], |
| 3064 } | 3039 } |
| OLD | NEW |