| Index: components/data_usage/core/BUILD.gn
|
| diff --git a/components/data_usage/core/BUILD.gn b/components/data_usage/core/BUILD.gn
|
| index 4d4a1aacde101108ca2d4dc5f4db60510ec29b17..42829fe7884f5b2cf3fcd3b5914bbba71a63f9f9 100644
|
| --- a/components/data_usage/core/BUILD.gn
|
| +++ b/components/data_usage/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.cc",
|
| "data_use.h",
|
|
|