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

Unified Diff: build/config/android/config.gni

Issue 1361703005: Use --incremental when dex'ing (when possible). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@javac-incremental
Patch Set: add flag Created 5 years, 3 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/android/gyp/dex.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index d9a571571e0bd9f6bc2f27d873ffa9c773871d88..254b6367386779ef41bf3be1762d56280b470e13 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -72,6 +72,9 @@ if (is_android) {
# Speed up incremental compiles by compiling only changed files.
incremental_javac = false
+
+ # Speed up dexing using dx --incremental.
+ incremental_dx = false
}
# Host stuff -----------------------------------------------------------------
« no previous file with comments | « build/android/gyp/dex.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698