Chromium Code Reviews| Index: components/cronet.gypi |
| diff --git a/components/cronet.gypi b/components/cronet.gypi |
| index 4f65a0022ed4f8484679f5f0bae715f2656ca076..edae38ad594cdff199fa97ac629c43c360127241 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', |
|
xunjieli
2014/09/16 15:23:47
This is a little ugly to add dependencies back. Bu
|
| ], |
| }, |
| { |