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

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

Issue 2473963003: Fix java target naming exceptions in third_party/ (Closed)
Patch Set: rebase 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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | third_party/custom_tabs_client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 5b6b6667445c3a412cb8b6697b729ec30d8cc785..c1dc5115a9f2048d3aa7f2866c960ca7ecd0abc3 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -569,8 +569,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
@@ -628,7 +628,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
« no previous file with comments | « chrome/android/BUILD.gn ('k') | third_party/custom_tabs_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698