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

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: Created 6 years, 5 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: components/renderer_context_menu.gypi
diff --git a/components/renderer_context_menu.gypi b/components/renderer_context_menu.gypi
index 2ca271545ca4289db8baf7abadec61a3cddc366f..64428909bfa74350004df8e58f59c0d996a52d1c 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': [
'..',
@@ -21,6 +23,8 @@
'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',
+ 'renderer_context_menu/render_view_context_menu_base.cc',
lazyboy 2014/08/01 07:59:34 Sort.
oshima 2014/08/01 10:38:44 Done.
+ 'renderer_context_menu/render_view_context_menu_base.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698