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

Unified Diff: chrome/chrome_browser.gypi

Issue 10861042: Add Android's context menu handler used on the NTP. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 51d26a635d569e7f755414b2d6190ca0995db136..fb54a6cc86e396a01e69381dc98284451108c15f 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4990,6 +4990,10 @@
'sources': [
'browser/ui/webui/ntp/android/bookmarks_handler.cc',
'browser/ui/webui/ntp/android/bookmarks_handler.h',
+ 'browser/ui/webui/ntp/android/context_menu_handler.cc',
+ 'browser/ui/webui/ntp/android/context_menu_handler.h',
+ 'browser/ui/webui/ntp/android/on_context_menu_item_selected_callback.cc',
+ 'browser/ui/webui/ntp/android/on_context_menu_item_selected_callback.h',
'browser/ui/webui/ntp/android/partner_bookmarks_shim.cc',
'browser/ui/webui/ntp/android/partner_bookmarks_shim.h',
],

Powered by Google App Engine
This is Rietveld 408576698