summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-31 13:05:02 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-31 13:05:02 +0000
commit5f172dcfa1be52422b6bf01c8333481cb19e7744 (patch)
tree3b325b127c3b9d6f658c8084e598ebc9493fcc5f /ui/ui.gyp
parentf7af9a7a24bc9c868dad2106ebff86aa32a8e68f (diff)
downloadchromium_src-5f172dcfa1be52422b6bf01c8333481cb19e7744.zip
chromium_src-5f172dcfa1be52422b6bf01c8333481cb19e7744.tar.gz
chromium_src-5f172dcfa1be52422b6bf01c8333481cb19e7744.tar.bz2
linux: Move the menu_label_accelerator tools.
This places these utility functions in a place all linux builds can access instead of just GTK builds. Removes a copy of these functions from libgtk2ui. BUG=265560 Review URL: https://chromiumcodereview.appspot.com/21107005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214694 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 9916132..7580e15 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -48,6 +48,8 @@
'android/window_android.h',
'base/accelerators/accelerator.cc',
'base/accelerators/accelerator.h',
+ 'base/accelerators/menu_label_accelerator_util_linux.cc',
+ 'base/accelerators/menu_label_accelerator_util_linux.h',
'base/accelerators/platform_accelerator.h',
'base/accelerators/platform_accelerator_cocoa.h',
'base/accelerators/platform_accelerator_cocoa.mm',
@@ -223,8 +225,6 @@
'base/gtk/gtk_signal_registrar.h',
'base/gtk/gtk_windowing.cc',
'base/gtk/gtk_windowing.h',
- 'base/gtk/menu_label_accelerator_util.cc',
- 'base/gtk/menu_label_accelerator_util.h',
'base/gtk/owned_widget_gtk.cc',
'base/gtk/owned_widget_gtk.h',
'base/gtk/scoped_gobject.h',