From 055d3862641a91e4a5ff2a49bd5d0f835f0436d1 Mon Sep 17 00:00:00 2001 From: fdoray Date: Tue, 3 Nov 2015 17:16:44 -0800 Subject: Move components/startup_metric_utils/* to components/startup_metric_utils/browser/*. We are working on new startup metrics that require sending IPCs from the renderer to the browser. The message definitions will live in components/startup_metric_utils/common/*, while the code that receives IPCs and logs UMA metrics will live in components/startup_metric_utils/browser/*. As a first step towards implementing these new metrics, this CL moves existing code from components/startup_metric_utils/* to components/startup_metric_utils/browser/*. BUG=547794 Review URL: https://codereview.chromium.org/1413153010 Cr-Commit-Position: refs/heads/master@{#357702} --- components/bookmarks.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'components/bookmarks.gypi') diff --git a/components/bookmarks.gypi b/components/bookmarks.gypi index 4894b69..69d5b58 100644 --- a/components/bookmarks.gypi +++ b/components/bookmarks.gypi @@ -26,7 +26,6 @@ 'keyed_service_core', 'pref_registry', 'query_parser', - 'startup_metric_utils', 'url_formatter/url_formatter.gyp:url_formatter', ], 'sources': [ -- cgit v1.1