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

Unified Diff: chrome/android/BUILD.gn

Issue 1072193011: Enforce that apk_under_test is used (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-dex-test-exclude
Patch Set: Created 5 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 | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 864283858076ec045fc122f399a166af2a075690..d6f5cf85cb6c50e0468d02c5d5f7b8e10019e40a 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -451,6 +451,7 @@ android_library("chrome_shell_test_java") {
# GYP: //chrome/chrome_tests.gypi:chrome_shell_test_apk
android_apk("chrome_shell_test_apk") {
testonly = true
+ apk_under_test = ":chrome_shell_apk"
deps = [
":chrome_javatests",
":chrome_shell_test_java",
@@ -477,6 +478,7 @@ if (false) {
# TODO(GYP): We need sync/sync_tests.gypi:test_support_sync_proto_java to be ported.
# crbug.com/475612
android_apk("chrome_sync_shell_test_apk") {
+ apk_under_test = ":chrome_sync_shell_apk"
testonly = true
deps = [
":chrome_java",
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698