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

Side by Side Diff: net/net.gyp

Issue 167793003: Disk cache: Disable index table unit tests for iOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 2117 matching lines...) Expand 10 before | Expand all | Expand 10 after
2128 ], 2128 ],
2129 }], 2129 }],
2130 ['chromeos==1', { 2130 ['chromeos==1', {
2131 'sources!': [ 2131 'sources!': [
2132 'base/network_change_notifier_linux_unittest.cc', 2132 'base/network_change_notifier_linux_unittest.cc',
2133 'proxy/proxy_config_service_linux_unittest.cc', 2133 'proxy/proxy_config_service_linux_unittest.cc',
2134 ], 2134 ],
2135 }], 2135 }],
2136 [ 'OS == "android"', { 2136 [ 'OS == "android"', {
2137 'sources!': [ 2137 'sources!': [
2138 # See bug 294367. 2138 # See bug 344533.
2139 'disk_cache/v3/index_table_unittest.cc', 2139 'disk_cache/v3/index_table_unittest.cc',
2140 # No res_ninit() et al on Android, so this doesn't make a lot of 2140 # No res_ninit() et al on Android, so this doesn't make a lot of
2141 # sense. 2141 # sense.
2142 'dns/dns_config_service_posix_unittest.cc', 2142 'dns/dns_config_service_posix_unittest.cc',
2143 ], 2143 ],
2144 'dependencies': [ 2144 'dependencies': [
2145 'net_javatests', 2145 'net_javatests',
2146 'net_test_jni_headers', 2146 'net_test_jni_headers',
2147 ], 2147 ],
2148 }], 2148 }],
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2333 'socket/ssl_client_socket_unittest.cc', 2333 'socket/ssl_client_socket_unittest.cc',
2334 'url_request/url_fetcher_impl_unittest.cc', 2334 'url_request/url_fetcher_impl_unittest.cc',
2335 'url_request/url_request_context_builder_unittest.cc', 2335 'url_request/url_request_context_builder_unittest.cc',
2336 # Needs GetAppOutput(). 2336 # Needs GetAppOutput().
2337 'test/python_utils_unittest.cc', 2337 'test/python_utils_unittest.cc',
2338 2338
2339 # The following tests are disabled because they don't apply to 2339 # The following tests are disabled because they don't apply to
2340 # iOS. 2340 # iOS.
2341 # OS is not "linux" or "freebsd" or "openbsd". 2341 # OS is not "linux" or "freebsd" or "openbsd".
2342 'socket/unix_domain_socket_posix_unittest.cc', 2342 'socket/unix_domain_socket_posix_unittest.cc',
2343
2344 # See bug 344533.
2345 'disk_cache/v3/index_table_unittest.cc',
2343 ], 2346 ],
2344 }], 2347 }],
2345 [ 'OS == "android"', { 2348 [ 'OS == "android"', {
2346 'dependencies': [ 2349 'dependencies': [
2347 '../third_party/openssl/openssl.gyp:openssl', 2350 '../third_party/openssl/openssl.gyp:openssl',
2348 ], 2351 ],
2349 'sources!': [ 2352 'sources!': [
2350 'dns/dns_config_service_posix_unittest.cc', 2353 'dns/dns_config_service_posix_unittest.cc',
2351 ], 2354 ],
2352 }, 2355 },
(...skipping 858 matching lines...) Expand 10 before | Expand all | Expand 10 after
3211 'net_unittests.isolate', 3214 'net_unittests.isolate',
3212 ], 3215 ],
3213 'sources': [ 3216 'sources': [
3214 'net_unittests.isolate', 3217 'net_unittests.isolate',
3215 ], 3218 ],
3216 }, 3219 },
3217 ], 3220 ],
3218 }], 3221 }],
3219 ], 3222 ],
3220 } 3223 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698