| Index: components/data_use_measurement/core/BUILD.gn
|
| diff --git a/components/crash_keys/BUILD.gn b/components/data_use_measurement/core/BUILD.gn
|
| similarity index 65%
|
| copy from components/crash_keys/BUILD.gn
|
| copy to components/data_use_measurement/core/BUILD.gn
|
| index d15cd18be91424972fa2fe50d60cb58c01aee8b5..12305b330574d6d329504eaf72d8b34babd335bf 100644
|
| --- a/components/crash_keys/BUILD.gn
|
| +++ b/components/data_use_measurement/core/BUILD.gn
|
| @@ -2,13 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("crash_keys") {
|
| +source_set("data_use_measurement_core") {
|
| sources = [
|
| - "crash_keys.cc",
|
| - "crash_keys.h",
|
| + "data_use_user_data.cc",
|
| + "data_use_user_data.h",
|
| ]
|
| -
|
| deps = [
|
| "//base",
|
| + "//net",
|
| ]
|
| }
|
|
|