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

Unified Diff: components/renderer_context_menu.gypi

Issue 432003007: Separate chrome independent part from RVContextMenu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude android webview Created 6 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
« no previous file with comments | « components/components.gyp ('k') | components/renderer_context_menu/render_view_context_menu_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/renderer_context_menu.gypi
diff --git a/components/renderer_context_menu.gypi b/components/renderer_context_menu.gypi
index 2ca271545ca4289db8baf7abadec61a3cddc366f..90ad5bb22668a4478b7e1749209ee57997504a76 100644
--- a/components/renderer_context_menu.gypi
+++ b/components/renderer_context_menu.gypi
@@ -9,6 +9,8 @@
'dependencies': [
'../base/base.gyp:base',
'../content/content.gyp:content_browser',
+ '../components/components.gyp:search_engines',
+ '../components/components.gyp:component_metrics_proto',
],
'include_dirs': [
'..',
@@ -18,6 +20,8 @@
'renderer_context_menu/context_menu_content_type.h',
'renderer_context_menu/context_menu_delegate.cc',
'renderer_context_menu/context_menu_delegate.h',
+ 'renderer_context_menu/render_view_context_menu_base.cc',
+ 'renderer_context_menu/render_view_context_menu_base.h',
'renderer_context_menu/render_view_context_menu_observer.cc',
'renderer_context_menu/render_view_context_menu_observer.h',
'renderer_context_menu/render_view_context_menu_proxy.h',
« no previous file with comments | « components/components.gyp ('k') | components/renderer_context_menu/render_view_context_menu_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698