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

Unified Diff: ui/ui.gyp

Issue 10790083: shell dialogs: Move the linux implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to tot 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
« no previous file with comments | « ui/base/strings/ui_strings.grd ('k') | no next file » | 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 b5cb9b7c0e678ab67b0751d486bc01061ef49b80..ef2b48ac4241820b1ed27512d5ab83c53e4a788e 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -111,6 +111,10 @@
'base/dialogs/base_shell_dialog.h',
'base/dialogs/base_shell_dialog_win.cc',
'base/dialogs/base_shell_dialog_win.h',
+ 'base/dialogs/gtk/select_file_dialog_impl.cc',
+ 'base/dialogs/gtk/select_file_dialog_impl.h',
+ 'base/dialogs/gtk/select_file_dialog_impl_gtk.cc',
+ 'base/dialogs/gtk/select_file_dialog_impl_kde.cc',
'base/dialogs/select_file_dialog.cc',
'base/dialogs/select_file_dialog.h',
'base/dialogs/select_file_dialog_factory.cc',
« no previous file with comments | « ui/base/strings/ui_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698