| 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 d28c39d43c80ede6089dc1a5413fa2b731affcc0..713e62133496ee153873f9754ac0f19fce542efa 100644
|
| --- a/components/data_use_measurement/core/BUILD.gn
|
| +++ b/components/data_use_measurement/core/BUILD.gn
|
| @@ -4,7 +4,10 @@
|
|
|
| static_library("core") {
|
| sources = [
|
| + "data_use_ascriber.cc",
|
| "data_use_ascriber.h",
|
| + "data_use_network_delegate.cc",
|
| + "data_use_network_delegate.h",
|
| "data_use_user_data.cc",
|
| "data_use_user_data.h",
|
| ]
|
|
|