| Index: components/web_modal/BUILD.gn
|
| diff --git a/components/web_modal/BUILD.gn b/components/web_modal/BUILD.gn
|
| index f603fddb542d4228998e97521ab27dd1717c4717..b7bffe7282d8412fdca92a7cc7b09b8ddb25aa2c 100644
|
| --- a/components/web_modal/BUILD.gn
|
| +++ b/components/web_modal/BUILD.gn
|
| @@ -7,6 +7,9 @@ static_library("web_modal") {
|
| "modal_dialog_host.cc",
|
| "modal_dialog_host.h",
|
| "native_web_contents_modal_dialog.h",
|
| + "popup_manager.cc",
|
| + "popup_manager.h",
|
| + "single_popup_manager.h",
|
| "single_web_contents_dialog_manager.h",
|
| "web_contents_modal_dialog_host.cc",
|
| "web_contents_modal_dialog_host.h",
|
|
|