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

Unified Diff: components/web_modal.gypi

Issue 1779383002: MacViews: Remove constrained window dependencies for certificate viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move out ConstrainedWindowSheet to Cocoa-only, other review comments. Created 4 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
Index: components/web_modal.gypi
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
index cb257daa6473d27115d3a2036b9de87d4c993ceb..d84e945bba46ff63cc8d048fbecd3847970307b6 100644
--- a/components/web_modal.gypi
+++ b/components/web_modal.gypi
@@ -28,6 +28,13 @@
'web_modal/web_contents_modal_dialog_manager_delegate.cc',
'web_modal/web_contents_modal_dialog_manager_delegate.h',
],
+ 'conditions': [
+ ['OS=="mac" and mac_views_browser==0', {
+ 'sources': [
+ 'web_modal/web_contents_modal_dialog_views.cc',
+ ],
+ }],
+ ],
},
{
# GN version: //components/web_modal:test_support

Powered by Google App Engine
This is Rietveld 408576698