Chromium Code Reviews| Index: components/undo/BUILD.gn |
| diff --git a/components/undo/BUILD.gn b/components/undo/BUILD.gn |
| index c891cc0af1753e9087995a6ea3322c8d13904c32..8480d011baefd54167ee8fc98dcd9ce2b9c146cd 100644 |
| --- a/components/undo/BUILD.gn |
| +++ b/components/undo/BUILD.gn |
| @@ -33,7 +33,7 @@ source_set("unit_tests") { |
| deps = [ |
| "//components/bookmarks/test", |
| - "//components/undo", |
| "//testing/gtest", |
| + ":undo", |
|
tfarina
2015/04/20 12:41:59
I know sort would but this last, but in general we
|
| ] |
| } |