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

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: reinterpret_cast->static_cast 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 65e7ff932f82c0c997b7224c2cb64401636cb59b..7a7d9ec001d24e10b379986877c7b5861ccda5b4 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