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

Side by Side Diff: net/net.gyp

Issue 10913083: Remove {base,net}_java dependencies from GYP client targets on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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 | « media/media.gyp ('k') | sql/sql.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 10 'conditions': [
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 ['include', '^http/http_version\\.h$'], 1098 ['include', '^http/http_version\\.h$'],
1099 ['include', '^url_request/url_request_job_manager\\.'], 1099 ['include', '^url_request/url_request_job_manager\\.'],
1100 ['include', '^proxy/dhcp_proxy_script_fetcher\\.'], 1100 ['include', '^proxy/dhcp_proxy_script_fetcher\\.'],
1101 ['include', '^proxy/polling_proxy_config_service\\.'], 1101 ['include', '^proxy/polling_proxy_config_service\\.'],
1102 ['include', '^proxy/proxy_config\\.'], 1102 ['include', '^proxy/proxy_config\\.'],
1103 ['include', '^proxy/proxy_config_service_ios\\.'], 1103 ['include', '^proxy/proxy_config_service_ios\\.'],
1104 ['include', '^proxy/proxy_service\\.'], 1104 ['include', '^proxy/proxy_service\\.'],
1105 ], 1105 ],
1106 }, 1106 },
1107 ], 1107 ],
1108 ['OS=="android" and _toolset=="target"', {
1109 'dependencies': [
1110 'net_java',
1111 ],
1112 'export_dependent_settings': [
1113 'net_java',
1114 ],
1115 }],
1108 [ 'OS == "android"', { 1116 [ 'OS == "android"', {
1109 'dependencies': [ 1117 'dependencies': [
1110 '../third_party/openssl/openssl.gyp:openssl', 1118 '../third_party/openssl/openssl.gyp:openssl',
1111 'net_jni_headers', 1119 'net_jni_headers',
1112 ], 1120 ],
1113 'sources!': [ 1121 'sources!': [
1114 'base/dnssec_chain_verifier.cc', 1122 'base/dnssec_chain_verifier.cc',
1115 'base/openssl_memory_private_key_store.cc', 1123 'base/openssl_memory_private_key_store.cc',
1116 ], 1124 ],
1117 }, { # else OS! = "android" 1125 }, { # else OS! = "android"
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 'includes': [ '../build/jni_generator.gypi' ], 2097 'includes': [ '../build/jni_generator.gypi' ],
2090 }, 2098 },
2091 { 2099 {
2092 'target_name': 'net_java', 2100 'target_name': 'net_java',
2093 'type': 'none', 2101 'type': 'none',
2094 'variables': { 2102 'variables': {
2095 'package_name': 'net', 2103 'package_name': 'net',
2096 'java_in_dir': '../net/android/java', 2104 'java_in_dir': '../net/android/java',
2097 }, 2105 },
2098 'dependencies': [ 2106 'dependencies': [
2099 '../base/base.gyp:base_java', 2107 '../base/base.gyp:base',
2100 ], 2108 ],
2101 'export_dependent_settings': [ 2109 'export_dependent_settings': [
2102 '../base/base.gyp:base_java', 2110 '../base/base.gyp:base',
2103 ], 2111 ],
2104 'includes': [ '../build/java.gypi' ], 2112 'includes': [ '../build/java.gypi' ],
2105 }, 2113 },
2106 { 2114 {
2107 'target_name': 'net_javatests', 2115 'target_name': 'net_javatests',
2108 'type': 'none', 2116 'type': 'none',
2109 'variables': { 2117 'variables': {
2110 'package_name': 'net_javatests', 2118 'package_name': 'net_javatests',
2111 'java_in_dir': '../net/android/javatests', 2119 'java_in_dir': '../net/android/javatests',
2112 }, 2120 },
2113 'dependencies': [ 2121 'dependencies': [
2114 '../base/base.gyp:base_java', 2122 '../base/base.gyp:base',
2115 '../base/base.gyp:base_java_test_support', 2123 '../base/base.gyp:base_java_test_support',
2124 'net_java',
2116 ], 2125 ],
2117 'export_dependent_settings': [ 2126 'export_dependent_settings': [
2118 '../base/base.gyp:base_java', 2127 '../base/base.gyp:base',
2119 '../base/base.gyp:base_java_test_support', 2128 '../base/base.gyp:base_java_test_support',
2129 'net_java',
2120 ], 2130 ],
2121 'includes': [ '../build/java.gypi' ], 2131 'includes': [ '../build/java.gypi' ],
2122 }, 2132 },
2123 ], 2133 ],
2124 }], 2134 }],
2125 # Special target to wrap a gtest_target_type==shared_library 2135 # Special target to wrap a gtest_target_type==shared_library
2126 # net_unittests into an android apk for execution. 2136 # net_unittests into an android apk for execution.
2127 # See base.gyp for TODO(jrg)s about this strategy. 2137 # See base.gyp for TODO(jrg)s about this strategy.
2128 ['OS == "android" and gtest_target_type == "shared_library"', { 2138 ['OS == "android" and gtest_target_type == "shared_library"', {
2129 'targets': [ 2139 'targets': [
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 '--result', '<@(_outputs)', 2208 '--result', '<@(_outputs)',
2199 '--isolate', 'net_unittests.isolate', 2209 '--isolate', 'net_unittests.isolate',
2200 ], 2210 ],
2201 }, 2211 },
2202 ], 2212 ],
2203 }, 2213 },
2204 ], 2214 ],
2205 }], 2215 }],
2206 ], 2216 ],
2207 } 2217 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | sql/sql.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698