| Index: android_webview/tools/system_webview_shell/BUILD.gn
|
| diff --git a/android_webview/tools/system_webview_shell/BUILD.gn b/android_webview/tools/system_webview_shell/BUILD.gn
|
| index bba8c479ab3d9d9fbf29d64f8db52fc8039fb651..61077fa81a6d8e584ce4413c2707c7d4098d76eb 100644
|
| --- a/android_webview/tools/system_webview_shell/BUILD.gn
|
| +++ b/android_webview/tools/system_webview_shell/BUILD.gn
|
| @@ -16,7 +16,6 @@ group("system_webview_shell") {
|
| ]
|
| }
|
|
|
| -# GYP: //android_webview/android_webview_shell.gypi:system_webview_shell_apk
|
| android_apk("system_webview_shell_apk") {
|
| apk_name = "SystemWebViewShell"
|
| java_files = [
|
| @@ -42,7 +41,6 @@ android_resources("system_webview_shell_apk_resources") {
|
| custom_package = "org.chromium.webview_shell"
|
| }
|
|
|
| -# GYP: //android_webview/android_webview_shell.gypi:system_webview_shell_page_cycler_apk
|
| instrumentation_test_apk("system_webview_shell_page_cycler_apk") {
|
| apk_name = "SystemWebViewShellPageCycler"
|
| apk_under_test = ":system_webview_shell_apk"
|
| @@ -60,7 +58,6 @@ instrumentation_test_apk("system_webview_shell_page_cycler_apk") {
|
| ]
|
| }
|
|
|
| -# GYP: //android_webview/android_webview_shell.gypi:system_webview_shell_layout_test_apk
|
| instrumentation_test_apk("system_webview_shell_layout_test_apk") {
|
| apk_name = "SystemWebViewShellLayoutTest"
|
| apk_under_test = ":system_webview_shell_apk"
|
|
|