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

Unified Diff: third_party/errorprone/BUILD.gn

Issue 1233453010: GN: Fix support errorprone and java_binary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn12
Patch Set: Add errorprone target only for OS=android Created 5 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/config/android/rules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/errorprone/BUILD.gn
diff --git a/third_party/errorprone/BUILD.gn b/third_party/errorprone/BUILD.gn
index ff4c02cbb15172717a1774704acee71dc3c5e5fd..bb73af4df5b2cc3c038de901e7c76d034a76ef8d 100644
--- a/third_party/errorprone/BUILD.gn
+++ b/third_party/errorprone/BUILD.gn
@@ -13,7 +13,7 @@ java_prebuilt("errorprone_java") {
java_binary("chromium_errorprone") {
chromium_code = false
main_class = "org.chromium.errorprone.ChromiumErrorProneCompiler"
- disable_errorprone = true
+ enable_errorprone = false
java_files = [ "src/org/chromium/errorprone/ChromiumErrorProneCompiler.java" ]
deps = [
"//build/android:sun_tools_java",
« no previous file with comments | « build/config/android/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698