| Index: chrome/android/BUILD.gn
|
| diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
|
| index f5d504acc45902873d078b9968af287972c5a99d..a2d773dc0aa431376f36b2c39866e682a22b005d 100644
|
| --- a/chrome/android/BUILD.gn
|
| +++ b/chrome/android/BUILD.gn
|
| @@ -446,7 +446,6 @@ jinja_template("chrome_public_test_apk_manifest") {
|
|
|
| # GYP: //chrome/android/chrome_apk.gyp:chrome_public_test_apk
|
| instrumentation_test_apk("chrome_public_test_apk") {
|
| - # TODO(GYP,cjhopman): Does this need version code/name?
|
| apk_name = "ChromePublicTest"
|
| apk_under_test = ":chrome_public_apk"
|
| android_manifest = chrome_public_test_apk_manifest
|
| @@ -455,4 +454,5 @@ instrumentation_test_apk("chrome_public_test_apk") {
|
| "//chrome/android:chrome_shared_test_java",
|
| ]
|
| isolate_file = "../chrome_public_test_apk.isolate"
|
| + proguard_enabled = !is_debug
|
| }
|
|
|