summaryrefslogtreecommitdiffstats
path: root/components/OWNERS
diff options
context:
space:
mode:
authoraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 12:09:17 +0000
committeraberent@chromium.org <aberent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-03 12:09:17 +0000
commit7a83dd07d761464a5da42721e0353d178a22e8fa (patch)
treef9569778b26ff7d9a68b2df1e88a6a2fc5b01f6c /components/OWNERS
parent97b13a790979dce3f9dec99e6cefccfcc4de8ae5 (diff)
downloadchromium_src-7a83dd07d761464a5da42721e0353d178a22e8fa.zip
chromium_src-7a83dd07d761464a5da42721e0353d178a22e8fa.tar.gz
chromium_src-7a83dd07d761464a5da42721e0353d178a22e8fa.tar.bz2
Move startup_metric_utils.* to a new component
startup_metric_utils is currently in chrome/common, but is only used by the browser. It can't be in chrome/browser because it is used by browser/bookmarks, which is becoming a component. To fix this create a new startup_metrics_utils component. BUG=280523 Review URL: https://chromiumcodereview.appspot.com/23515005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/OWNERS')
-rw-r--r--components/OWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/OWNERS b/components/OWNERS
index 52618de..2c71d95 100644
--- a/components/OWNERS
+++ b/components/OWNERS
@@ -37,6 +37,8 @@ per-file sessions.gypi=sky@chromium.org
per-file tracing*=jbauman@chromium.org
per-file tracing*=nduca@chromium.org
+per-file startup_metric_utils.gypi=jeremy@chromium.org
+
per-file user_prefs.gypi=battre@chromium.org
per-file user_prefs.gypi=bauerb@chromium.org
per-file user_prefs.gypi=mnissler@chromium.org