| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index a429b7c06d94f4ab3df2ed0d3ab0b1cba93a6f8a..e9426844d77c76bce1f4ca2d78f753a47f81d07d 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -392,7 +392,7 @@ android_apk("chrome_sync_shell_apk") {
|
| # GYP: part of //chrome/chrome_tests.gypi:chrome_shell_test_apk
|
| android_library("chrome_javatests") {
|
| testonly = true
|
| - DEPRECATED_java_in_dir = "javatests/src"
|
| + DEPRECATED_java_in_dir = "javatests_shell/src"
|
| deps = [
|
| ":chrome_java",
|
| ":chrome_java_resources",
|
|
|