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

Unified Diff: mojo/public/tools/bindings/mojom.gni

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: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index ccee9c3bcdbfa8aa56e72314aeba67b80b108155..1d97898c71ce9d0956cb3c27eaa0bfd8c3e28f53 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -388,7 +388,7 @@ template("mojom") {
}
srcjar_deps = [ ":$java_srcjar_target_name" ]
- run_findbugs = false
+ run_findbugs_override = false
}
}
}

Powered by Google App Engine
This is Rietveld 408576698