| Index: components/data_use_measurement/core/BUILD.gn
|
| diff --git a/components/data_use_measurement/core/BUILD.gn b/components/data_use_measurement/core/BUILD.gn
|
| index c9de08dac0089a8a1077e94203fcbbf02a161c4d..5e463eb3effcac71dbfae74e468a1b846c55c3fa 100644
|
| --- a/components/data_use_measurement/core/BUILD.gn
|
| +++ b/components/data_use_measurement/core/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("core") {
|
| +static_library("core") {
|
| sources = [
|
| "data_use_user_data.cc",
|
| "data_use_user_data.h",
|
|
|