Commit 05fc8308 authored by yfriedman's avatar yfriedman Committed by Commit bot

Temporarily add hook for extending net_java_test_support.

Defines a list 'net_test_extra_libs' that is included in
net_java_test_support. org.apache.http is deprecated and being removed.
This enables temporary inclusion of a replacement jar until the
dependency is removed.

BUG=488192

Review URL: https://codereview.chromium.org/1138013007

Cr-Commit-Position: refs/heads/master@{#330105}
parent 4e7e199c
......@@ -5,7 +5,9 @@
{
'variables': {
'chromium_code': 1,
# Defines an extra set of libs with an alternate copy of org.apache.http.
# TODO(yfriedman): Remove this when crbug.com/488192 is fixed.
'net_test_extra_libs': [],
'linux_link_kerberos%': 0,
'conditions': [
['chromeos==1 or embedded==1 or OS=="android" or OS=="ios"', {
......@@ -1403,7 +1405,8 @@
},
'dependencies': [
'url_request_failed_job_java',
'../base/base.gyp:base_java'
'../base/base.gyp:base_java',
'<@(net_test_extra_libs)',
],
'includes': [ '../build/java.gypi' ],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment