Index: components/guest_view/browser/BUILD.gn |
diff --git a/components/guest_view/browser/BUILD.gn b/components/guest_view/browser/BUILD.gn |
index 7bc221fccbe61f31144447107f57aeb54431182b..d5885821f82b53cd682ed0471154e5023b301c1e 100644 |
--- a/components/guest_view/browser/BUILD.gn |
+++ b/components/guest_view/browser/BUILD.gn |
@@ -2,7 +2,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-static_library("browser") { |
+source_set("browser") { |
output_name = "guest_view_browser" |
sources = [ |
"//components/guest_view/browser/guest_view.h", |
@@ -22,13 +22,14 @@ static_library("browser") { |
deps = [ |
"//base", |
"//components/guest_view/common", |
+ "//components/ui/zoom", |
"//content/public/browser", |
"//content/public/common", |
"//third_party/WebKit/public:blink", |
] |
} |
-static_library("test_support") { |
+source_set("test_support") { |
testonly = true |
sources = [ |
"//components/guest_view/browser/test_guest_view_manager.cc", |