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

Unified Diff: build/config/android/rules.gni

Issue 1922613004: jinja_template should forward "deps" to the underlying action. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@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
« 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: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index 591ccc49d14aa3252ecdc72bf741660fd98fdef6..d627b7f258d5530a7a18366678e422a7b670d43e 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -388,7 +388,11 @@ template("jinja_template") {
assert(defined(invoker.output))
action(target_name) {
- forward_variables_from(invoker, [ "visibility" ])
+ forward_variables_from(invoker,
+ [
+ "visibility",
+ "deps",
+ ])
sources = [
invoker.input,
« 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