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

Unified Diff: third_party/netty4/BUILD.gn

Issue 2551803003: [Cronet] Add cronet_test_package build target (Closed)
Patch Set: put netty jar path in gni file Created 4 years 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: third_party/netty4/BUILD.gn
diff --git a/third_party/netty4/BUILD.gn b/third_party/netty4/BUILD.gn
index 8e72ddb9475b3739c1953ef1d01c8b9862945503..ac337d9b3004b2f5da9b1c67704b0b5bb9c3a170 100644
--- a/third_party/netty4/BUILD.gn
+++ b/third_party/netty4/BUILD.gn
@@ -5,7 +5,8 @@
# References prebuilt Netty Jar file. See http://netty.io/
import("//build/config/android/rules.gni")
+import("netty4.gni")
android_java_prebuilt("netty_all_java") {
- jar_path = "src/jar/all-in-one/netty-all-4.1.0.CR1-20160111.120759-50.jar"
+ jar_path = NETTY4_JAR_FILE
}

Powered by Google App Engine
This is Rietveld 408576698