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

Unified Diff: chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service/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
Index: chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service/BUILD.gn
diff --git a/chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service/BUILD.gn b/chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service/BUILD.gn
index 93d67178186db974326de34f42ecef6ab4ce6f93..e16e1f6791f4d3118ec7f3284ebfe3b1c6905489 100644
--- a/chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service/BUILD.gn
+++ b/chrome/android/webapk/libs/runtime_library/javatests/apk_with_webapk_service/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/android/rules.gni")
# Implements service which uses {@link WebApkServiceImpl} for testing.
android_apk("apk_with_webapk_service") {
+ # Used as an additional_apk in test scripts.
+ never_incremental = true
android_manifest = "AndroidManifest.xml"
apk_name = "ApkWithWebApkService"
java_files = [ "src/org/chromium/webapk/lib/runtime_library/test/TestWebApkServiceImplWrapper.java" ]
« no previous file with comments | « chrome/android/chrome_public_apk_tmpl.gni ('k') | chrome/android/webapk/shell_apk/javatests/dex_optimizer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698