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

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

Issue 2759963002: Enable Java 8 by default
Patch Set: Add example usage Created 3 years, 9 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 | « base/android/java/src/org/chromium/base/Promise.java ('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 a9ff7c46aded784d375a6d6ee7ff74385dd1e571..9cdaf280e54a48486e0c4e03d2c271f45d74756b 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -163,10 +163,6 @@ 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)
- use_java8 = false
-
# Build incremental targets whenever possible.
# Ex. with this arg set to true, the chrome_public_apk target result in
# chrome_public_apk_incremental being built.
« no previous file with comments | « base/android/java/src/org/chromium/base/Promise.java ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698