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

Unified Diff: ui/ui.gyp

Issue 10316013: linux: Move linux_util.h from gfx/ to ui/base/gtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: LinuxUtilTest -> MenuLabelAcceleratorTest Created 8 years, 8 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 | « ui/gfx/linux_util_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 55a58384ea4ebc11e7342b46ade966c727eaa82b..6541bf4040cf09d58a10144f1d56e07e9112ad1c 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -163,6 +163,8 @@
'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',
@@ -487,10 +489,6 @@
'../build/linux/system.gyp:xext',
'../build/linux/system.gyp:xfixes',
],
- 'sources': [
- 'gfx/linux_util.cc',
- 'gfx/linux_util.h',
- ],
'link_settings': {
'libraries': [
'-lXrender', # For XRender* function calls in x11_util.cc.
« no previous file with comments | « ui/gfx/linux_util_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698