| Index: components/startup_metric_utils/browser/BUILD.gn
|
| diff --git a/components/startup_metric_utils/browser/BUILD.gn b/components/startup_metric_utils/browser/BUILD.gn
|
| index 7d03b43253c25f225378cf4ad85ca5efbe70447c..cd407610db9987f9c40535d8942cbd3702d2914b 100644
|
| --- a/components/startup_metric_utils/browser/BUILD.gn
|
| +++ b/components/startup_metric_utils/browser/BUILD.gn
|
| @@ -10,8 +10,8 @@ group("browser") {
|
| testonly = true
|
|
|
| deps = [
|
| + ":host",
|
| ":lib",
|
| - ":message_filter_lib",
|
| ]
|
| }
|
|
|
| @@ -30,16 +30,16 @@ source_set("lib") {
|
| ]
|
| }
|
|
|
| -source_set("message_filter_lib") {
|
| +source_set("host") {
|
| sources = [
|
| - "startup_metric_message_filter.cc",
|
| - "startup_metric_message_filter.h",
|
| + "startup_metric_host_impl.cc",
|
| + "startup_metric_host_impl.h",
|
| ]
|
|
|
| deps = [
|
| ":lib",
|
| "//base",
|
| - "//components/startup_metric_utils/common",
|
| + "//components/startup_metric_utils/common:interfaces",
|
| "//content/public/browser",
|
| ]
|
| }
|
|
|