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

Unified Diff: components/cronet.gypi

Issue 558333007: Setup initial mock url request job tests for Cronet (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months 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
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
],
},
{
« no previous file with comments | « no previous file | components/cronet/android/test/cronet_tests_jni.cc » ('j') | components/cronet/android/test/cronet_tests_jni.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698