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

Unified Diff: chrome/chrome_browser.gypi

Issue 2800015: GTK: First draft of the unified cut/copy/paste and +/-/Fullscreen menu items. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: estade cleanups Created 10 years, 6 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 | « chrome/browser/wrench_menu_model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index e649a278bc50e68b8c497392f313a4dfb1c2959f..ca72beff6fbf2fa4682550559a1c2303e60b2372 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1394,6 +1394,10 @@
'browser/gtk/gtk_chrome_link_button.h',
'browser/gtk/gtk_chrome_shrinkable_hbox.cc',
'browser/gtk/gtk_chrome_shrinkable_hbox.h',
+ 'browser/gtk/gtk_custom_menu.cc',
+ 'browser/gtk/gtk_custom_menu.h',
+ 'browser/gtk/gtk_custom_menu_item.cc',
+ 'browser/gtk/gtk_custom_menu_item.h',
'browser/gtk/gtk_expanded_container.cc',
'browser/gtk/gtk_expanded_container.h',
'browser/gtk/gtk_floating_container.cc',
@@ -3275,6 +3279,10 @@
['include', '^browser/gtk/gtk_chrome_button.h'],
['include', '^browser/gtk/gtk_chrome_link_button.cc'],
['include', '^browser/gtk/gtk_chrome_link_button.h'],
+ ['include', '^browser/gtk/gtk_custom_menu.cc'],
+ ['include', '^browser/gtk/gtk_custom_menu.h'],
+ ['include', '^browser/gtk/gtk_custom_menu_item.cc'],
+ ['include', '^browser/gtk/gtk_custom_menu_item.h'],
['include', '^browser/gtk/gtk_theme_provider.cc'],
['include', '^browser/gtk/gtk_theme_provider.h'],
['include', '^browser/gtk/gtk_tree.cc'],
« no previous file with comments | « chrome/browser/wrench_menu_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698