| Index: components/version_ui/BUILD.gn
|
| diff --git a/components/version_ui/BUILD.gn b/components/version_ui/BUILD.gn
|
| index a6693b67eaeed33e1972c70cf3cc48564cadf4f6..91b80b27a72cb337b09da0b015bc9d84fd21d02c 100644
|
| --- a/components/version_ui/BUILD.gn
|
| +++ b/components/version_ui/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("version_ui") {
|
| +static_library("version_ui") {
|
| sources = [
|
| "version_handler_helper.cc",
|
| "version_handler_helper.h",
|
|
|