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

Side by Side Diff: net/net.gyp

Issue 134803002: Disk cache: Disable V3 index_table for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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 2044 matching lines...) Expand 10 before | Expand all | Expand 10 after
2055 ], 2055 ],
2056 }], 2056 }],
2057 ['chromeos==1', { 2057 ['chromeos==1', {
2058 'sources!': [ 2058 'sources!': [
2059 'base/network_change_notifier_linux_unittest.cc', 2059 'base/network_change_notifier_linux_unittest.cc',
2060 'proxy/proxy_config_service_linux_unittest.cc', 2060 'proxy/proxy_config_service_linux_unittest.cc',
2061 ], 2061 ],
2062 }], 2062 }],
2063 [ 'OS == "android"', { 2063 [ 'OS == "android"', {
2064 'sources!': [ 2064 'sources!': [
2065 # See bug 294367.
2066 'disk_cache/v3/index_table_unittest.cc',
2065 # No res_ninit() et al on Android, so this doesn't make a lot of 2067 # No res_ninit() et al on Android, so this doesn't make a lot of
2066 # sense. 2068 # sense.
2067 'dns/dns_config_service_posix_unittest.cc', 2069 'dns/dns_config_service_posix_unittest.cc',
2068 ], 2070 ],
2069 'dependencies': [ 2071 'dependencies': [
2070 'net_javatests', 2072 'net_javatests',
2071 'net_test_jni_headers', 2073 'net_test_jni_headers',
2072 ], 2074 ],
2073 }], 2075 }],
2074 [ 'use_nss != 1', { 2076 [ 'use_nss != 1', {
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
3097 'net_unittests.isolate', 3099 'net_unittests.isolate',
3098 ], 3100 ],
3099 'sources': [ 3101 'sources': [
3100 'net_unittests.isolate', 3102 'net_unittests.isolate',
3101 ], 3103 ],
3102 }, 3104 },
3103 ], 3105 ],
3104 }], 3106 }],
3105 ], 3107 ],
3106 } 3108 }
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