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

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: fix double-free 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 3bdc34b9f8c0002b1ebbd95d246b8edbae49f24c..fad3d04ad9ecc8955fa43b8ea5a162263579fd56 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