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

Unified Diff: android_webview/native/webview_native.gyp

Issue 10907166: Upstream chromium side of modal dialogs for webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/js_result_handler.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 1eb7bb60027391f07edb647c1334b660a684439f..83a537f0682234909e8e94ff516ef1a79aa4dda8 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -33,12 +33,16 @@
'aw_contents_io_thread_client.h',
'aw_http_auth_handler.cc',
'aw_http_auth_handler.h',
+ 'aw_javascript_dialog_creator.cc',
+ 'aw_javascript_dialog_creator.h',
'aw_web_contents_delegate.cc',
'aw_web_contents_delegate.h',
'cookie_manager.cc',
'cookie_manager.h',
'intercepted_request_data.cc',
'intercepted_request_data.h',
+ 'js_result_handler.cc',
+ 'js_result_handler.h',
],
},
{
@@ -51,6 +55,7 @@
'../java/src/org/chromium/android_webview/AwHttpAuthHandler.java',
'../java/src/org/chromium/android_webview/CookieManager.java',
'../java/src/org/chromium/android_webview/InterceptedRequestData.java',
+ '../java/src/org/chromium/android_webview/JsResultHandler.java',
],
'variables': {
'jni_gen_dir': 'android_webview',
« no previous file with comments | « android_webview/native/js_result_handler.cc ('k') | base/android/jni_generator/jni_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698