| Index: components/json_schema/BUILD.gn
|
| diff --git a/components/json_schema/BUILD.gn b/components/json_schema/BUILD.gn
|
| index 68502ea3f8a60a3ea20425f5cc939690267a502f..ec9f8703dcff3b3364c87be4cbf8a586944c3028 100644
|
| --- a/components/json_schema/BUILD.gn
|
| +++ b/components/json_schema/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("json_schema") {
|
| +static_library("json_schema") {
|
| sources = [
|
| "json_schema_constants.cc",
|
| "json_schema_constants.h",
|
|
|