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

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

Issue 18334003: Linux status icon for Ubuntu Unity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: file restored Created 7 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: chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
diff --git a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
index efa61e96f3e4e42332d0bb191f8177ad12f1f1ce..d20485797b0a04da318405ac18f2616fc4f6a8d6 100644
--- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
+++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
@@ -33,6 +33,8 @@
# the normal, global gtk exclusion rules, as we are otherwise using gtk
# in a non-gtk build.
'sources': [
+ 'app_indicator_icon.cc',
+ 'app_indicator_icon.h',
'chrome_gtk_frame.cc',
'chrome_gtk_frame.h',
'gtk2_ui.cc',
@@ -40,6 +42,8 @@
'gtk2_util.cc',
'gtk2_util.h',
'libgtk2ui_export.h',
+ 'menu_util.cc',
+ 'menu_util.h',
'native_theme_gtk2.cc',
'native_theme_gtk2.h',
'owned_widget_gtk2.cc',

Powered by Google App Engine
This is Rietveld 408576698