Index: components/cronet.gypi |
diff --git a/components/cronet.gypi b/components/cronet.gypi |
index b45aeda7c4de0b1afe2c2ae49d3532cdd4435215..7194ca436a9802bbcb4c8225db4209e652bf7412 100644 |
--- a/components/cronet.gypi |
+++ b/components/cronet.gypi |
@@ -381,6 +381,8 @@ |
'dependencies': [ |
'cronet_java', |
'../net/net.gyp:net_java_test_support', |
+ '../third_party/netty-tcnative/netty-tcnative.gyp:netty-tcnative', |
+ '../third_party/netty4/netty.gyp:netty_all', |
], |
'variables': { |
'apk_name': 'CronetTest', |
@@ -389,6 +391,9 @@ |
'asset_location': 'cronet/android/test/assets', |
'native_lib_target': 'libcronet_tests', |
'run_findbugs': 1, |
+ 'additional_bundled_libs': [ |
+ '>(netty_tcnative_so_file_location)', |
+ ], |
}, |
'includes': [ '../build/java_apk.gypi' ], |
}, |