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

Unified Diff: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp

Issue 291893009: Fall back to X11 system tray icons if libappindicator is not available (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/ui/libgtk2ui/gtk2_ui.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
index f970d667c23b5442806076f136e6f566900051d0..02eca07601f1439df5868b53300da683f0237c80 100644
--- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
+++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
@@ -39,6 +39,8 @@
'sources': [
'app_indicator_icon.cc',
'app_indicator_icon.h',
+ 'app_indicator_icon_menu.cc',
+ 'app_indicator_icon_menu.h',
'chrome_gtk_frame.cc',
'chrome_gtk_frame.h',
'chrome_gtk_menu_subclasses.cc',
@@ -55,6 +57,8 @@
'gtk2_key_bindings_handler.h',
'gtk2_signal_registrar.cc',
'gtk2_signal_registrar.h',
+ 'gtk2_status_icon.cc',
+ 'gtk2_status_icon.h',
'gtk2_ui.cc',
'gtk2_ui.h',
'gtk2_util.cc',
« no previous file with comments | « chrome/browser/ui/libgtk2ui/gtk2_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698