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

Unified Diff: build/android/gradle/generate_gradle.py

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 | « android_webview/test/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gradle/generate_gradle.py
diff --git a/build/android/gradle/generate_gradle.py b/build/android/gradle/generate_gradle.py
index ec50a247b376407ccba490952bc00b4acc82fa8e..c5d443277b255a563c98a52a18961e7ca1111205 100755
--- a/build/android/gradle/generate_gradle.py
+++ b/build/android/gradle/generate_gradle.py
@@ -41,7 +41,7 @@ _DEFAULT_TARGETS = [
# because it has resources as deps of android_apk() rather than using an
# android_library() intermediate target.
# '//android_webview:system_webview_apk',
- '//android_webview/test:android_webview_apk',
+ '//android_webview/test:builtin_webview_apk',
'//android_webview/test:android_webview_test_apk',
'//base:base_junit_tests',
'//chrome/android:chrome_junit_tests',
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698