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

Unified Diff: android_webview/test/BUILD.gn

Issue 2750183002: [WIP] Rename android_webview_apk (Closed)
Patch Set: Rename apk_name too Created 3 years, 9 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 | « no previous file | build/android/gradle/generate_gradle.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/test/BUILD.gn
diff --git a/android_webview/test/BUILD.gn b/android_webview/test/BUILD.gn
index 09e709de70e746cba97654c6c89ea052705f6262..eb899e8865dcf7a602b69c13c9b4f5e8c4064284 100644
--- a/android_webview/test/BUILD.gn
+++ b/android_webview/test/BUILD.gn
@@ -15,7 +15,7 @@ group("test") {
]
}
-android_apk("android_webview_apk") {
+android_apk("builtin_webview_shell_apk") {
deps = [
":android_webview_apk_assets",
":android_webview_apk_resources",
@@ -28,7 +28,7 @@ android_apk("android_webview_apk") {
"//ui/android:ui_java",
]
- apk_name = "AndroidWebView"
+ apk_name = "BuiltinWebViewShell"
android_manifest = "shell/AndroidManifest.xml"
java_files = [
"shell/src/org/chromium/android_webview/shell/AwShellActivity.java",
@@ -100,7 +100,7 @@ shared_library("libstandalonelibwebviewchromium") {
instrumentation_test_apk("android_webview_test_apk") {
apk_name = "AndroidWebViewTest"
- apk_under_test = ":android_webview_apk"
+ apk_under_test = ":builtin_webview_shell_apk"
android_manifest = "../javatests/AndroidManifest.xml"
deps = [
"//android_webview:android_webview_crash_services_java",
« no previous file with comments | « no previous file | build/android/gradle/generate_gradle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698