You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Michaël Zasso 60d1aac8d2 deps: update V8 to 5.8.283.38 8 years ago
..
AUTHORS deps: update V8 to 5.6.326.55 8 years ago
Jinja2-2.8.tar.gz.md5 deps: update V8 to 5.6.326.55 8 years ago
Jinja2-2.8.tar.gz.sha512 deps: update V8 to 5.6.326.55 8 years ago
LICENSE deps: update V8 to 5.6.326.55 8 years ago
OWNERS deps: update V8 to 5.8.283.38 8 years ago
README.chromium deps: update V8 to 5.6.326.55 8 years ago
__init__.py deps: update V8 to 5.6.326.55 8 years ago
_compat.py deps: update V8 to 5.6.326.55 8 years ago
_stringdefs.py deps: update V8 to 5.6.326.55 8 years ago
bccache.py deps: update V8 to 5.6.326.55 8 years ago
compiler.py deps: update V8 to 5.6.326.55 8 years ago
constants.py deps: update V8 to 5.6.326.55 8 years ago
debug.py deps: update V8 to 5.6.326.55 8 years ago
defaults.py deps: update V8 to 5.6.326.55 8 years ago
environment.py deps: update V8 to 5.6.326.55 8 years ago
exceptions.py deps: update V8 to 5.6.326.55 8 years ago
ext.py deps: update V8 to 5.6.326.55 8 years ago
filters.py deps: update V8 to 5.6.326.55 8 years ago
get_jinja2.sh deps: update V8 to 5.6.326.55 8 years ago
lexer.py deps: update V8 to 5.6.326.55 8 years ago
loaders.py deps: update V8 to 5.6.326.55 8 years ago
meta.py deps: update V8 to 5.6.326.55 8 years ago
nodes.py deps: update V8 to 5.6.326.55 8 years ago
optimizer.py deps: update V8 to 5.6.326.55 8 years ago
parser.py deps: update V8 to 5.6.326.55 8 years ago
runtime.py deps: update V8 to 5.6.326.55 8 years ago
sandbox.py deps: update V8 to 5.6.326.55 8 years ago
tests.py deps: update V8 to 5.6.326.55 8 years ago
utils.py deps: update V8 to 5.6.326.55 8 years ago
visitor.py deps: update V8 to 5.6.326.55 8 years ago

README.chromium

Name: Jinja2 Python Template Engine
Short Name: jinja2
URL: http://jinja.pocoo.org/
Version: 2.8
License: BSD 3-clause License
License File: NOT_SHIPPED
Security Critical: no

Description:
Template engine for code generation in Blink.

Source: https://pypi.python.org/packages/f2/2f/0b98b06a345a761bec91a079ccae392d282690c2d8272e708f4d10829e22/Jinja2-2.8.tar.gz
MD5: edb51693fe22c53cee5403775c71a99e
SHA-1: 4a33c1a0fd585eba2507e8c274a9cd113b1d13ab

Local Modifications:
This only includes the jinja2 directory from the tarball and the LICENSE and
AUTHORS files. Unit tests (testsuite directory) have been removed.
Additional chromium-specific files are:
* README.chromium (this file)
* OWNERS
* install script (get_jinja2.sh)
* files of hashes (MD5 is also posted on website, SHA-512 computed locally).
Script checks hash then unpacks archive and installs desired files.
Retrieve or update by executing jinja2/get_jinja2.sh from third_party.