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', |
mef
2014/09/16 22:02:35
Interesting, does it actually work? We are buildin
xunjieli
2014/09/16 22:14:47
That's one of my concerns too. Matt, any thoughts?
mmenke
2014/09/16 22:14:57
I believe this only works because we don't actuall
|
+ '../third_party/icu/icu.gyp:icuuc', |
], |
}, |
{ |