summaryrefslogtreecommitdiffstats
path: root/components/undo
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-04-20 08:38:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-20 15:39:14 +0000
commite936869562e01bd1f1d36797641922d9753e580f (patch)
treeaacf257b05e21ceb1707641e1a94bcfca83b54cf /components/undo
parentdec4b866530a62b14a45ed3df63871aab2851d0f (diff)
downloadchromium_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.gn2
-rw-r--r--components/undo/OWNERS3
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