| Index: components/guest_view/browser/BUILD.gn
|
| diff --git a/components/guest_view/browser/BUILD.gn b/components/guest_view/browser/BUILD.gn
|
| index d5885821f82b53cd682ed0471154e5023b301c1e..7bc221fccbe61f31144447107f57aeb54431182b 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.
|
|
|
| -source_set("browser") {
|
| +static_library("browser") {
|
| output_name = "guest_view_browser"
|
| sources = [
|
| "//components/guest_view/browser/guest_view.h",
|
| @@ -22,14 +22,13 @@
|
| deps = [
|
| "//base",
|
| "//components/guest_view/common",
|
| - "//components/ui/zoom",
|
| "//content/public/browser",
|
| "//content/public/common",
|
| "//third_party/WebKit/public:blink",
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "//components/guest_view/browser/test_guest_view_manager.cc",
|
|
|