Chromium Code Reviews| 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", |
| ] |
| } |