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

Unified Diff: net/android/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/test/android/chrome_public_test_support/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index 74142bd47235d691d8556d1b614161bbba8f8fdc..88b72eb08521e2fe9a1987fc4bbc75c7e53308c3 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -94,6 +94,9 @@ shared_library("net_java_test_native_support") {
android_apk("net_test_support_apk") {
testonly = true
+
+ # Used as an additional_apk in test scripts.
+ never_incremental = true
deps = [
":net_java_test_support",
"//base:base_java",
« no previous file with comments | « chrome/test/android/chrome_public_test_support/BUILD.gn ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698