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

Unified Diff: build/android/gyp/javac.py

Issue 579543003: Revert of Set the javac target and source to 1.7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « base/android/java/src/org/chromium/base/CollectionUtil.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/javac.py
diff --git a/build/android/gyp/javac.py b/build/android/gyp/javac.py
index 8017f5a7b8aa178a8e01a638f45745e11d637d4d..dcbc48b0fc489f8ee9a8120edf2993973360ce84 100755
--- a/build/android/gyp/javac.py
+++ b/build/android/gyp/javac.py
@@ -78,8 +78,8 @@
javac_args = [
'-g',
- '-source', '1.7',
- '-target', '1.7',
+ '-source', '1.5',
+ '-target', '1.5',
'-classpath', ':'.join(classpath),
'-d', classes_dir]
if chromium_code:
« no previous file with comments | « base/android/java/src/org/chromium/base/CollectionUtil.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698