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

Unified Diff: build/android/rezip.gyp

Issue 1136573002: Use the Errorprone Compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using the Compiler Created 5 years, 7 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/android/rezip.gyp
diff --git a/build/android/rezip.gyp b/build/android/rezip.gyp
index 111517763ab19b910738779ca6a5da4296726d2e..97a7d3b7d3f49a8ce8543cb84d475cca9a253d64 100644
--- a/build/android/rezip.gyp
+++ b/build/android/rezip.gyp
@@ -36,6 +36,7 @@
'--classes-dir=<(SHARED_INTERMEDIATE_DIR)/<(_target_name)',
'--jar-path=<(javac_jar_path)',
'--stamp=<(compile_stamp)',
+ '--disable-errorprone',
jbudorick 2015/05/07 18:49:26 Yeah, I'm definitely not a fan of default-on.
raywilliams_chromium 2015/05/11 19:52:25 Done.
raywilliams_chromium 2015/05/11 19:52:25 I'll change it in the next patch set. (Actually,
'>@(java_sources)',
]
},

Powered by Google App Engine
This is Rietveld 408576698