| Index: components/navigation_metrics/BUILD.gn
|
| diff --git a/tools/gn/secondary/components/navigation_metrics/BUILD.gn b/components/navigation_metrics/BUILD.gn
|
| similarity index 87%
|
| rename from tools/gn/secondary/components/navigation_metrics/BUILD.gn
|
| rename to components/navigation_metrics/BUILD.gn
|
| index ae78ee0bd912014521d9fb00b1cb48db6fac4f68..adb1e95e8985f59cf8385f52c29e7a12a2ef085d 100644
|
| --- a/tools/gn/secondary/components/navigation_metrics/BUILD.gn
|
| +++ b/components/navigation_metrics/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.
|
|
|
| -static_library("navigation_metrics") {
|
| +source_set("navigation_metrics") {
|
| sources = [
|
| "navigation_metrics.cc",
|
| "navigation_metrics.h",
|
|
|