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

Unified Diff: third_party/errorprone/BUILD.gn

Issue 1848593002: Fix errorprone javac path for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Stole agrieve's fix. Created 4 years, 9 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/internal_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 371021b529b15b7f32393060c063c36bf17933d8..65d86dedc4c37a19d398c54182e4c343e6b5d556 100644
--- a/third_party/errorprone/BUILD.gn
+++ b/third_party/errorprone/BUILD.gn
@@ -43,5 +43,6 @@ java_prebuilt("chromium_errorprone") {
main_class = "com.google.errorprone.ErrorProneCompiler"
# TODO(mikecase): Remove this extra arg when the bots are on jdk8 or higher.
- bootclasspath = "$target_gen_dir/javac_java.jar"
+ bootclasspath =
+ "$root_build_dir/lib.java/third_party/errorprone/javac_java.jar"
}
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698