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

Unified Diff: ui/ui.gyp

Issue 10698168: Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More namespace to force rebuild. 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/ui_base_exports.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 ab7a4a127f83f7e1421f12c6beec7a776ec705f4..f2d43a3b177647ef8584c2c613dfe0698fe9752e 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -109,6 +109,14 @@
'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/select_file_dialog.cc',
+ 'base/dialogs/select_file_dialog.h',
+ 'base/dialogs/select_file_dialog_factory.cc',
+ 'base/dialogs/select_file_dialog_factory.h',
+ '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',
@@ -460,6 +468,7 @@
['exclude', 'gfx/gtk_util.h'],
['exclude', 'gfx/screen_gtk.cc'],
['exclude', 'gfx/screen_win.cc'],
+ ['exclude', 'base/dialogs/select_file_dialog_win.cc'],
['exclude', 'base/dragdrop/drag_utils_win.cc'],
['exclude', 'base/win/mouse_wheel_util.cc'],
['exclude', 'base/win/mouse_wheel_util.h'],
« no previous file with comments | « ui/base/ui_base_exports.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698