diff options
author | sdefresne <sdefresne@chromium.org> | 2015-04-20 08:38:57 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-04-20 15:39:14 +0000 |
commit | e936869562e01bd1f1d36797641922d9753e580f (patch) | |
tree | aacf257b05e21ceb1707641e1a94bcfca83b54cf /components/undo | |
parent | dec4b866530a62b14a45ed3df63871aab2851d0f (diff) | |
download | chromium_src-e936869562e01bd1f1d36797641922d9753e580f.zip chromium_src-e936869562e01bd1f1d36797641922d9753e580f.tar.gz chromium_src-e936869562e01bd1f1d36797641922d9753e580f.tar.bz2 |
Cleanup after componentization of //chrome/browser/undo
Remove temporary OWNERS rights for sdefresne as the componentization is
complete.
Re-order the deps of //components/undo/BUILD.gn to follow best
practices.
BUG=476917
Review URL: https://codereview.chromium.org/1092813005
Cr-Commit-Position: refs/heads/master@{#325848}
Diffstat (limited to 'components/undo')
-rw-r--r-- | components/undo/BUILD.gn | 2 | ||||
-rw-r--r-- | components/undo/OWNERS | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/components/undo/BUILD.gn b/components/undo/BUILD.gn index 8480d01..b7c4266 100644 --- a/components/undo/BUILD.gn +++ b/components/undo/BUILD.gn @@ -32,8 +32,8 @@ source_set("unit_tests") { ] deps = [ + ":undo", "//components/bookmarks/test", "//testing/gtest", - ":undo", ] } diff --git a/components/undo/OWNERS b/components/undo/OWNERS index 08fd84c..40c070a 100644 --- a/components/undo/OWNERS +++ b/components/undo/OWNERS @@ -1,5 +1,2 @@ sky@chromium.org tom.cassiotis@gmail.com - -# For refactoring only during componentization of //chrome/browser/undo. -sdefresne@chromium.org |