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

Unified Diff: build/android/jinja_template.gypi

Issue 1002313002: jinja2: support file references in templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: correct deps Created 5 years, 9 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
« build/android/gyp/jinja_template.py ('K') | « build/android/gyp/jinja_template.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/jinja_template.gypi
diff --git a/build/android/jinja_template.gypi b/build/android/jinja_template.gypi
index 25430cadc568767c0c0869684ff589bc7cbbc174..9c49360dc6ef0ebe880f4d34350db7ef94f16dd7 100644
--- a/build/android/jinja_template.gypi
+++ b/build/android/jinja_template.gypi
@@ -45,6 +45,7 @@
'jinja_output%': '',
'jinja_outputs_zip%': '',
'jinja_inputs_base_dir%': '',
+ 'jinja_includes%': [],
'jinja_variables%': [],
'jinja_args': [],
},
@@ -52,6 +53,7 @@
'<(DEPTH)/build/android/gyp/util/build_utils.py',
'<(DEPTH)/build/android/gyp/jinja_template.py',
'<@(jinja_inputs)',
+ '<@(jinja_includes)',
],
'conditions': [
['jinja_output != ""', {
« build/android/gyp/jinja_template.py ('K') | « build/android/gyp/jinja_template.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698