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

Unified Diff: third_party/netty-tcnative/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/leakcanary/BUILD.gn ('k') | third_party/netty4/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/netty-tcnative/BUILD.gn
diff --git a/third_party/netty-tcnative/BUILD.gn b/third_party/netty-tcnative/BUILD.gn
index 2af63f5edcb0ea4d56967b1560158680cd5d145d..6cf32a4f8e5c2c1e1b288eef7d76e6cc25a1c042 100644
--- a/third_party/netty-tcnative/BUILD.gn
+++ b/third_party/netty-tcnative/BUILD.gn
@@ -54,7 +54,7 @@ shared_library("netty-tcnative-so") {
}
# Builds the Java part of netty-tcnative library.
-android_library("netty-tcnative") {
+android_library("netty-tcnative_java") {
java_files = [
"src/java/src/org/apache/tomcat/Apr.java",
"src/java/src/org/apache/tomcat/jni/Address.java",
@@ -103,14 +103,3 @@ android_library("netty-tcnative") {
"//base:base_java",
]
}
-
-# Builds both the Java and native parts of netty-tcnative library.
-group("netty-tcnative_all") {
- deps = [
- ":netty-tcnative",
- ":netty-tcnative-so",
- ]
- public_deps = [
- ":netty-tcnative-so",
- ]
-}
« no previous file with comments | « third_party/leakcanary/BUILD.gn ('k') | third_party/netty4/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698