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

Unified Diff: components/cronet.gypi

Issue 669713002: Cronet: remove base javatests from cronet instrumentation tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index d33f982c193f0038b7b95dd80e2c4188970f606c..5b138ff89b19d52ddb2caa19665b7740f73769ec 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -395,7 +395,6 @@
'cronet',
'cronet_sample_apk_java',
'cronet_stub',
- '../base/base.gyp:base_java',
'../base/base.gyp:base_java_test_support',
],
'variables': {
@@ -461,7 +460,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',
@@ -476,8 +475,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': {
« 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