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

Unified Diff: third_party/netty4/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 | « third_party/netty-tcnative/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/netty4/BUILD.gn
diff --git a/third_party/netty4/BUILD.gn b/third_party/netty4/BUILD.gn
index fddbd76f71d4e777274a9b1e33e2a81627e2c66e..8e72ddb9475b3739c1953ef1d01c8b9862945503 100644
--- a/third_party/netty4/BUILD.gn
+++ b/third_party/netty4/BUILD.gn
@@ -6,6 +6,6 @@
import("//build/config/android/rules.gni")
-android_java_prebuilt("netty_all") {
+android_java_prebuilt("netty_all_java") {
jar_path = "src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar"
}
« no previous file with comments | « third_party/netty-tcnative/BUILD.gn ('k') | third_party/robolectric/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698