| Index: components/visitedlink/common/BUILD.gn
|
| diff --git a/components/visitedlink/common/BUILD.gn b/components/visitedlink/common/BUILD.gn
|
| index 712e8d09efef4a1f12473cb1ce3a2b1680a1d6ca..ae0f12dda9de47874641e632e200af343213dedb 100644
|
| --- a/components/visitedlink/common/BUILD.gn
|
| +++ b/components/visitedlink/common/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("common") {
|
| +static_library("common") {
|
| sources = [
|
| "visitedlink_common.cc",
|
| "visitedlink_common.h",
|
|
|