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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 23291003: Don't try to use compositor to display dialog before compositor is initialized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: refactor to avoid copying Created 7 years, 4 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/simple_message_box_win.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_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 2178134498065d940d1fbdb57674e8c02c3240bc..f3922f3b4ca1eb09362795cfc604678dce0cdc7d 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -1885,6 +1885,7 @@
'browser/ui/views/select_file_dialog_extension_factory.h',
'browser/ui/views/simple_message_box_views.cc',
'browser/ui/views/simple_message_box_win.cc',
+ 'browser/ui/views/simple_message_box_win.h',
'browser/ui/views/speech_recognition_bubble_views.cc',
'browser/ui/views/ssl_client_certificate_selector.cc',
'browser/ui/views/ssl_client_certificate_selector.h',
@@ -2672,7 +2673,6 @@
['exclude', '^browser/ui/views/color_chooser_dialog.cc'],
['exclude', '^browser/ui/views/color_chooser_dialog.h'],
['exclude', '^browser/ui/views/color_chooser_win.cc'],
- ['exclude', '^browser/ui/views/simple_message_box_win.cc'],
['exclude', '^browser/ui/views/tabs/native_view_photobooth.h'],
['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.cc'],
['exclude', '^browser/ui/views/tabs/native_view_photobooth_win.h'],
« no previous file with comments | « chrome/browser/ui/views/simple_message_box_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698