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

Unified Diff: ui/ui.gyp

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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/shell_dialogs/shell_dialogs_export.h ('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
===================================================================
--- ui/ui.gyp (revision 177210)
+++ ui/ui.gyp (working copy)
@@ -13,7 +13,6 @@
{
'target_name': 'ui',
'type': '<(component)',
- 'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
@@ -112,28 +111,6 @@
'base/cursor/cursor_loader_x11.h',
'base/cursor/cursor_win.cc',
'base/cursor/cursor_x11.cc',
- 'base/dialogs/base_shell_dialog.cc',
- '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_android.cc',
- 'base/dialogs/select_file_dialog_android.h',
- 'base/dialogs/select_file_dialog_factory.cc',
- 'base/dialogs/select_file_dialog_factory.h',
- 'base/dialogs/select_file_dialog_mac.h',
- 'base/dialogs/select_file_dialog_mac.mm',
- 'base/dialogs/select_file_dialog_win.cc',
- 'base/dialogs/select_file_dialog_win.h',
- 'base/dialogs/select_file_policy.cc',
- 'base/dialogs/select_file_policy.h',
- 'base/dialogs/selected_file_info.cc',
- 'base/dialogs/selected_file_info.h',
'base/dragdrop/cocoa_dnd_util.h',
'base/dragdrop/cocoa_dnd_util.mm',
'base/dragdrop/drag_drop_types.h',
@@ -590,8 +567,6 @@
['exclude', 'gfx/gtk_util.cc'],
['exclude', 'gfx/gtk_util.h'],
['exclude', 'gfx/screen_gtk.cc'],
- ['exclude', 'base/dialogs/select_file_dialog_mac.mm'],
- ['exclude', 'base/dialogs/select_file_dialog_win.cc'],
['exclude', 'base/work_area_watcher_observer.h'],
['exclude', 'base/x/active_window_watcher_x.cc'],
['exclude', 'base/x/active_window_watcher_x.h'],
« no previous file with comments | « ui/shell_dialogs/shell_dialogs_export.h ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698