Index: components/guest_view/browser/BUILD.gn |
diff --git a/components/guest_view/browser/BUILD.gn b/components/guest_view/browser/BUILD.gn |
index e6d27b7b762f8e20456b6404173051ef7cb6fc89..59f9aa42dea554879d34911d596f176c347c248e 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", |
@@ -30,7 +30,7 @@ source_set("browser") { |
] |
} |
-source_set("test_support") { |
+static_library("test_support") { |
testonly = true |
sources = [ |
"//components/guest_view/browser/test_guest_view_manager.cc", |