Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
newt e89a8867ac Remove arbitrary references to ChromeShell in comments.
Since ChromeShell is going away, we shouldn't reference it in examples
in comments. This updates those comments to use something else as an
example.

Also, removing these references makes it easier to grep for the real
remaining uses of ChromeShell in the codebase.

BUG=510220

Review URL: https://codereview.chromium.org/1310733002

Cr-Original-Commit-Position: refs/heads/master@{#345452}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 309af8fba631f827583b3c4f19acf7b3b50c6363
2015-08-25 22:10:57 +00:00
newt b1eede3a78 jinja2: support file references in templates.
This allows jinja2 templates to reference other templates by path name,
e.g. to extend them or include them.

BUG=467069

Review URL: https://codereview.chromium.org/1002313002

Cr-Original-Commit-Position: refs/heads/master@{#320963}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 031bd459554280a3653a1541221e224a6678eda2
2015-03-17 20:38:11 +00:00
newt 4d9ecaf9dd Turn Chrome Shell's AndroidManifest into a jinja2 template.
This turns Chrome Shell's AndroidManifest.xml into a template which gets
processed at build time to produce the final AndroidManifest.xml that's
used to build the APK.

BUG=163751
NOTRY=true

Review URL: https://codereview.chromium.org/657443002

Cr-Original-Commit-Position: refs/heads/master@{#300409}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d5366cb1ad27e6bf1ae659f374a9b9dd3186761d
2014-10-21 03:29:29 +00:00