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

Unified Diff: third_party/jmake/BUILD.gn

Issue 1943583002: GN: forward_variables_from shouldn't clobber vars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/jmake/BUILD.gn
diff --git a/third_party/jmake/BUILD.gn b/third_party/jmake/BUILD.gn
index 7b9b0a997d36bbe1aaa179040f87167bded25d77..2598dbe5d46bef5cd4c57668327ee1a544aa526c 100644
--- a/third_party/jmake/BUILD.gn
+++ b/third_party/jmake/BUILD.gn
@@ -27,5 +27,5 @@ java_binary("jmake") {
"src/org/pantsbuild/jmake/BinaryProjectDatabaseReader.java",
]
main_class = "org.pantsbuild.jmake.Main"
- enable_incremental_javac = false
+ enable_incremental_javac_override = false
}

Powered by Google App Engine
This is Rietveld 408576698