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

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

Issue 1537473002: [third-party] Netty fork of Tomcat Native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added cflag to include NDK support headers in APR build Created 4 years, 11 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
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index dab63ff1b6703ab8bbca5a4e46f34d437912ed69..24af5be9203a6520edd828b82117594dec9327d8 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -452,6 +452,7 @@ android_apk("cronet_test_apk") {
apk_name = "CronetTest"
android_manifest = "test/AndroidManifest.xml"
native_libs = [ "libcronet_tests.so" ]
+ loadable_modules = [ "$root_out_dir/libnetty-tcnative.so" ]
deps = [
":cronet_test_apk_assets",
@@ -459,6 +460,8 @@ android_apk("cronet_test_apk") {
":cronet_test_apk_resources",
":cronet_tests",
"//base:base_java",
+ "//third_party/netty-tcnative:netty-tcnative_all",
+ "//third_party/netty4:netty_all",
]
run_findbugs = true

Powered by Google App Engine
This is Rietveld 408576698