| Index: components/cdm/common/BUILD.gn
|
| diff --git a/components/cdm/common/BUILD.gn b/components/cdm/common/BUILD.gn
|
| index fc43c7e2a703a0b05d029186d8a8de1d2092192e..03e672cc5d370ce45ba479f568fca220a790a362 100644
|
| --- a/components/cdm/common/BUILD.gn
|
| +++ b/components/cdm/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 = [
|
| "cdm_message_generator.cc",
|
| "cdm_message_generator.h",
|
|
|