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

Unified Diff: third_party/robolectric/BUILD.gn

Issue 2261523002: Temporarily disable incremental_javac for Robolectric. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/robolectric/BUILD.gn
diff --git a/third_party/robolectric/BUILD.gn b/third_party/robolectric/BUILD.gn
index 2f083a6856d50e2b080f51fe935eb36377341f21..ef82f34e9fe1fd89765c872057ab1b5925826ff1 100644
--- a/third_party/robolectric/BUILD.gn
+++ b/third_party/robolectric/BUILD.gn
@@ -570,6 +570,9 @@ template("shadows_core") {
}
java_library(target_name) {
+ # TODO(mikecase): Remove this once crbug.com/638875 is fixed.
+ enable_incremental_javac_override = false
+
testonly = true
processors_javac =
[ "org.robolectric.annotation.processing.RobolectricProcessor" ]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698