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

Unified Diff: components/web_modal.gypi

Issue 287123002: [WebModals] New API for browser-scoped popup management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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
Index: components/web_modal.gypi
diff --git a/components/web_modal.gypi b/components/web_modal.gypi
index 356cb7eb6823064811d1e4f1369df292e80b41e7..560d67101699ebc70239c271fa940907a4355e33 100644
--- a/components/web_modal.gypi
+++ b/components/web_modal.gypi
@@ -22,6 +22,9 @@
'web_modal/modal_dialog_host.cc',
'web_modal/modal_dialog_host.h',
'web_modal/native_web_contents_modal_dialog.h',
+ 'web_modal/popup_manager.cc',
+ 'web_modal/popup_manager.h',
+ 'web_modal/single_popup_manager.h',
'web_modal/single_web_contents_dialog_manager.h',
'web_modal/web_contents_modal_dialog_host.cc',
'web_modal/web_contents_modal_dialog_host.h',

Powered by Google App Engine
This is Rietveld 408576698