Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index be9f8a56e14a9434270ea961328ea3ace88b4a88..1391f3736cc32190f36b08ae87ebe62e8db7a554 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1985,6 +1985,7 @@ test("base_unittests") { |
| ":base", |
| ":i18n", |
| ":message_loop_tests", |
| + "//base/allocator:features", |
|
Primiano Tucci (use gerrit)
2016/07/13 17:42:49
Not sure this is required. tests depend on base wh
Sigurður Ásgeirsson
2016/07/13 18:47:45
It does seem it is.
|
| "//base/test:run_all_unittests", |
| "//base/test:test_support", |
| "//base/third_party/dynamic_annotations", |