Chromium Code Reviews| 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 2f9f4176f9e2a2fa52e355f2109c3984db2b0bf2..4da78e8252e1fbb2475de4f9207d6b76b8a837d0 100644 |
| --- a/components/startup_metric_utils/browser/BUILD.gn |
| +++ b/components/startup_metric_utils/browser/BUILD.gn |
| @@ -25,6 +25,7 @@ static_library("lib") { |
| deps = [ |
| "//base", |
| + "//components/metrics:metrics", |
| "//components/prefs", |
| "//components/version_info", |
| ] |
| @@ -39,6 +40,7 @@ static_library("host") { |
| deps = [ |
| ":lib", |
| "//base", |
| + "//components/metrics:metrics", |
|
fdoray
2017/01/12 16:56:56
not needed
bcwhite
2017/01/12 17:47:03
Done.
|
| "//components/startup_metric_utils/common:interfaces", |
| "//content/public/browser", |
| ] |