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

Unified Diff: chrome/test/android/chrome_public_test_support/BUILD.gn

Issue 2562063003: Add incremental_apk_by_default GN arg. (Closed)
Patch Set: Remove error formatting Created 4 years 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 | « chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/android/chrome_public_test_support/BUILD.gn
diff --git a/chrome/test/android/chrome_public_test_support/BUILD.gn b/chrome/test/android/chrome_public_test_support/BUILD.gn
index aa0e38bfd7f16c6335d3309214af448a80cf7343..a05113460cc7130c0a99f6d7ef964c935a4fc5e6 100644
--- a/chrome/test/android/chrome_public_test_support/BUILD.gn
+++ b/chrome/test/android/chrome_public_test_support/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/android/config.gni")
import("//build/config/android/rules.gni")
android_apk("chrome_public_test_support_apk") {
+ # Used as an additional_apk in test scripts.
+ never_incremental = true
deps = [
"//chrome/test/android/cast_emulator:cast_emulator",
]
« no previous file with comments | « chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698