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

Unified Diff: components/cronet/android/BUILD.gn

Issue 2473963003: Fix java target naming exceptions in third_party/ (Closed)
Patch Set: Created 4 years, 1 month 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
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 933ee62b952823fb720f401e35f41df15cc0b232..6c5e9dcee1cd3cfd2f8426423e2dcb9537dea809 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -568,8 +568,8 @@ android_library("cronet_test_apk_java") {
"//base:base_java",
"//base:base_java_test_support",
"//net/android:net_java_test_support",
- "//third_party/netty-tcnative:netty-tcnative",
- "//third_party/netty4:netty_all",
+ "//third_party/netty-tcnative:netty-tcnative_java",
+ "//third_party/netty4:netty_all_java",
]
run_findbugs_override = true
@@ -627,7 +627,7 @@ android_apk("cronet_test_apk") {
":cronet_test_apk_java",
":cronet_test_apk_resources",
"//base:base_java",
- "//third_party/netty-tcnative:netty-tcnative_all",
+ "//third_party/netty-tcnative:netty-tcnative-so",
]
run_findbugs_override = true

Powered by Google App Engine
This is Rietveld 408576698