Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index 7a95a2fc5d161ae4abac82f83524a20fc2ac7e91..6ebec967b9ab2e76bf487171c074ccce0c0c581b 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1891,6 +1891,7 @@ test("base_unittests") { |
| deps += [ |
| ":base_java", |
| ":base_java_unittest_support", |
| + "//base/android/jni_generator:jni_generator_tests", |
| ] |
| # TODO(brettw) I think this should not be here, we should not be using |