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