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

Unified Diff: android_webview/native/webview_native.gyp

Issue 11471040: [Android WebView] Convert context menu callback to long press (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forward declare Created 8 years 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/aw_web_contents_view_delegate.cc ('k') | no next file » | 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 ba8a1b12639981103365368fedd039e2a4258f88..865b870d729a4d2b38b235cc1223b4635484f513 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -39,6 +39,8 @@
'aw_resource.h',
'aw_web_contents_delegate.cc',
'aw_web_contents_delegate.h',
+ 'aw_web_contents_view_delegate.cc',
+ 'aw_web_contents_view_delegate.h',
'cookie_manager.cc',
'cookie_manager.h',
'input_stream_impl.cc',
« no previous file with comments | « android_webview/native/aw_web_contents_view_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698