| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index 981ff3f1aa099354f4119ea6b7813c7176765a9f..c62bb12a45f757ce5a7dfc43cbcb41f322e664ee 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -451,8 +451,8 @@ android_apk("chrome_shell_test_apk") {
|
| android_manifest = "shell/javatests/AndroidManifest.xml"
|
| }
|
|
|
| -# GYP: //chrome/chrome_tests.gypi:chrome_shell_unit_tests
|
| -java_binary("chrome_shell_unit_tests") {
|
| +# GYP: //chrome/chrome_tests.gypi:chrome_junit_tests
|
| +java_binary("chrome_junit_tests") {
|
| testonly = true
|
| java_files = [ "android/junit/src/org/chromium/chrome/browser/omaha/ResponseParserTest.java" ]
|
| main_class = "org.chromium.testing.local.JunitTestMain"
|
|
|