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

Unified Diff: android_webview/native/webview_native.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
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index fb3b09ad31465ffd5b1feec8521d5e69b6682f80..19afc457d43bf7a9c193cc22ea66c89934c1f484 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -22,8 +22,6 @@
'sources': [
'android_protocol_handler.cc',
'android_protocol_handler.h',
- 'android_stream_reader_url_request_job.cc',
- 'android_stream_reader_url_request_job.h',
'android_webview_jni_registrar.cc',
'android_webview_jni_registrar.h',
'aw_browser_dependency_factory.cc',
@@ -42,6 +40,8 @@
'aw_web_contents_delegate.h',
'cookie_manager.cc',
'cookie_manager.h',
+ 'input_stream_impl.cc',
+ 'input_stream_impl.h',
'intercepted_request_data_impl.cc',
'intercepted_request_data_impl.h',
'js_result_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698