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

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

Issue 2802093008: Rename android_webview_apk and android_webview_test_apk (Closed)
Patch Set: rebase Created 3 years, 8 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') | docs/android_cast_build_instructions.md » ('j') | 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 a1b0504b6806a42b4c335a53202be87dbb07e1e0..776cded593c0b8865b399c8df26b61190863bfce 100755
--- a/build/android/gradle/generate_gradle.py
+++ b/build/android/gradle/generate_gradle.py
@@ -44,8 +44,8 @@ _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:android_webview_test_apk',
+ '//android_webview/test:webview_instrumentation_apk',
+ '//android_webview/test:webview_instrumentation_test_apk',
'//base:base_junit_tests',
'//chrome/android:chrome_junit_tests',
'//chrome/android:chrome_public_apk',
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | docs/android_cast_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698