Index: components/startup_metric_utils/common/BUILD.gn |
diff --git a/blimp/engine/common/BUILD.gn b/components/startup_metric_utils/common/BUILD.gn |
similarity index 62% |
copy from blimp/engine/common/BUILD.gn |
copy to components/startup_metric_utils/common/BUILD.gn |
index 48632dc0eda05961a7ae7e2a08dfede33e9688d3..c4f18794879b3748826ef8a91cd61c3bc71cc694 100644 |
--- a/blimp/engine/common/BUILD.gn |
+++ b/components/startup_metric_utils/common/BUILD.gn |
@@ -4,13 +4,12 @@ |
source_set("common") { |
sources = [ |
- "blimp_content_client.cc", |
- "blimp_content_client.h", |
+ "startup_metric_message_generator.cc", |
+ "startup_metric_message_generator.h", |
+ "startup_metric_messages.h", |
] |
deps = [ |
- "//base", |
- "//content/public/common", |
- "//ui/base", |
+ "//ipc", |
] |
} |