| Index: components/client_update_protocol/BUILD.gn
|
| diff --git a/components/client_update_protocol/BUILD.gn b/components/client_update_protocol/BUILD.gn
|
| index e3af8836de7ce4fc0a6ec36f8b49b64352a6414e..e22ee24d20ed545dd95d5243214e42ea5b9b5eb1 100644
|
| --- a/components/client_update_protocol/BUILD.gn
|
| +++ b/components/client_update_protocol/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("client_update_protocol") {
|
| +static_library("client_update_protocol") {
|
| sources = [
|
| "ecdsa.cc",
|
| "ecdsa.h",
|
|
|