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

Unified Diff: components/cronet.gypi

Issue 1529643002: [Cronet] Use prebuilt Netty Http/2 server for Cronet BidirectionalStream testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bidi_impl_helen8
Patch Set: Sync Created 5 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
« no previous file with comments | « no previous file | components/cronet/android/test/src/org/chromium/net/Http2TestHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index c7518eadf250b8fc8efad2bbe145d400aea9a13f..ef3119754a79aef9a7bf82fd5431c07a60567b59 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -380,6 +380,9 @@
'dependencies': [
'cronet_java',
'../net/net.gyp:net_java_test_support',
+ '../third_party/netty-tcnative/netty-tcnative.gyp:netty-tcnative',
+ '../third_party/netty-tcnative/netty-tcnative.gyp:netty-tcnative-so',
+ '../third_party/netty/netty.gyp:netty_all',
],
'variables': {
'apk_name': 'CronetTest',
@@ -387,6 +390,9 @@
'resource_dir': 'cronet/android/test/res',
'asset_location': 'cronet/android/test/assets',
'native_lib_target': 'libcronet_tests',
+ 'additional_bundled_libs': [
+ '<(PRODUCT_DIR)/libnetty-tcnative.so',
+ ],
'run_findbugs': 1,
},
'includes': [ '../build/java_apk.gypi' ],
« no previous file with comments | « no previous file | components/cronet/android/test/src/org/chromium/net/Http2TestHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698