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

Unified Diff: android_webview/native/webview_native.gyp

Issue 10702083: Add ContentViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 3 months 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 | « android_webview/native/intercepted_request_data.cc ('k') | base/android/jni_generator/jni_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index b790b8eaeb241a56f879f710728528193ab008be..1eb7bb60027391f07edb647c1334b660a684439f 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -20,17 +20,19 @@
'<(SHARED_INTERMEDIATE_DIR)/android_webview',
],
'sources': [
- 'android_webview_jni_registrar.cc',
- 'android_webview_jni_registrar.h',
'android_web_view_util.cc',
'android_web_view_util.h',
- 'aw_http_auth_handler.cc',
- 'aw_http_auth_handler.h',
+ 'android_webview_jni_registrar.cc',
+ 'android_webview_jni_registrar.h',
'aw_browser_dependency_factory.cc',
'aw_browser_dependency_factory.h',
- 'aw_contents_container.h',
'aw_contents.cc',
'aw_contents.h',
+ 'aw_contents_container.h',
+ 'aw_contents_io_thread_client.cc',
+ 'aw_contents_io_thread_client.h',
+ 'aw_http_auth_handler.cc',
+ 'aw_http_auth_handler.h',
'aw_web_contents_delegate.cc',
'aw_web_contents_delegate.h',
'cookie_manager.cc',
@@ -45,6 +47,7 @@
'sources': [
'../java/src/org/chromium/android_webview/AndroidWebViewUtil.java',
'../java/src/org/chromium/android_webview/AwContents.java',
+ '../java/src/org/chromium/android_webview/AwContentsIoThreadClient.java',
'../java/src/org/chromium/android_webview/AwHttpAuthHandler.java',
'../java/src/org/chromium/android_webview/CookieManager.java',
'../java/src/org/chromium/android_webview/InterceptedRequestData.java',
« no previous file with comments | « android_webview/native/intercepted_request_data.cc ('k') | base/android/jni_generator/jni_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698