Chromium Code Reviews| Index: third_party/errorprone/BUILD.gn |
| diff --git a/third_party/errorprone/BUILD.gn b/third_party/errorprone/BUILD.gn |
| index 371021b529b15b7f32393060c063c36bf17933d8..9ae64830b38f5c25ca0a864eae137963688bf524 100644 |
| --- a/third_party/errorprone/BUILD.gn |
| +++ b/third_party/errorprone/BUILD.gn |
| @@ -43,5 +43,7 @@ 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 = rebase_path( |
|
agrieve
2016/03/31 00:22:46
GN should raise errors when paths to non-existent
mikecase (-- gone --)
2016/03/31 18:02:29
I'm not sure if there is a good way to do this sin
agrieve
2016/03/31 18:21:52
The crux of the problem is in the last paragraph o
|
| + "$root_build_dir/lib.java/third_party/errorprone/javac_java.jar", |
| + root_build_dir) |
| } |