Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2866)

Unified Diff: android_webview/tools/system_webview_shell/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698