| Index: content/public/android/BUILD.gn
|
| diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
|
| index 1114671f77cfd84936ef1e839564143b6c1dedf8..3281dfa844b165dd087d5902d7ec3e042215571b 100644
|
| --- a/content/public/android/BUILD.gn
|
| +++ b/content/public/android/BUILD.gn
|
| @@ -179,8 +179,8 @@ android_library("content_javatests") {
|
| DEPRECATED_java_in_dir = "javatests/src"
|
| }
|
|
|
| -# GYP: //content/content_tests.gypi:content_shell_unit_tests
|
| -java_binary("chrome_shell_unit_tests") {
|
| +# GYP: //content/content_tests.gypi:content_junit_tests
|
| +java_binary("content_junit_tests") {
|
| testonly = true
|
| java_files = [ "junit/src/org/chromium/content/browser/input/GamepadMappingsTest.java" ]
|
| main_class = "org.chromium.testing.local.JunitTestMain"
|
|
|