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

Unified Diff: chrome/chrome_browser.gypi

Issue 10382155: browser: Refactor the way to show the user data dir dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « chrome/browser/ui/views/user_data_dir_dialog_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 3c62740441b6e186a04a37a907b0ef23f49fb61b..ba97d532472f883ba632f9419d4fe2b2655ac0d8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3238,6 +3238,7 @@
'browser/ui/touch/status_bubble_touch.cc',
'browser/ui/touch/status_bubble_touch.h',
'browser/ui/uninstall_browser_prompt.h',
+ 'browser/ui/user_data_dir_dialog.h',
'browser/ui/view_ids.h',
'browser/ui/views/about_chrome_view.cc',
'browser/ui/views/about_chrome_view.h',
@@ -3591,8 +3592,8 @@
'browser/ui/views/uninstall_view.h',
'browser/ui/views/update_recommended_message_box.cc',
'browser/ui/views/update_recommended_message_box.h',
- 'browser/ui/views/user_data_dir_dialog.cc',
- 'browser/ui/views/user_data_dir_dialog.h',
+ 'browser/ui/views/user_data_dir_dialog_view.cc',
+ 'browser/ui/views/user_data_dir_dialog_view.h',
'browser/ui/views/web_dialog_view.cc',
'browser/ui/views/web_dialog_view.h',
'browser/ui/views/web_intent_picker_views.cc',
@@ -4347,7 +4348,7 @@
['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
['exclude', '^browser/ui/views/task_manager_view.cc'],
['exclude', '^browser/ui/views/task_manager_view.h'],
- ['exclude', '^browser/ui/views/user_data_dir_dialog.cc'],
+ ['exclude', '^browser/ui/views/user_data_dir_dialog_view.cc'],
['exclude', '^browser/ui/window_sizer_win.cc'],
['exclude', '^browser/ui/window_snapshot/window_snapshot_win.cc'],
# TODO: (stevenjb/beng): Find a home for these.
« no previous file with comments | « chrome/browser/ui/views/user_data_dir_dialog_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698