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

Unified Diff: ui/shell_dialogs/shell_dialogs.gyp

Issue 61093002: Make certificate viewer non-modal using BaseShellDialog to fix aura painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: ui/shell_dialogs/shell_dialogs.gyp
diff --git a/ui/shell_dialogs/shell_dialogs.gyp b/ui/shell_dialogs/shell_dialogs.gyp
index 5f52d0c6ee80d61bf84af578fe0311ee2da44ba5..a0cf38ef2f1c95a8566668962ef5b52296f6dfca 100644
--- a/ui/shell_dialogs/shell_dialogs.gyp
+++ b/ui/shell_dialogs/shell_dialogs.gyp
@@ -13,6 +13,7 @@
'dependencies': [
'../../base/base.gyp:base',
'../../base/base.gyp:base_i18n',
+ '../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
'../base/strings/ui_strings.gyp:ui_strings',
'../ui.gyp:ui',
@@ -27,6 +28,8 @@
'base_shell_dialog.h',
'base_shell_dialog_win.cc',
'base_shell_dialog_win.h',
+ 'certificate_viewer_dialog_win.cc',
+ 'certificate_viewer_dialog_win.h',
'gtk/select_file_dialog_impl.cc',
'gtk/select_file_dialog_impl.h',
'gtk/select_file_dialog_impl_gtk.cc',

Powered by Google App Engine
This is Rietveld 408576698