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

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

Issue 10829021: Use current gtk dialogs in linux_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make gtk window transient to aura window Created 8 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 5f42abf9c1cd74b75e575029989eb434be8d7cc4..992a18bc90444f939cd95e9146c322046e609ca1 100644
--- a/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
+++ b/chrome/browser/ui/libgtk2ui/libgtk2ui.gyp
@@ -15,10 +15,12 @@
'../../../../base/base.gyp:base_i18n',
'../../../../build/linux/system.gyp:gtk',
'../../../../skia/skia.gyp:skia',
+ '../../../../ui/base/strings/ui_strings.gyp:ui_strings',
'../../../../ui/ui.gyp:ui',
'../../../../ui/ui.gyp:ui_resources',
'../../../chrome_resources.gyp:chrome_extra_resources',
'../../../chrome_resources.gyp:chrome_resources',
+ '../../../chrome_resources.gyp:chrome_strings',
'../../../chrome_resources.gyp:theme_resources',
],
'defines': [
@@ -39,6 +41,10 @@
'libgtk2ui_export.h',
'owned_widget_gtk2.cc',
'owned_widget_gtk2.h',
+ 'select_file_dialog_impl.cc',
+ 'select_file_dialog_impl.h',
+ 'select_file_dialog_impl_gtk2.cc',
+ 'select_file_dialog_impl_kde.cc',
'skia_utils_gtk2.cc',
'skia_utils_gtk2.h',
],

Powered by Google App Engine
This is Rietveld 408576698