| Index: components/variations/service/BUILD.gn
|
| diff --git a/components/crash_keys/BUILD.gn b/components/variations/service/BUILD.gn
|
| similarity index 75%
|
| copy from components/crash_keys/BUILD.gn
|
| copy to components/variations/service/BUILD.gn
|
| index d15cd18be91424972fa2fe50d60cb58c01aee8b5..9ed3b8becd5dd758731b7f3e86576e16965e7892 100644
|
| --- a/components/crash_keys/BUILD.gn
|
| +++ b/components/variations/service/BUILD.gn
|
| @@ -2,10 +2,9 @@
|
| # 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("service") {
|
| sources = [
|
| - "crash_keys.cc",
|
| - "crash_keys.h",
|
| + "variations_service_client.h",
|
| ]
|
|
|
| deps = [
|
|
|