| Index: components/web_modal/BUILD.gn
|
| diff --git a/components/web_modal/BUILD.gn b/components/web_modal/BUILD.gn
|
| index 45733c75ef93bdb36bef289df166e5202bc21020..77083a71fe79cb3120ac7ab4f13c8ab94ec68678 100644
|
| --- a/components/web_modal/BUILD.gn
|
| +++ b/components/web_modal/BUILD.gn
|
| @@ -26,6 +26,7 @@ static_library("web_modal") {
|
| }
|
|
|
| static_library("test_support") {
|
| + testonly = true
|
| sources = [
|
| "test_web_contents_modal_dialog_host.cc",
|
| "test_web_contents_modal_dialog_host.h",
|
| @@ -33,8 +34,10 @@ static_library("test_support") {
|
| "test_web_contents_modal_dialog_manager_delegate.h",
|
| ]
|
|
|
| - deps = [
|
| + public_deps = [
|
| ":web_modal",
|
| + ]
|
| + deps = [
|
| "//base",
|
| "//ui/gfx",
|
| "//ui/gfx/geometry",
|
|
|