Commit ea649ee1 authored by xunjieli's avatar xunjieli Committed by Commit bot

Cronet: remove base javatests from cronet instrumentation tests

BUG=424685

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

Cr-Commit-Position: refs/heads/master@{#300539}
parent e5dbc82e
......@@ -395,7 +395,6 @@
'cronet',
'cronet_sample_apk_java',
'cronet_stub',
'../base/base.gyp:base_java',
'../base/base.gyp:base_java_test_support',
],
'variables': {
......@@ -464,7 +463,7 @@
{
# cronet_test_apk creates a .jar as a side effect. Any java targets
# that need that .jar in their classpath should depend on this target,
# cronet_sample_apk_java. Dependents of cronet_test_apk receive its
# cronet_test_apk_java. Dependents of cronet_test_apk receive its
# jar path in the variable 'apk_output_jar_path'. This target should
# only be used by targets which instrument cronet_test_apk.
'target_name': 'cronet_test_apk_java',
......@@ -479,8 +478,6 @@
'type': 'none',
'dependencies': [
'cronet_test_apk_java',
'../base/base.gyp:base_java',
'../base/base.gyp:base_javatests',
'../base/base.gyp:base_java_test_support',
],
'variables': {
......
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