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

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

Issue 2985523002: Update experimental Java 8 support to use Desugar instead of Retrolambda (Closed)
Patch Set: Rebase Created 3 years, 5 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/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 07df702c73b1fe0c28282190f85bce9a4d5e2006..ac7968b5e29873bc9618e835046b963b39eb2b3e 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -169,8 +169,8 @@ if (is_android) {
# 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)
+ # Enables java8 language features (via Desugar).
+ # work-in-progress (http://crbug.com/730711)
use_java8 = false
# Build incremental targets whenever possible.
« 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