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

Unified Diff: ui/ui_unittests.gypi

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/ui.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
old mode 100644
new mode 100755
index 3f175396dc2927dc70685b45847dfd87ff0090d5..f921397c5dc7bd5439faa261ec789a280ec451f0
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -66,6 +66,7 @@
'base/cocoa/fullscreen_window_manager_unittest.mm',
'base/cocoa/events_mac_unittest.mm',
'base/cocoa/focus_tracker_unittest.mm',
+ 'base/dialogs/select_file_dialog_win_unittest.cc',
'base/gtk/gtk_expanded_container_unittest.cc',
'base/gtk/gtk_im_context_util_unittest.cc',
'base/gtk/menu_label_accelerator_util_unittest.cc',
@@ -209,6 +210,7 @@
}],
['use_aura==1', {
'sources!': [
+ 'base/dialogs/select_file_dialog_win_unittest.cc',
'base/dragdrop/os_exchange_data_win_unittest.cc',
'base/native_theme/native_theme_win_unittest.cc',
'gfx/screen_unittest.cc',
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698