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

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

Issue 1286613002: Update errorprone to fix java 8 issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index f627e43699ec53c375921868f619e07dd789f2cf..4358972db213d41a7fc3b687a5a973ee305a65e1 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -1116,6 +1116,9 @@ template("java_prebuilt") {
if (defined(invoker.proguard_preprocess)) {
proguard_preprocess = invoker.proguard_preprocess
}
+ if (defined(invoker.main_class)) {
jbudorick 2015/08/23 02:56:08 This will definitely need a rebase, and you'll pro
mikecase (-- gone --) 2015/08/24 17:16:21 It seems I can get rid of changing this file since
+ main_class = invoker.main_class
+ }
}
}

Powered by Google App Engine
This is Rietveld 408576698