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', |