| Index: components/cronet.gypi
|
| diff --git a/components/cronet.gypi b/components/cronet.gypi
|
| index b45aeda7c4de0b1afe2c2ae49d3532cdd4435215..c6f43e244faccdacd28308f122bc8b8ea3f62c92 100644
|
| --- a/components/cronet.gypi
|
| +++ b/components/cronet.gypi
|
| @@ -380,6 +380,7 @@
|
| 'type': 'none',
|
| 'dependencies': [
|
| 'cronet_java',
|
| + 'netty-tcnative',
|
| '../net/net.gyp:net_java_test_support',
|
| ],
|
| 'variables': {
|
| @@ -471,6 +472,14 @@
|
| '../build/apk_test.gypi',
|
| ],
|
| },
|
| + { # builds libnetty-tcnative.so & netty-tcnative.jar
|
| + 'target_name': 'netty-tcnative',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../third_party/netty-tcnative/netty-tcnative.gyp:netty-tcnative-so',
|
| + '../third_party/netty-tcnative/netty-tcnative.gyp:netty-tcnative',
|
| + ],
|
| + },
|
| {
|
| 'target_name': 'cronet_package',
|
| 'type': 'none',
|
|
|