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

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

Issue 2843293002: Switched to new versions of netty and tcnative (Closed)
Patch Set: Rebase + code formatting Created 3 years, 8 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 | « DEPS ('k') | components/cronet/android/test/javatests/src/org/chromium/net/BidirectionalStreamTest.java » ('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 b51708c0c9cb1caf520d16812366b97b25e987c8..6af3c08a89a65e13fb49dd5301be9062ed5919c1 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -587,7 +587,6 @@ 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_java",
"//third_party/netty4:netty_all_java",
]
@@ -1024,7 +1023,6 @@ action("extract_cronet_test_jars") {
"$root_out_dir/lib.java/components/cronet/android/cronet_test_apk_java.jar",
"$root_out_dir/lib.java/net/android/net_java.jar",
"$root_out_dir/lib.java/net/android/net_java_test_support.jar",
- "$root_out_dir/lib.java/third_party/netty-tcnative/netty-tcnative_java.jar",
"$root_out_dir/lib.java/url/url_java.jar",
NETTY4_JAR_FILE,
]
@@ -1053,7 +1051,6 @@ action("extract_cronet_test_jars") {
"//base:base_java_test_support",
"//net/android:net_java",
"//net/android:net_java_test_support",
- "//third_party/netty-tcnative:netty-tcnative_java",
"//third_party/netty4:netty_all_java",
"//url:url_java",
]
« no previous file with comments | « DEPS ('k') | components/cronet/android/test/javatests/src/org/chromium/net/BidirectionalStreamTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698