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

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 clang error 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 27295f8bbc079c1c62794094c6d998bf2fe8db97..32b77ef3f1c5066ca5ebbf985c61823b6bea22a6 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -42,6 +42,10 @@
'aw_web_contents_delegate.h',
'cookie_manager.cc',
'cookie_manager.h',
+ 'input_stream.cc',
+ 'input_stream.h',
+ 'input_stream_reader.cc',
+ 'input_stream_reader.h',
'intercepted_request_data_impl.cc',
'intercepted_request_data_impl.h',
'js_result_handler.cc',

Powered by Google App Engine
This is Rietveld 408576698