| Index: components/zoom/BUILD.gn
|
| diff --git a/components/zoom/BUILD.gn b/components/zoom/BUILD.gn
|
| index 4a2f3ea569c6f4748417c482da0b7a478b071e2a..42451b03979bf9a2a114d066f7a11fc1393a83c2 100644
|
| --- a/components/zoom/BUILD.gn
|
| +++ b/components/zoom/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("zoom") {
|
| +static_library("zoom") {
|
| sources = [
|
| "page_zoom.cc",
|
| "page_zoom.h",
|
| @@ -27,7 +27,7 @@ source_set("zoom") {
|
| ]
|
| }
|
|
|
| -source_set("test_support") {
|
| +static_library("test_support") {
|
| testonly = true
|
| sources = [
|
| "test/zoom_test_utils.cc",
|
|
|