| Index: components/certificate_transparency/BUILD.gn
|
| diff --git a/components/certificate_transparency/BUILD.gn b/components/certificate_transparency/BUILD.gn
|
| index 3bba1a1405953818a2344e43133f7f9fcfe994fc..1dd31c986580f56ccb38cec151dab8e576d19ce8 100644
|
| --- a/components/certificate_transparency/BUILD.gn
|
| +++ b/components/certificate_transparency/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("certificate_transparency") {
|
| +static_library("certificate_transparency") {
|
| sources = [
|
| "ct_policy_manager.cc",
|
| "ct_policy_manager.h",
|
|
|