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

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

Issue 2543463002: Add retrolambda.py and integrate it to build process. (Closed)
Patch Set: Addressing comments 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 | « build/android/gyp/retrolambda.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 0da122dd836f48787a20d2c159330f4a234482c1..04abbe75bcd385a5ab31dabc0166c8cb92f09195 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -136,7 +136,7 @@ if (is_android) {
# Required for Android M+ due to SELinux policies (stronger sandboxing).
disable_incremental_isolated_processes = false
- # Speed up incremental compiles by compiling only changed files.
+ # Speeds up incremental compiles by compiling only changed files.
enable_incremental_javac = false
# Adds intrumentation to each function. Writes a file with the order that
@@ -146,6 +146,10 @@ if (is_android) {
# Builds secondary abi for APKs, supports build 32-bit arch as secondary
# abi in 64-bit Monochrome and WebView.
build_apk_secondary_abi = true
+
+ # Enables java8 language features (via retrolambda).
+ # work-in-progress (http://crbug.com/642600)
+ use_java8 = false
}
# We need a second declare_args block to make sure we are using the overridden
« no previous file with comments | « build/android/gyp/retrolambda.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698