| Index: components/cronet.gypi
|
| diff --git a/components/cronet.gypi b/components/cronet.gypi
|
| index 4f65a0022ed4f8484679f5f0bae715f2656ca076..a6a1318a7913df1ba9786376826faf5f680c9699 100644
|
| --- a/components/cronet.gypi
|
| +++ b/components/cronet.gypi
|
| @@ -412,14 +412,22 @@
|
| 'type': 'shared_library',
|
| 'sources': [
|
| 'cronet/android/test/cronet_tests_jni.cc',
|
| + '../net/base/directory_lister.cc',
|
| + '../net/base/directory_lister.h',
|
| + '../net/url_request/url_request_file_job.cc',
|
| + '../net/url_request/url_request_file_job.h',
|
| ],
|
| 'dependencies': [
|
| 'cronet_static',
|
| 'cronet_tests_jni_headers',
|
| '../base/base.gyp:base',
|
| '../net/net.gyp:net',
|
| + '../net/net.gyp:net_test_support',
|
| '../net/net.gyp:quic_tools',
|
| '../url/url.gyp:url_lib',
|
| + '../base/base.gyp:base_i18n',
|
| + '../third_party/icu/icu.gyp:icui18n',
|
| + '../third_party/icu/icu.gyp:icuuc',
|
| ],
|
| },
|
| {
|
| @@ -432,6 +440,7 @@
|
| 'apk_name': 'CronetTest',
|
| 'java_in_dir': 'cronet/android/test',
|
| 'resource_dir': 'cronet/android/test/res',
|
| + 'asset_location': 'cronet/android/test/assets',
|
| 'native_lib_target': 'libcronet_tests',
|
| },
|
| 'includes': [ '../build/java_apk.gypi' ],
|
|
|