Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: components/undo/BUILD.gn

Issue 1092813005: Cleanup after componentization of //chrome/browser/undo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/OWNERS ('k') | components/undo/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/undo/BUILD.gn
diff --git a/components/undo/BUILD.gn b/components/undo/BUILD.gn
index 8480d011baefd54167ee8fc98dcd9ce2b9c146cd..b7c42666be133834f7ec81fbe4865f95665aef96 100644
--- a/components/undo/BUILD.gn
+++ b/components/undo/BUILD.gn
@@ -32,8 +32,8 @@ source_set("unit_tests") {
]
deps = [
+ ":undo",
tfarina 2015/04/20 13:10:50 yep, thanks.
sdefresne 2015/04/20 13:13:29 Acknowledged.
"//components/bookmarks/test",
"//testing/gtest",
- ":undo",
]
}
« no previous file with comments | « components/OWNERS ('k') | components/undo/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698