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

Unified Diff: build/java_apk.gypi

Issue 1286613002: Update errorprone to fix java 8 issues. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed jbudorick's nits. 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
« no previous file with comments | « build/java.gypi ('k') | third_party/errorprone/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index 6dbb85876aae863af245d77d46bae8a3f9e1ab50..2a04933568e7aec1cdc223b490c601f3cca5d2ca 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -259,7 +259,7 @@
}],
['enable_errorprone == 1', {
'dependencies': [
- '<(DEPTH)/third_party/errorprone/errorprone.gyp:chromium_errorprone',
+ '<(DEPTH)/third_party/errorprone/errorprone.gyp:require_errorprone',
],
}],
['native_lib_target != ""', {
« no previous file with comments | « build/java.gypi ('k') | third_party/errorprone/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698