Chromium Code Reviews| Index: chrome/android/BUILD.gn |
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn |
| index 4cbd447a61bc1339435eab997e14be105e2a7e9f..a32faa992250f4438aaaaf34a36b100556681e58 100644 |
| --- a/chrome/android/BUILD.gn |
| +++ b/chrome/android/BUILD.gn |
| @@ -515,6 +515,7 @@ junit_binary("chrome_junit_tests") { |
| ":chrome_java", |
| "//base:base_java", |
| "//base:base_java_test_support", |
| + "//base:base_junit_test_support", |
|
Yaron
2015/08/24 15:28:44
what about content? It also depends on BaseChromiu
jbudorick
2015/08/24 21:13:51
The test case in content_junit_tests doesn't curre
|
| "//sync:sync_java_test_support", |
| "//sync/android:sync_java", |
| "//third_party/junit:hamcrest", |