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

Unified Diff: android_webview/android_webview.gyp

Issue 11363123: [android_webview] Don't block the IO thread when reading from an InputStream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index 6f564377ba342e38ad1c7c935390b083a0c7bc08..086523a848b9e97c7e4a0d22c7d2abe96ecc960f 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -68,7 +68,10 @@
'browser/aw_result_codes.h',
'browser/find_helper.cc',
'browser/find_helper.h',
+ 'browser/input_stream.h',
'browser/intercepted_request_data.h',
+ 'browser/net/android_stream_reader_url_request_job.cc',
+ 'browser/net/android_stream_reader_url_request_job.h',
'browser/net/aw_network_delegate.cc',
'browser/net/aw_network_delegate.h',
'browser/net/aw_url_request_context_getter.cc',
@@ -76,6 +79,8 @@
'browser/net/aw_url_request_job_factory.cc',
'browser/net/aw_url_request_job_factory.h',
'browser/net/init_native_callback.h',
+ 'browser/net/input_stream_reader.cc',
+ 'browser/net/input_stream_reader.h',
'browser/net_disk_cache_remover.cc',
'browser/net_disk_cache_remover.h',
'browser/renderer_host/aw_render_view_host_ext.cc',
« no previous file with comments | « no previous file | android_webview/android_webview_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698